TW5-TiddlyMap icon indicating copy to clipboard operation
TW5-TiddlyMap copied to clipboard

Feature-Request: Presentation mode, or associate web link to a node

Open agisbrec opened this issue 9 years ago • 8 comments

I would like to use TiddlyMap in a presentation, i.e. show the mindmap and then press on the nodes to show their content. Unfortunately, the beamers usually have small resolution, so that I have to use full screen mode. When I then press on a node, it opens a small window with the corresponding tiddler, which eats lots of screenspace. Would it be possible to show the tiddler in full-screen?

I associate a pdf file with each such node (tiddler type: 'application/pdf', field: "_canonical_uri" with a weblink). Alternatively, would it be possible to open the pdf (or any other link) directly, without the tiddler?

agisbrec avatar Sep 29 '16 14:09 agisbrec

@agisbrec, try to double click a node.

But yes, preview for pdf doesn't appear to work, search for and then drag and drop a link to Motovun Jack.pdf onto http://tiddlymap.org to see that the preview window remains blank in fullscreen mode.

tobibeer avatar Sep 29 '16 16:09 tobibeer

Double clicking a node opens the corresponding tiddler in the river on the left side. I want the double click to open the pdf directly.

I managed to let pdfs appear if I set the tiddler type to 'application/pdf' and adding the field '_canonical_uri' with a weblink. Not sure how to make imported pdfs visible and whether this is a bug or I don't know the syntax. ;)

agisbrec avatar Sep 29 '16 16:09 agisbrec

Double clicking a node opens the corresponding tiddler in the river on the left side. I want the double click to open the pdf directly.

I thought you were talking about "presentation mode", aka fullscreen.

tobibeer avatar Sep 29 '16 16:09 tobibeer

Yes, sorry. In fullscreen it opens a window with the name of the node and two tabs: Draft and Preview. This window eats lots of screenspace.

agisbrec avatar Sep 29 '16 16:09 agisbrec

This window eats lots of screenspace.

If that's your concern, then what you really ask is for a TiddlyWiki core change to have modals look differently, e.g. window-less... or even styled (via css). TiddlyMap could then expose that class as a configuration option. Unfortunately, you can't define a css class for the modal atm.

I think it's also been a loooong time that I asked @Jermolene for the ability to click outside the modal so as to close it.

tobibeer avatar Sep 29 '16 17:09 tobibeer

OK, changing css is complicated... But is it possible to just redirect to the link? E.g. while editing a node tiddler, add a field 'link' with a weblink. Double clicking on the node would result in going to the linked page instead of opening the tiddler.

agisbrec avatar Sep 29 '16 17:09 agisbrec

Hi @agisbrec sorry for the late response. @tobibeer is right, you could use css styling to alter the layout of the modals. Another option would be to make use of popups in TiddlyMap (so far it only works in firefox): When you move you mouse over a node, its body is revealed as tooltip and the external links are clickable and open in another browser tab. You can try it out: go to http://tiddlymap.org?tmap-enlarged=fullscreen&tmap-view=overview and move your mouse pointer over Jeremy Ruston, then scroll down the popup till you see the links. – it's not an ideal solution, but it should work.

-felix

felixhayashi avatar Oct 04 '16 20:10 felixhayashi

We already tried to modify the css. We changed the size of the new window to fullscreen, but still the headers (with tabs etc.) take too much space. I guess we will try the second option next, i.e. popup and click the link. If this still does not work, we will have to figure out how to do more complex changes to css and javascript...

Thanks!

agisbrec avatar Oct 05 '16 09:10 agisbrec