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 page 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.
${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) ]( from p = index.subPages("Inbox") order by p.lastModified desc limit 10 select templates.fullPageItem(p) )) or "No quick notes yet!"}
${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) ]( from j = index.pages(config.get("journal.tag")) where j.tag == "page" order by j.date desc limit 14 select templates.pageItem(j) )) or "No journal entries yet!"}
${some(query[ from t = index.tasks() where not t.done order by t.pageLastModified desc limit 10 select templates.taskItem(t) ]( from t = index.tasks() where not t.done order by t.pageLastModified desc limit 10 select templates.taskItem(t) )) or "All tasks done!"}
${query[ from p = index.contentPages() order by p.lastModified desc limit 10 select templates.fullPageItem(p) ]( from p = index.contentPages() order by p.lastModified desc limit 10 select templates.fullPageItem(p) )}
${query[ from p = index.documents() order by p desc select templates.fullPageItem(p) ]( from p = index.documents() order by p desc select templates.fullPageItem(p) )}