(Hopefully I’m following nettiquete here, as reviving old post is fine on this list).
Thanks for this. Recently I used something similar but my filter was something like:
[modifier[$modifier$]!is[system]!has[draft.of]days:modified[<<previousTo $days$>>]]
(where <<previousTo value>>
just gives value - 1
to increase readability).
There is a way to use macro arguments like modifier
attached to the exporting file name of the button action? I would like to have something like filename=$modifier$+"recent.json"
, so if modifier user is Jhon Doe
, the exported JSON file with the tiddlers would be named jhon-doe-recent.json
TIA.