1
0

Quick note inbox

This commit is contained in:
Zef Hemel 2024-01-20 23:16:12 +01:00
parent 514b0600a3
commit 07cec72257
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ This library is highly recommended for everybody to import immediately. It provi
Some random examples:
* [[Table of Contents]] and [[Linked Mentions]]
* All the slash commands you know and love, ranging from `/h1` to `/task` to `/table` to `/code` to `/query` to `/template` to `/today` to...
* Some useful general purpose pages such as [[Library/Core/Page/Maintenance]] and [[Library/Core/Page/Template Index]].
* Some useful general purpose pages such as [[Library/Core/Page/Maintenance]], [[Library/Core/Quick Notes]] and [[Library/Core/Page/Template Index]].
# Installation
To import this library, run the {[Library: Import]} command in your SilverBullet space and enter:

View File

@ -0,0 +1,5 @@
This is your {[Quick Note]} inbox.
```query
page where name =~ /^Inbox\// render [[Library/Core/Query/Page]]
```