Getting Started: fix typo (#1054)
parent
0c4838e45c
commit
39b7cd4722
|
@ -35,7 +35,7 @@ You will notice this whole page section is wrapped in a strange type of block. T
|
|||
|
||||
SilverBullet has more tricks up its sleeve, we are just getting started. Consider [[Live Queries]] which allow you to query [[Objects]] in your space easily. [[Live Templates]] are another source of 🤯.
|
||||
|
||||
As a quick taster, check this out: here’s a list of (max 5) pages in your space ordered by the date of last modification. t updates (somewhat) dynamically. Create some new pages and come back here to see that it works:
|
||||
As a quick taster, check this out: here’s a list of (max 5) pages in your space ordered by the date of last modification. It updates (somewhat) dynamically. Create some new pages and come back here to see that it works:
|
||||
|
||||
```query
|
||||
page select name order by lastModified limit 5
|
||||
|
@ -55,4 +55,4 @@ Got any more questions? Join our [community](https://community.silverbullet.md/)
|
|||
|
||||
Feel a bit more ready in this endeavor? If so, feel to remove [[Transclusions|transclusion]] that renders this on-boarding description. You’re on your own now.
|
||||
|
||||
You got this. We believe in you.
|
||||
You got this. We believe in you.
|
||||
|
|
Loading…
Reference in New Issue