Changelog
parent
71c9f81a84
commit
2b62b898ce
|
@ -7,7 +7,7 @@ release.
|
|||
* [[Metadata]] both in [[Frontmatter]] and [[Attributes]] names are now indexed (scoped to whether they apply to pages, items or tasks) and code completed, e.g in front matter, attribute syntax and queries.
|
||||
* When pressing `Shift-Enter` rather than regular `Enter` in the page navigator, the input is now used literally to create a new page with that name. For example, typing in “my page” and hitting `Shift-Enter` will always create a page with that name (rather than defaulting to the best match, which is what `Enter` would navigate to).
|
||||
* Fixes an issue where the focus would be taken away from a modal if the page needed to be reloaded in the background.
|
||||
* Command to update directives across the entire space (not just the current page): {[d]}
|
||||
* Command to update directives across the entire space (not just the current page): {[Directives: Update Entire Space]}
|
||||
* Ability to run plug functions from the CLI with `silverbullet plug:run`. For instance, to update all directives in an entire space, run:
|
||||
```bash
|
||||
silverbullet plug:run /space-path directive.updateDirectivesInSpace
|
||||
|
|
|
@ -156,11 +156,11 @@ For the sake of simplicity, we will use the `page` data source and limit the res
|
|||
**Result:** Look at the data. This is more than we need. The query even gives us template pages. Let's try to limit it in the next step.
|
||||
|
||||
<!-- #query page limit 3 -->
|
||||
|name |lastModified |contentType |size |perm|
|
||||
|--|--|--|--|--|
|
||||
|Authentication |1686682290943|text/markdown|1730 |rw|
|
||||
|Guide/Deployment/Cloudflare and Portainer|1690298800145|text/markdown|12899|rw|
|
||||
|Markdown |1676121406520|text/markdown|1178 |rw|
|
||||
|name |lastModified |contentType |size|perm|pageAttribute|
|
||||
|----------|-------------|-------------|----|--|-----|
|
||||
|API |1688987324351|text/markdown|1405|rw| |
|
||||
|Attributes|1691176701257|text/markdown|1466|rw|hello|
|
||||
|Authelia |1688482500313|text/markdown|866 |rw| |
|
||||
<!-- /query -->
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ See the [original RFC](https://github.com/silverbulletmd/silverbullet/discussion
|
|||
Specific implementations for sharing are implemented in other plugs, specifically:
|
||||
<!-- #query page where share-support = true render [[template/page]] -->
|
||||
* [[🔌 Ghost]]
|
||||
* [[🔌 Github]]
|
||||
* [[🔌 Markdown]]
|
||||
* [[🔌 Mattermost]]
|
||||
* [[🔌 Github]]
|
||||
<!-- /query -->
|
||||
|
|
Loading…
Reference in New Issue