Ok, this is a bit hackish but I did a click-customization that covers
what I want:

In the "constructor" for config.macros.tiddlytagmindmap.handler :

                var clickF = function(node){
                    // changed:deepone
                    if ( node.id == tiddlytagmindmapobjects
[id].rgraph.root ) {
                        story.displayTiddler(null,
node.id,null,null,null,null,null,id);
                    } else {
                        try{
                            var res =
config.macros.tiddlytagmindmap.loadTiddlersIntoTTMM([node.id],id);
                        }
                        catch(e){
                            console.log("exception in display
tiddler: " + e);
                        }
                    }
                };

This makes it so you have to click the root/focused/central-node again
to display the associated tiddler... Nodes are still loaded though so
this means that you can browse your graph freely without being
disturbed by tiddlers popping up when you just want to explore
structures... And when you actually want to load a tiddler you just
click it twice...

/Daniel

On Nov 20, 12:14 pm, "Daniel Sjolie" <[EMAIL PROTECTED]> wrote:
> Another feature request that I don't have time to implement myself
> right now would be an ability to "maximize" the mindmap "window" so it
> covers the entire window; for when you really want to use it to
> "explore your data"... This should be combined with scaling of fonts
> and customizing of clicking but that's already on you todo-list I
> believe... :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to