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, or perhaps more specifically the Getting Started page. Got questions? Head over to the community forums.

This pages serves purely as a starting point to not start with a blank slate. Feel free to ditch it completely, or adjust it to your needs. This space is fully yours. Own it.

Recent quick notes

${widgets.commandButton("Create quick note", "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("Today's entry", "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)}