Hi David, It seems you have a similar setting than TiddlyDesktop. ....
tiddlywiki.com has a new plugin called "browser-sniff" [1], that is activated with the tiddlywiki.info file [2]. It is responsible to show the right default tab in the GettingStarted [3] tiddler if you go to tiddlywiki.com. So I think you could use a similar mechanism. So if your environment can be detected by the browser-sniff plugin, I think it would be rather straight forward to implement your behaviour. The tiddler: $:/info/browser/name contains the name of the active browser. So this info can be used with the "reveal widget" [4] to hide certain parts of the UI. You will need your own theme ... page template, edit template and viewtemplate ... But it should be relatively easy. Hope that helps. If you need commercial support, you can send me a mail ;) have fun! mario [1] https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/browser-sniff [2] https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlywiki.info [3] http://tiddlywiki.com/#GettingStarted [4] http://tiddlywiki.com/#RevealWidget -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
