I am trying to create a custom export format, as per the TW documentation.
I have a tiddler with the tag $:/tags/Exporter and the following content.
<code>
\define renderContent()
{{{ $(exportFilter)$ ||$:/core/templates/plain-text-tiddler}}}
\end
Every so often, you will be able to upgrade your copy of TLSConsignment to
take advantage of new features, bug fixes, etc. The upgrade will be
provided by Dr. Bob Jansen with instructions of how to perform the upgrade.
You do not need to upgrade if you do not want to, it is entirely your own
decision. But if you do not upgrade you may miss out of new features and
bug fixes.
In most circumstances, you will just click the button below to start the
upgrade process.
----
<$button>
<$set name="exportFilter" value="[title[Artworks]]" />
<<renderContent>>
<$set name="exportFilter" value="[title[Consignments]]" />
<<renderContent>>
<$set name="exportFilter" value="[title[Exhibitions]]" />
<<renderContent>>
<$set name="exportFilter" value="[title[Names]]" />
<<renderContent>>
<$set name="exportFilter" value="[title[Mark]]" />
<<renderContent>>
<$set name="exportFilter" value="[tag[Manual]]" />
<<renderContent>>
<$set name="exportFilter" value="[tag[Manual_Pages]]" />
<<renderContent>>
<$set name="exportFilter" value="[tag[Messages]]" />
<<renderContent>>
<$set name="exportFilter" value="[prefix[$:/TLS/]]" />
<<renderContent>>
Upgrade Now
</$button>
</code>
I press the button and nothing happens. I'm sure the issue is how to action
the macro call but have no idea what is wrong. Anyone shed some light as to
why?
bobj
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/9b44983c-6cf0-4a33-8db3-ec0cee8012c5n%40googlegroups.com.