I've gotten Visual Editor to work on mine but it wasn't easy. Two key steps, in particular, aren't obvious.
1) You have to have the ckeditor module. BJ suggested downloading it but I found that having the $:/plugin/bj/visualeditor/includelib tiddler read <script src="http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.4.1/ckeditor.js"></script> was sufficient. Simply downloading it may be the preferred option. 2) Perhaps more importantly is that Visual Editor only works on works on certain types of tiddlers. If you are editing a text/vnd.tiddlywiki (ie a standard Tiddlywiki 5 file) you won't see anything happen at all. However, if you switch it a text/html (HTML Markup) or type text/x-htmlp into the Type field, you'll get the full editor effect... assuming you've set everything else up correctly. To create the text/x-htmlp type, you create a tiddler called $:/config/EditorTypeMappings/text/x-htmlp and give as its contents the string 'html' (make sure that there is no whitespace) You must be careful with switching the document type since the editor does some odd things when that happens that can mess up the results. Stephen -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

