Currently tinkering with the internals of the interstitial portion of the kara plugin and wanted to know if there was a way to change the order at which new notes/items are added to the list.
So, basically instead of:
@@.interstitial
* Entry added 1st
* Entry added 2nd
* Entry added 3rd
@@
Changing it to:
@@.interstitial
* Entry added 3rd
* Entry added 2nd
* Entry added 1st
@@
Gotta say, Kara is quickly becoming my favorite plugin of this year, being that I can adjust it to how I like, such as different time formats, different text tags (I changed mine from <strong>
to <small class="tc-muted">
) and having it save to the tiddler body rather than a json tiddler is just really convient