My Journal tiddlers have title in this format YYYY-0MM-0DD
. Now I can add a button to sort the “Journal”. There are helpful guides for sorting, like Sort tags by color.
Problem is how do I make sure the “Journal” tiddlers are always sorted without me having to click on any button. How do I go about it?
One way is to trigger “Journal” sort after any tiddler is saved.
- Is there a way to listen for save event?
- Or override save action?