diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 8862f5c4..b9ffcb53 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -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 diff --git a/website/🔌 Directive/Query.md b/website/🔌 Directive/Query.md index 8fa89791..8579c903 100644 --- a/website/🔌 Directive/Query.md +++ b/website/🔌 Directive/Query.md @@ -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. -|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| | diff --git a/website/🔌 Share.md b/website/🔌 Share.md index 2b475b10..6ba50f63 100644 --- a/website/🔌 Share.md +++ b/website/🔌 Share.md @@ -10,7 +10,7 @@ See the [original RFC](https://github.com/silverbulletmd/silverbullet/discussion Specific implementations for sharing are implemented in other plugs, specifically: * [[🔌 Ghost]] +* [[🔌 Github]] * [[🔌 Markdown]] * [[🔌 Mattermost]] -* [[🔌 Github]]