I’m looking to make a slight adjustment to the tiddler editor, specifically I want to set the height of the editor from 100px to {{{ [{$:/themes/tiddlywiki/vanilla/metrics/lineheight}add[4]] }}} so if the lineheight is 20px, it sets the height of the field to 24px, appearing like a input html element until a newline is added, and then expanding as normal.
so far I’ve taken a look at the template tiddlers, “$:/core/ui/EditTemplate/body/editor” and through the cascades but I couldn’t find the specific CSS that controls the default height, even when trying to use the developer inspector in browser to grab the CSS selectors for it, but maybe I’m missing something, does anyone have any input for doing this…?
ATM only interested in the default height, rather than adding a plugin such as CodeMirror.