Hi! I searched web and can’t find way to change the font size of title in editor. I mean just the tiddler title of the editor but not the content.
Regards
Carl
Hi! I searched web and can’t find way to change the font size of title in editor. I mean just the tiddler title of the editor but not the content.
Regards
Carl
Hi,
Welcome to the community.
Create a new tiddler eg: edit-titlebar-style
and tag it $:/tags/Stylesheet
with this content
input.tc-titlebar {
font-size: 1rem;
]
If you need info about the unit rem go to: CSS values and units - Learn web development | MDN and scroll down to ems and rems
Welcome to the tiddlyverse @Lishuo_Lin
Another approach is to simply zoom in and out to suit.
Also this also works here in talk.tiddlywiki as well.