Thank you very much Jon!
Also for making a working solution adding the <div style="width:
500px"
Great!

My next quest will be to change this (taken from http://doordouwe.nl/)
<!--{{{-->
<div id="tagmindmap" parameters="width:1024 height:768 id:main
startState:{{['info','ontwerp','2009']}} zoom:130 exclude:
['excludeLists','systemTiddler','systemConfig'] ignoreLoneNodes:true
breadcrumbs:true" </div>
and make it work with moveable panels like this:
<div macro='moveablePanel name:header'>
        <div class='header' >

                        <span class='siteTitle' refresh='content' 
tiddler='SiteTitle'></
span>&nbsp;
                        <span class='siteSubtitle' refresh='content'
tiddler='SiteSubtitle'></span>

        </div>
</div>
<div id='mainMenu' class='moveablePanel'>
        <div refresh='content' tiddler='MainMenu'></div>
        <div macro='moveablePanel name:mainmenu width:auto height:auto'></
div>
</div>

(Also from Mitchke Leemans' site)

Does VGraph allow you to specify zoomlevel and breadcumbs as well?
Width, height and startstate?


YS Mårtensson

On 12 Nov., 16:18, rakugo <[email protected]> wrote:
> That was great.
> There were two problems. One to do with the styling (my bad) - it
> meant the graph was appearing in the odd location at the top.
> and one to do with how you were embedding it in your page (your bad)
> -
> you were doing something like macro='VGraph parentFields:
> {{['tag']}}....'
> and it was treating the single quotes on the tag as the end of the
> macro call. By replacing these with double quotes the problem was
> solved.
> eg.  macro="VGraph parentFields:{{['tag']}}...."
> Fixed both issues and have upgraded the version 
> here:http://www.jonrobson.me.uk/development/VGraph/index.html
> That should hopefully be the end to your problems!!
>
> Thanks for the MTC it helped a lot!
> Jon
>
> On Nov 10, 1:10 am, Måns <[email protected]> wrote:
>
>
>
> > Hi Jon
>
> > I have tried to make it as simple as I could:http://tinyurl.com/yjp2kc5
> > In my original testcase I try to make it work as the background for
> > moveablepanels like Mitchke Leemans does here:http://doordouwe.nl/
>
> > My hope is that VGraphPlugin could replace TiddlyTagMindMapPlugin and
> > that it would make it possible to upgrade the core to the newest
> > version...
>
> > YS Måns mårtensson
>
> > On 9 Nov., 18:33, rakugo <[email protected]> wrote:
>
> > > Can you send me a minimal test case? I still have a few edge cases to
> > > iron out. Try excluding tags and find out which tiddler relationships
> > > are causing the recursion  it will help me a lot. I know I fixed a
> > > recursion bug recently (not updated on jonrobson.me.uk yet though) -
> > > hopefully this is the same thing.
>
> > > Jon
--~--~---------~--~----~------------~-------~--~----~
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