diff --git a/website/Library/Core.md b/website/Library/Core.md index b597a1f..9cea683 100644 --- a/website/Library/Core.md +++ b/website/Library/Core.md @@ -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: diff --git a/website/Library/Core/Quick Notes.md b/website/Library/Core/Quick Notes.md new file mode 100644 index 0000000..f5f061e --- /dev/null +++ b/website/Library/Core/Quick Notes.md @@ -0,0 +1,5 @@ +This is your {[Quick Note]} inbox. + +```query +page where name =~ /^Inbox\// render [[Library/Core/Query/Page]] +```