TW5-codemirror-plus icon indicating copy to clipboard operation
TW5-codemirror-plus copied to clipboard

An attempt to make a better writing experience for TW using codemirror.

Results 18 TW5-codemirror-plus issues
Sort by recently updated
recently updated
newest added

Thank you for creating this plugin, it's extremely useful. I'm having an issue with the autocompletion window appearing behind the editor, so I am unable to see the list of...

https://github.com/Gk0Wk/TW5-CodeMirror-Enhanced is trying to make a framework that can enhance TW codemirror in an easy way, maybe this is another way toward the goal of TW community.

The default themes (Vanilla and Snow White) set a z-index of 198 (for the first tiddler) when "sticky titles" is enabled, which covers the autocomplete hint. By setting z-index to...

https://github.com/snowgoon88/TW5-extendedit/issues/15 is really good to auto complete the internal links. Can TW5-codemirror-plus support this?

This is more of a question than an issue because I'm unsure of what is the expected behavior. I'm using codemirror plus in firefox. Before switching from the vanilla codemirror...

The CodeMirror Autocomplete Sub-plugin provided in the official TiddlyWiki repository provides different functionality to the autocomplete feature of CodeMirrorPlus. It gives autocompletion for html, javascript and xml and also for...

Currently when you go to `Settings -> CodeMirror -> Set a Theme`, and set the theme to anything other than `cmplus`, much of the features of `cmplus` remain present, including...

Currently when using autocomplete the text is added without closing the brackets (i.e. `[[Title of tiddler`). It seems to me that in most cases it would make sense for the...

Pressing ctrl+space is OK, but I think having the suggestions pop-up automatically would make the experience even more streamlined, especially if you are going to be selecting from multiple results....

Currently when writing lists, if a space is added after the `*` but before the text, this space is actually rendered in the formatted markdown. I think it is probably...