Community
Participate
Working Groups
Current WikiText editor it is quite difficult to use unless we have a fairly good knowledge on Wiki Markups. Therefore we are implementing a new WYSIWIG type editor for WikiText project. Since wiki markups can be arranged as an object tree which are commonly known as document object model or DOM. So in this case we need to implement a new DOM structure for the new wiki text editor as it requires more and new information to be stored in a DOM object. This enhancement request to track the progress of that work. This is a part of the GSoc 2010 program for Eclipse Foundation.
Created attachment 173977 [details] mylyn/context/zip
Created attachment 173983 [details] mylyn/context/zip Working on Model. Partitioner, etc.
Created attachment 176694 [details] DOM Model This contains the new DOM model which is quite similar to the children of Segment. We can traverse using domChildren.
Closed as part of backlog clean-up. Please re-open if you'd like to see this revisited, perhaps with a contribution.