Hi Charlie, using a local font file, i.e
@font-face {
font-family: ‘CormorantGaramond’;
font-style: normal;
font-weight: 400;
src: url(./tiddly/CormorantGaramond-Regular.ttf);
}
does not work (it works anywhere in the wiki, but not in the EditTemplate).
anyhow, even if it worked, I prefer to have a single file (that’s why i use this method to embed my font-face: http://kookma.webfonts.tiddlyspot.com/)
summing up: CodeMirror plugin solves the problem (and of course adds other nice functionalities too) BUT the EditorToolbar does not stick anymore (to the top of the screen when scrolling). ie.
div.tc-editor-toolbar {
position: sticky;
top: 0;
}
does not work anymore.
(having a sticky toolbar is quite useful for me in mobile mode). (i tried to change to visible the overflow in CodeMirror to no avail).
thank you very much anyhow!
maurizio