felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki
http://tiddlymap.org
BSD 2-Clause "Simplified" License
845 stars 127 forks source link

Node popups' dimensions #445

Closed Alexandros81 closed 1 year ago

Alexandros81 commented 1 year ago

Hi! How can I set bigger default dimensions for the popups which appear on mouse hoover over nodes (so that I do not need to enlarge the popup windows by acting on the right bottom corner of the popup)? Many thanks Alex

flibbles commented 1 year ago

Add the following tiddler to your tiddlywiki:

title: Alexandros81's css tweak
tags: $:/tags/Stylesheet

div.tmap-tooltip {
    max-width: 820px;
};

I've attached an export of it if I'm being unclear:

Alexandros81's css tweak.csv

Edit: That CSV isn't loading correctly, but github doesn't let me upload any other type of file, so you're on your own.

flibbles commented 1 year ago

Or better yet, just use the settings in "Configure TiddlyMap".