I have this plugin called Tiddly Remember by Soren Bjornstad. Basically I want a bunch of text to be shown as “Wikitag::tag::title”. I tried to do this by doing this:
[addsuffix[::[get[title]]]][tags[]addprefix[WikiTag::]]
or this:
[tags[]addprefix[WikiTag::]addsuffix[get[title]]]
However, it doesn’t work. I wonder what’s wrong. Can anyone help me or show me an alternative syntax of doing the same thing? I’m new to TiddlyWiki and have a beginner knowledge of programming.