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'd like to create a button in the sidebar that automates the following sequence of actions:
* select all tiddlers that have the "Public" tag * export them all to JSON format
This can easily be done thanks to the instructions here http://tiddlywiki.com/#How%20to%20export%20tiddlers by doing a filter search [tag[Public]] and by clicking the little "export" button, but I would like that to be automated.
It creates a macro named: export-to-json The macro has 2 predefined parameters: tag, fileName. They can be redefined with the macro call. see the last line. The macro also produces a rather long button eg: [export 1 tiddler(s) tagged: "public" to "asdf.json"] This can be made shorter, by deleting the stuff you don't need.
the following macro creates a short button with a tooltip text