You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi
I started my first static TW yesterday and have found it intuitive and easy to get going on. One thing I wanted to create was backlinks so looked at the main TW site which suggests putting the following in
[all[current]backlinks[]]
for a type
text/vnd.tiddlywiki
however this just shows the plain text and nothing else.
have I done something howlingly obviously wrong?!
thanks
mike
Mark S.
unread,
Feb 25, 2017, 6:32:15 PM2/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I would guess that those examples need to be rewritten to clarify usage. AFAIK, to activate the filter you would need to wrap it in a list, like this:
<$list filter="[all[current]backlinks[]]"/>
That's the minimalist form. You can use <$list>...</$list> tags to format the results in between.