Is there a way to change the sidebar expand & collapse chevron icons to hamburger & x icons instead?
In TiddlyWiki, there is almost always a way to customize things to your liking. In this particular case, it’s really easy…
- Edit the TWCore
$:/core/ui/TopBar/menu
shadow tiddler. - Replace
{{$:/core/images/chevron-right}}
with{{$:/core/images/close-button}}
- Replace
{{$:/core/images/chevron-left}}
with{{$:/core/images/menu-button}}
done.
enjoy,
-e
1 Like
Awesome, thank you!