Zettelkasten Forum


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.

Comments

Sign In or Register to comment.