[tw] Re: TiddlyTagMindMapPlugin not rendering icons from PageTemplate??

2010-12-28 Thread Måns
I found the error for missing icons I needed a space between edgecolor and nodetype: "edgeColor:rgb(190,0,0)nodeType:star " should be: "edgeColor:rgb(190,0,0) nodeType:star " Still havn't figured out how to make the exlude parameter work though.. Cheers Måns Mårtensson On 29 Dec., 00:19, Må

[tw] Re: TiddlyTagMindMapPlugin not rendering icons from PageTemplate??

2010-12-29 Thread rakugo
hey! Try exclude:foo exclude:bar to exclude foo and bar from the map. Jon On Dec 29, 1:19 am, Måns wrote: > I found the error for missing icons > I needed a space between edgecolor and nodetype: > "edgeColor:rgb(190,0,0)nodeType:star " should be: > "edgeColor:rgb(190,0,0) nodeType:star " > >

[tw] Re: TiddlyTagMindMapPlugin not rendering icons from PageTemplate??

2010-12-29 Thread Måns
Hi Jon > hey! Try exclude:foo exclude:bar to exclude foo and bar from the map. I tried: However it doesn't seem to work. :-( Checkout: http://tagmindmapmove.tiddlyspace.com/ and http://moveablemindmap.tiddlyspot.com/ Cheers Måns Mårtensson -- You received this message because you are subscr

[tw] Re: TiddlyTagMindMapPlugin not rendering icons from PageTemplate??

2010-12-29 Thread Måns
I've got another related problem: If I include @tiddlytagmindmap and @moveable into a new space I get: "Error while executing macro <>: RangeError: Maximum call stack size exceeded" even if I modify PageTemplate and StyleSheet to look like the one I use in http://tagmindmapmove.tiddlyspace.com/ I

[tw] Re: TiddlyTagMindMapPlugin not rendering icons from PageTemplate??

2010-12-30 Thread rakugo
Ah.. I remember now. Currently you are limited to only 1 exclude. I didn't get round to making it work on multiple tags. You can however make use of filters if this is possible. eg. filter:[is[local]] will only show non-included content. As for the maximum call stack size exceeded .. I've run in

[tw] Re: TiddlyTagMindMapPlugin not rendering icons from PageTemplate??

2010-12-30 Thread Måns
Hi Jon I changed the code to: in http://tagmindmapmove.tiddlyspace.com/ and included http://tagmindmapmove.tiddlyspace.com/ in http://flytbar4.tiddlyspace.com/ - here it doesn't seem to work. On the contrary the tag "excludeLists" actually seems to predominate?? :-) However in http://moveable