[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
That seems to save a little bit of typing. I guess I saw the use of dialog element as nice because it kind of stands out (as in: something different going on here), an element I likely wouldn't otherwise use for anything else i.e. a by-the-jugular attention grabber. Yeah, I need that kind of t

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Télumire
If you want even less steps you can do inset:0; position:fixed; z-index:1000; background:white; On any element (other than forms, these will require a width 100vw) Le jeudi 25 novembre 2021 à 00:32:30 UTC+1, cj.v...@gmail.com a écrit : > All kinds of cool possibilties. > > I tried with a div, ga

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
All kinds of cool possibilties. I tried with a div, gave up as soon as I realized it needed a few extra steps compared to dialog. What I did find interesting with a div, is a div the full size of the browser window and a high z-index, allowed to see the TiddlyWiki, but prevented clicking on it

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Mat
Interesting. I did not know about the dialog html tag but I'd assume it can as well be achieved with a div. Anyhow, your idea triggered an idea for a "wall", e.g a password wall or paywall type application so here's some direct copy-paste-code with size so people can manipulate it more easily:

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
Oops. Open the imported tiddler and Poof. TiddlyWiki interface gone. Setup such a tiddler as the default tiddler to open, or default tiddler at startup. Maybe check for something in the URL to not open this tiddler at startup, or some mechanism (visible or hidden-keyboard-driven) to show/hide