(Nethead)Content-Rights & Designmode
WOHOOO I finished the implementation of the content-rights in Nethead. “The basic” of course. I have still a lot of ideas for it but now it’s ready for usage. Really exciting work because thats a really nice feature for a CMS. Not one of the mainstream CMS can give rights for acl and qiudg to their contents!
My next subject is: Designmode
Here an example for it(gecko-browsers only): http://www.mozilla.org/editor/midasdemo/
Nice hm? I think that will be another exciting feature for Nethead. But should I use a existing designmode-editor as base? Well yes. To learn how things work but I would never use one. Why?
- I wouldn’t learn anything!
- Most of them produce worst html-code
- MOST of them are overpowerd
- and of course MOST of them are too slow!
Good points to make your own designmode editor. I now it’s a lot of work so I will focus on some mainpoints:
- Make a working easy to use basic designmode implementation with just TWO features: to write things and be able to use the resulting html-code in a form
- add Bold-, Italic-, Underline- and Strikethrough
- add usage of the css-styles(like Header1, Header2, subtitle etc.)
- add CONTENT-links and normal links
- add images
- copy, cut & paste for text
- add enumerations
- tables
thats it! And how can I implement this? PURE javascript… I hate javascript but a designmode-editor is one of the must features in Nethead.
