How to change tiddler title font size in editor

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

4 Likes

Welcome to the tiddlyverse @Lishuo_Lin
Another approach is to simply zoom in and out to suit.

  • Use ctrl=Mouse roller
  • Or ctrl-minus ctrl-Plus

Also this also works here in talk.tiddlywiki as well.