CustomJS plugin
up:: Obsidian Plugins
- π± Github
My shorthand for appending to Daily
Used in conjunction with the Templater Plugin.
// ----- Append to Daily -----
const { Append } = customJS;
await Append.toDaily(tp, append, tp.date.now("YYYY-MM-DD"));
// ---------------------------