cdruan / tw5-captivate

TiddlyWiki theme with easy color customization
https://cdruan.github.io/tw5-captivate/
MIT License
18 stars 3 forks source link

How to add the searchbox into sidebar for mobile use #4

Open arunnbabu81 opened 2 years ago

arunnbabu81 commented 2 years ago

How to add the searchbox from the topbar into sidebar for mobile use. I tried adding $:/tags/SideBar. But the search box is not visible in mobile mode.

cdruan commented 2 years ago

You could inject your search bar code into $:/themes/cdr/captivate/ui/TopBar, right after the <$reveal> tag and then work on CSS, especially positioning, width, etc, to get the search bar displayed properly.

But if you just need to access the search box in mobile mode, tap the "magnifying glass" on the top bar to open the search tiddler.