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

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2009-12-23 15:22:15 2009-12-23 15:22:58
Editor Herbert Poul Herbert Poul
Tags

2009-12-23 15:22:15 by Herbert Poul
2009-12-23 15:22:58 by Herbert Poul
3131
32# Implementation Details32# Implementation Details
3333
34The basic markup should be a **subset** of (x)html34The basic markup should be a **subset** of (x)html
> - valid XML is the easiest to parse. there are en> - valid XML is the easiest to parse. there are en
>ough libraries and utilities out there for python.>ough libraries and utilities out there for python.
> so this should be the way to go.> so this should be the way to go.
3535
t36Custom features can be added by using custom attrit36Custom features can be added by using custom attri
>butes or simply assert custom functionality. For e>butes or simply assert custom functionality. For e
>xample: <img src="..." imgid="123" width="500px" h>xample: < img src="..." imgid="123" width="500px" 
>eight="200px" /> should generate a thumbnail of th>height="200px" /> should generate a thumbnail of t
>e file with id 123 with width 500 and height 200 p>he file with id 123 with width 500 and height 200 
>x. (the src="..." is ignored - it is only needed s>px. (the src="..." is ignored - it is only needed 
>o tinymce can display a valid image while editing.>so tinymce can display a valid image while editing
>). - Maybe we could use custom namespaces? <img sr>.). - Maybe we could use custom namespaces? < img 
>c="..." sph:imgid="123" ... />?>src="..." sph:imgid="123" ... / >?


Powered by Sphene Community Tools