On Friday, June 7, 2013 4:12:47 AM UTC+2, Arc Acorn wrote: > > Hay Mario! It doesn't look like Google Groups has any PM system and I > didn't want to bother people with a new thread for this so if you check > back here could you possibly tell me how possible: > http://stackoverflow.com/questions/12343922/codemirror-with-spell-checker
You deffinitely should create a new topic at google groups because others should join the discussion. If you think it is to "dev" related use the TiddlyWikiDev group: https://groups.google.com/forum/?fromgroups#!forum/tiddlywikidev > Would be to setup for TiddlyWiki? I looked at his example code and got > pretty confused pretty quickly on where to even start start, but it's to me > the final puzzle piece in getting codemirror to completely replace the > normal textarea. > As I wrote in the other cm topic, I don't want to invest more time into cm v2.x library. I did some investigation to port the whole stuff to CodeMirror v3. But at that time (V 3.0), the difference in functionality wasn't big enough to justify the effort. CM is at version 3.13 now. Making great progress. There are nice features eg: linked subviews. That makes it possible to edit a tiddler with 2 editors at the same time. Much better document handling API [1] ... the new "auto completion" [2] ... Since I didn't use "exotic" v2 functions, the switch shouldn't be too hard. I deffinitely know one broken function: The "type chooser". Where 2 cm-core api functions have been removed :/ and Yakov has a valid request, that it should be a toolbar command. So imo it needs to be rewritten anyway. I'll have a closer look at the weekend. At the moment I do have some trouble with the "build and deploy" process using TW5 to build TW2 and the codemirror plugins. -m [1] http://codemirror.net/doc/manual.html#api_doc [2] http://codemirror.net/demo/complete.html -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

