As a user, I would like the $:/plugins/tiddlywiki/codemirror editor to show
a vertical guide line at column 80 while editing. This helps me keep tiddler text,
code, and Markdown within a readable line length.
Currently, CodeMirror 5 already provides an official rulers addon, but the
CodeMirror plugin does not appear to include or expose it.
Describe the solution you'd like
Add the support for CodeMirror 5's official addon/display/rulers.js addon
and allow it to be configured through a TiddlyWiki config tiddler.
The feature should be disabled by default, so existing users would not see any
behavior change unless they configure it.
Describe alternatives you've considered
None
Additional context
As a user, I would like the
$:/plugins/tiddlywiki/codemirroreditor to showa vertical guide line at column 80 while editing. This helps me keep tiddler text,
code, and Markdown within a readable line length.
Currently, CodeMirror 5 already provides an official
rulersaddon, but theCodeMirror plugin does not appear to include or expose it.
Describe the solution you'd like
Add the support for CodeMirror 5's official
addon/display/rulers.jsaddonand allow it to be configured through a TiddlyWiki config tiddler.
The feature should be disabled by default, so existing users would not see any
behavior change unless they configure it.
Describe alternatives you've considered
None
Additional context