A friend recommends Localwiki's new rich text editor: "it's very good, intuitive, and elegant."
https://github.com/localwiki/sapling http://localwiki.org/
My friend calls it "definitely worth a look" as rich text editing examples go. The creator is Philip Neustrom, and he might be a useful resource to provide a code tour or to share how they thought about developing its features.
Sumana Harihareswara Volunteer Development Coordinator Wikimedia Foundation
TL;DR: it is indeed elegant but there's nothing we can do with it.
The project 'sapling' basically makes Django objects versioned. For pages, it uses a restricted subset of HTML5 plus Django template tags. It doesn't use wikitext. The editor for HTML5 is CKEditor.
There are some nice things like the ability to have a different diff / merge algo for each object type, like media versus text or whatever.
LocalWiki has another mode that uses wikitext but the editor in that case is exactly like the old textarea-based stuff for MediaWiki.
On 6/29/11 10:36 AM, Sumana Harihareswara wrote:
A friend recommends Localwiki's new rich text editor: "it's very good, intuitive, and elegant."
https://github.com/localwiki/sapling http://localwiki.org/
My friend calls it "definitely worth a look" as rich text editing examples go. The creator is Philip Neustrom, and he might be a useful resource to provide a code tour or to share how they thought about developing its features.
Sumana Harihareswara Volunteer Development Coordinator Wikimedia Foundation
Wikitext-l mailing list Wikitext-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitext-l
wikitext-l@lists.wikimedia.org