Thanks for sharing. I will have a look. Have you seen the material mobile theme? It moves the sidebar into a menu.
But I do like component solutions
Tony
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9aa8f44d-3a12-4c10-b175-725e68bf3b92%40googlegroups.com.
When you use TiddlyWiki on mobile, the wiki uses responsive design to move the sidebar up above the wiki content and fit everything on a small screen.
I wrote some CSS to solve this problem. You can see it in action and test the code here:
Thanks for sharing! With the same motivation I developed a theme some time ago:
https://tid.li/tw5/plugins.html#%24%3A%2Fthemes%2Ftelmiger%2Fnavigator
It would give you the possibility to put a (short) title in the mostly sticky top bar.
It has an option to display a new-tiddler button even while the sidebar is closed.
And it offers a bottom bar that can easily be reached on mobile screens ... I would love to hear what you think about it.
Cheers,
Thomas
When you use TiddlyWiki on mobile, the wiki uses responsive design to move the sidebar up above the wiki content and fit everything on a small screen.
I wrote some CSS to solve this problem....
FYI, unrelated, there is one issue on moblie sizes that Telmiger did solve. Its the "wiggle width". On Android, at least, even if you think you scale properly, the tiddlers sometimes need scrolling right a bit. The problem is likely somewhere in the Vanilla CSS. Not quite sure where. We could ask Thomas?