Hello đź‘‹!

Welcome to the wondrous world of SilverBullet. A world that once you discover and appreciate, you’ll never want to leave.

_One of us!

If you’re confused and don’t know what to do, have a look at the Manual.

Recent quick notes

${widgets.commandButton "Quick Note"}

${some(query from p = index.subPages("Inbox") order by p.lastModified desc limit 10 select templates.fullPageItem(p) order by p.lastModified desc limit 10 select templates.fullPageItem(p) )) or "No quick notes yet!"}

Recent journal entries

${widgets.commandButton "Journal: Today"}

${some(query from j = index.pages(config.get("journal.tag")) where j.tag == "page" order by j.date desc limit 14 select templates.pageItem(j)) where j.tag == "page" order by j.date desc limit 14 select templates.pageItem(j) )) or "No journal entries yet!"}

Recent incomplete tasks

${some(query from t = index.tasks() where not t.done order by t.pageLastModified desc limit 10 select templates.taskItem(t)) or "All tasks done!"}

Recently modified pages

${query from p = index.contentPages() order by p.lastModified desc limit 10 select templates.fullPageItem(p)}