Hi.
Most companies which do software development these days use wikis to document things for internal use. However, not all developers are too keen on using poor WYSIWYG editors (Confluence') or to struggle with weird markup (Wikimedia, Confluence) but instead would like to focus on the content.
I'd like to create a wiki that shows everything in normal HTML browsing mode, but as soon as the user double clicks a word, the CKEditor editing toolbar appears "around" the wiki content and the word that was double clicked (and selected) is selected in the editor. No page reload, no scrolling - just plain, simple in-place editing.
If this has been done before, please point me to that. If not, I have (at least) two things I still haven't seen how to do:
* starting a CKEditor with a specific word selected
* have the CKEditor automatically expand vertically as needed - expand to fit the content
I was (or still am) hoping that the readonly mode is what I'm looking for and that it will solve this exakt problem.
Thanks for any tips, pointers, "this is almost what you're asking for", ...
/ Fredrik
(At some point I'd also like to see CKEditor integrated with multiple simultaneous editors (think EtherPad), but that's another topic.)
Most companies which do software development these days use wikis to document things for internal use. However, not all developers are too keen on using poor WYSIWYG editors (Confluence') or to struggle with weird markup (Wikimedia, Confluence) but instead would like to focus on the content.
I'd like to create a wiki that shows everything in normal HTML browsing mode, but as soon as the user double clicks a word, the CKEditor editing toolbar appears "around" the wiki content and the word that was double clicked (and selected) is selected in the editor. No page reload, no scrolling - just plain, simple in-place editing.
If this has been done before, please point me to that. If not, I have (at least) two things I still haven't seen how to do:
* starting a CKEditor with a specific word selected
* have the CKEditor automatically expand vertically as needed - expand to fit the content
I was (or still am) hoping that the readonly mode is what I'm looking for and that it will solve this exakt problem.
Thanks for any tips, pointers, "this is almost what you're asking for", ...
/ Fredrik
(At some point I'd also like to see CKEditor integrated with multiple simultaneous editors (think EtherPad), but that's another topic.)

Re: Modern Wiki Editor
http://dev.fckeditor.net/ticket/1376
Re: Modern Wiki Editor
http://ckeditor.com/developer-features
Re: Modern Wiki Editor