Thanks for the quick reply, Eric!
The edittemplate fix is awesome. Very helpful.
But the FET code doesn't work. Rather than use othertags, I used sdg.
When I do:
<<forEachTiddler where 'tiddler.tags.contains("SDG")'
write '"|[["+tiddler.title+"]]|SDG:"+tiddler.fields['sdg']+"|"'
>>
I get
<<forEachTiddler ...>>: Extra parameter behind 'write': sdg']+"|"'
It tells me that tidder.fields is not a
When I do:
<<forEachTiddler where 'tiddler.tags.contains("SDG")'
write '"|[["+tiddler.title+"]]|SDG:"+tiddler.sdg+"|"'
>>
It looks better but what should show the tag from sdg comes up as
undefined.
Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---