Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

planning the perfect WYSIWYG editor for blog, wiki and forum

WYSIWYG

Planning the most useful WYSIWYG editor (for me).

1. Why?!

  1. because i can't even remember the markup for my own wiki any more!!
  2. because i have to work around limitations of my own blog's bbcode.
  3. i want one editor/markup powering my forum, blog and wiki.

2. What are the requirements?

3. Not to haves

It is always more important to define what should NOT be supported.

4. How to get there

5. Implementation Details

The basic markup should be a subset of (x)html - valid XML is the easiest to parse. there are enough libraries and utilities out there for python. so this should be the way to go.

Custom features can be added by using custom attributes or simply assert custom functionality. For example: < img src="..." imgid="123" width="500px" height="200px" /> should generate a thumbnail of the file with id 123 with width 500 and height 200 px. (the src="..." is ignored - it is only needed so tinymce can display a valid image while editing.). - Maybe we could use custom namespaces? < img src="..." sph:imgid="123" ... / >?

Last Modified: 2009-12-23 15:46:56 by Herbert Poul - [ Snip Changes ] [ Wiki History ]

0 Comments

No comments yet.

Please login to create a new thread.



Powered by Sphene Community Tools