Set macro for tag
\define symptoms(symptom:'suicial_ideation+') $symptom$
<<symptoms>>These fail:
<<ColumnTable """[tag[<<__symptoms__>>]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable """[tag[<<symptoms>>]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable """[tag[$symptoms$]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable """[tag[$(symptoms)$]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>The following fail:
<<ColumnTable """[currentTiddler[Improved]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable """[<<currentTiddler>>[Improved]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable """[<<__currentTiddler__>>[Improved]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
No apostrophes:
<<ColumnTable "[<<__currentTiddler__>>[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable [<<__currentTiddler__>>[Improved]] """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
Math symbols
<<ColumnTable """[<<__currentTiddler__>>+'[Improved]']""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable """[<<__currentTiddler__>>+[Improved]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<$set name=symptom value=<<currentTiddler>>>
<<symptom>>
</$set>
<<symptom>>
(this works so far)
Then these fail:
<<ColumnTable "[<<symptom>>[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "[<<_symptom_>>[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "[<<__symptom__>>[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "["""$symptom$"""[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "[""$symptom$""[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "["$symptom$"[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>\define symptoms(symptom:<<currentTiddler>>) $symptom$
<<symptoms>>
(works)
Then they fail like the list above. And also:
<<ColumnTable "[<<__symptoms__[Improved]>>]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "[$(symptoms)$[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "['$(symptoms)$[Improved]']" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>
<<ColumnTable "['$(symptoms)$'[Improved]]" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>>--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/lotJQdnUMSk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/908eff40-e687-48e4-8cf4-bd7acf02f7cdn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a97b0359-60a1-4a30-8a75-62279ad33051n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4a38d7db-b1e9-4661-aa3d-b86a4e0e7683n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5379900f-babd-4c3b-aae2-1d69f67c9941n%40googlegroups.com.