Ok I have a tiddler named Andy
The tiddler contains data (I am using the DataTiddlerPlugin)
<data>{
"Name":"Andy",
"Site": "[[URL|http://www.licklibrary.com]]"
}</data>
The tiddler is tagged [[Artist]]
Now I have some javascript (I am using the InlinejavascriptPlugin)
NAME:
<script>document.write(DataTiddler.getData(tiddler.title,"Name"));</
script>
URL:
<script>wikify(DataTiddler.getData(tiddler.title,"Site"),place);</
script>
I would like to apply the script to every tiddler that has the tag
[[Artist]]
Are there any readily available plugins out there for doing this?
I have looked at FormTiddlerPlugin and TaggedTemplateTweak but they do
not do the above.
--
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.