On further inspection seems to be some css somewhere which is making
TagMindMap thing he is somewhere else.
#tagmindmap
{background:transparent;position:absolute; left:2px; top:2px;} is a
little hack that will solve this.
On Jan 28, 3:02 pm, rakugo <[email protected]> wrote:
> Weird.. seems to be a bug with my plugin. Panning seems to only work
> when it is in displayArea in your PageTemplate so try using the below
> to fix the drag/droppy ness.
>
> In terms of performance might be worth using ignoreLoneNodes:true in
> your tag mind map parameters. This will help with performance as
> otherwise you'll probably have lots of tiddlers you never use open....
> am hoping to improve on this performance sometime soon! :)
>
> Cool to see you're finding it useful.
> ----------------------
> !PageTemplate
> ------------------------
> <!--{{{-->
>
> <div macro='moveablePanel name:header'>
> <div class='header' macro='gradient hor #a5f814 #2A2A2F'>
> <div class='headerShadow'>
> <span class='siteTitle' refresh='content'
> tiddler='SiteTitle'></
> span>
> <span class='siteSubtitle' refresh='content'
> tiddler='SiteSubtitle'></span>
> </div>
> <div class='headerForeground'>
> <span class='siteTitle' refresh='content'
> tiddler='SiteTitle'></
> span>
> <span class='siteSubtitle' refresh='content'
> tiddler='SiteSubtitle'></span>
> </div>
> </div>
> </div>
> <div id='mainMenu' class='moveablePanel'>
> <div refresh='content' tiddler='SearchBar'></div>
> <div macro='moveablePanel name:mainmenu width:auto height:auto'></
> div>
> </div>
> <div id='sidebar'>
> <span style='position:relative'>
> <div macro='moveablePanel name:options width:16em height:auto'>
> <div id='sidebarOptions' refresh='content'
> tiddler='SideBarOptions'></div>
> </div>
> <div macro='moveablePanel name:tabs width:16em height:auto'>
> <div id='sidebarTabs' refresh='content' force='true'
> tiddler='SideBarTabs'></div>
> </div>
> </span>
> </div>
> <div id='displayArea'>
> <div id="tagmindmap" parameters="width:1024 height:768 id:main
> startState:all zoom:100 exclude:
> ['excludeLists','systemTiddlers','systemConfig'] breadcrumbs: true"> </
> div>
> <div id='messageArea'></div>
> <div id='tiddlerDisplay'></div>
> </div>
> <!--}}}-->
>
> On Jan 28, 9:03 am, MobileLibrary <[email protected]> wrote:
>
> > Hi again,
> > thanks Duke, I'll definitely keep you posted. And no, the brain is new
> > to me... I'll try it out!
> > Some more remarks:
> > firstly, here's the work of the people who are making it possible:
> > http://www.TiddlyTools.com/quickstart/moveable.html
> > (Eric's show of what the moveablePanelPlugin can
> > do)http://tiddlytagmindmap.tiddlyspot.com/
> > Jon's tagmindmaphttp://dl.getdropbox.com/u/241006/TiddlyTagmapGraph.html
> > Wolfgangs combination of tagmindmap, hypergraph and tiddlyDesktop
>
> > then, here's a link to my earlier attempt at using
> > Tagmindmap:http://www.mobilelibrary.nl/wiki/movable/TTMM.html
> > (don't try this one without FF, it hopelessly messes up in IE and I
> > can't bear to think what you would get in Safari or Opera). It shows
> > that here the navigation within the canvas still works. I found out
> > that when I reset the size of the canvas in the PageTemplate of my
> > combination of TTMM and MP it does work but stops after the first use
> > of it.
>
> > As you can see, i'm just a fiddler when it comes to CSS, these files
> > are just try-outs but i think they do show how even someone without
> > all the programming basics can do a whole lot with tiddlywiki!
>
> > I'll have some more fun, wish you all the same,
> > ML
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---