The Variable Height feature would indeed be quite dreamy. Digressing~ Keeping in mind well I can understand much of the logic on how codemirror works my scripting abilities are super noob.
It looks like the normal textarea is still around just hidden in codemirror mode, so would it be possible to reverse this and make a system where you could switch between the two and it would copy/replace the content from one to the other on switch? effectively adding a button to the normal view mode: [Switch to code view.] It seems like logically the way this would work is to not use the CmEdit or CmSave and instead simply have it as a layer on top () that could be switched from hidden to displayed (Which looks like you can already do, the content just doesn't interact with each other.) and have the content of the textarea copied over, and when save is hit if the codemirror div is displayed have it's contents copied back over to the normal textarea and than save as normal. -- 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.

