[tw] Howto cancel drop-action based on actionTiddler field?

2017-09-06 Thread Niels Bjerre
I want to *go-ahead or cancel* drop-action based on a field-value in the tiddler dropped (actionTiddler) <$droppable actions=<>>..<$droppable> in droppable-actions i have a <$*reveal* type="match" *state*= value="yyy"> In state=.. i have a problem referring to $(actionTiddler)$!!field

[tw] Re: Extended TOC functionality

2017-09-02 Thread Niels Bjerre
Hi Mario Thank You very much. I believe that tocP can serve my purpose very well. If I get the time I will experiment with Your prototype of tocM and give feedback. Thanks Again Niels Den fredag den 1. september 2017 kl. 17.37.25 UTC+2 skrev PMario: > > Hi Niels, > > I did create Parent

[tw] Extended TOC functionality

2017-09-01 Thread Niels Bjerre
TiddlyWiki has very nice tableOfContents functionality - eg macros: *toc-selective-expandable* and *toc-tabbed-external-nav*. The toc is based on tags. I need a modified version of the toc functionality: 1. Root nodes selected by a filter (not by 1 tag only) 2. Add a filter to child

[tw] Re: Variable substitution in macros: HowTo?

2017-08-25 Thread Niels Bjerre
Perfect - Thank You! $wikify did the trick Den torsdag den 24. august 2017 kl. 14.48.54 UTC+2 skrev Niels Bjerre: > > I have a variable that render fine. E.g.: > <<*newdescription*>>render as "This is the new description" > > The newdescription i

[tw] Re: Variable substitution in macros: HowTo?

2017-08-24 Thread Niels Bjerre
r" title="$(newdescription)$" > tags="OneTag [[Another Tag]]" text=<>/> > New Tiddler > > \end > > <$vars newdescription={{stateTidler!!description}}> > <> > > > Good luck, > Mark > > On Thursday, August 24, 20

[tw] Re: Variable substitution in macros: HowTo?

2017-08-24 Thread Niels Bjerre
It does not matter if I use 1. \define, 2. $set OR 3. $var .. to define the variable: *newdescription* Den torsdag den 24. august 2017 kl. 14.48.54 UTC+2 skrev Niels Bjerre: > > I have a variable that render fine. E.g.: > <<*newdescription*>>render as "T

[tw] Variable substitution in macros: HowTo?

2017-08-24 Thread Niels Bjerre
I have a variable that render fine. E.g.: <<*newdescription*>>render as "This is the new description" The newdescription is from a stateTidler: *{{stateTidler!!description}}* If I use the variable in a macro that creates a new tiddler (e.g. $action-sendmessage) ==> the variable