tw5-captivate icon indicating copy to clipboard operation
tw5-captivate copied to clipboard

How to add the searchbox into sidebar for mobile use

Open arunnbabu81 opened this issue 2 years ago • 1 comments

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.

arunnbabu81 avatar Apr 03 '22 06:04 arunnbabu81

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.

cdruan avatar Apr 03 '22 21:04 cdruan