grooveboxunited
grooveboxunited
I don't know if this is something that others would find useful but I thought I'd suggest it anyhow. It would be cool if there was a macro that allowed...
### Describe the bug With both CodeMirror and the CodeMirror Fullscreen installed clicking into the text editor and pressing F11 does nothing but toggle the browser's native fullscreen mode. ###...
Bullets and text go out of line when font size is changed. For example here is a snippet from the [Streams demo](https://saqimtiaz.github.io/streams/) with the default font size of 14px: ...
Currently clicking on links like `[[name of link|My tiddler]]` will open a tiddler called `name of link|My tiddler`. It would be great if CodeMirror Enhanced would match the default TiddlyWiki...
Would be great if autocomplete worked with CamelCase links without requiring the `[[` syntax.
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...