Hi,
I am trying to set up the plugin External Content by Saq
https://saqimtiaz.github.io/tw5-plugins-sandbox/#Documentation%3A%20ExternalContent
But the tiddlers I want to import are prefixed $:/
and the only tag is $:/tags/Licenses
, for some reason I can’t make it to work.
-
content-filter
:[tag[$:/tags/Licenses]]
or[is[system]tag[$:/tags/Licenses]]
- text:
https://licenses.tiddlyhost.com
I also attached the exported tiddler.
$__external_licenses.tiddlyhost.com.json (251 Bytes)
I tried it with regular tiddlers, and it works fine. I also tried escaping $
to $
.
Understandably, I can just rename the tiddlers and add a new tag, but I like to keep them hidden so if anyone wants to export the individual license tiddlers (or me in the future), they don’t have to deal with changing the title and removing the extra tag.
Is there something I’m doing wrong or missed?
Thank you!