Triggers for Tags
Any thoughts on triggers[1] for tags? Examples...
if (tag == [yyyy.mm.dd]) show data by date; // good for reminders...
if (tag == [decode]) show decode(data);
if (tag == [auto]) ALWAYS show data;
if (tag == [plugin-xyz]) show plugin-xyz(data);
if (tag == [script.py]) show script.py(data);
if (tag == [ignore]) DO NOT show data
1: A mechanism that when true, runs a tagged block through a sub-process or a date based routine.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Have a look at R Markdown for inspiration.
my first Zettel uid: 202008120915
Thanks zk, appreciate it.
Tinybase: plain text database for BSD, Linux, Windows (& hopefully Mac soon)