buggyj / tiddlyclip-plugin

tw plugin for tiddlyclip
MIT License
13 stars 1 forks source link

Add variable type that would persist across 'rule actions' #9

Closed buggyj closed 8 years ago

buggyj commented 8 years ago

When creating a number of tiddlers in the same clip action, in order to refer to a tiddler create in a previous part of the clip action, the name of that tiddler must be a made available to the refering tiddler.

At new type of variable can be constructed eg ":variableA"

JulioCantarero commented 8 years ago

Hi BJ, Thank you for implementing the new variable type whose scope span across Rule Tiddlers. I noticed that there seems to be a typo in the description above, as the new variable type uses the prefix '%' in your code, not ':'. So a variable of this type should be named "%vairableA" in the example above. The implementations works beautifully in my TW. Thanks.