Hi Jan, -Where is the stylesheet for the map/view. I could not get FF to display > the css-elements of the map. (for example the background and the buttons of > tiddlyMap.) >
The css can be found in the shadow tiddler "$:/plugins/felixhayashi/tiddlymap/layout", which is a compilation of the sass files found here: https://github.com/felixhayashi/TW5-TiddlyMap/tree/master/src/plugins/felixhayashi/tiddlymap/files However, note that the css may still change in the future... > -Would it be possible to zoom to a Tiddler via external > events/buttons(Like in the list in the PopUp with the magnifyingclass on > the topright corner). > thats not officially supported. Anyhow, if the map in the editor is the only map open in your wiki you can execute the following line in your js console to zoom on a node: go to tiddlymap.org close all tiddlers in the river having maps and open the editor in the sidebar, then execute: $tm.registry[0].handleFocusNode({ param: 'TiddlyWiki' }) but this code may change in the future... > -Would it be possible to trigger the PopUp a Tiddler with external buttons. > Unfortunately, this is too complicated to program. > -Could you determine content to be shown in the PopUp . > You can specify what to display in a popup by creating a "description" field in the tiddler and adding wikitext field value. Best wishes Felix -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0df718de-76cf-4b0e-b45a-b3262920b4a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

