Skip to content

Commit faedc7d

Browse files
update instructions for adding page property and macro deprecation
1 parent c2e0830 commit faedc7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

db-version-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Miscelleanous changes:
109109
* Pages can manage their namespace explicitly by using the `Parent` property. Previously managing a namespace could only be done by renaming a namespace. Using a property allows for easier management of namespace relationships.
110110
* The `Hierarchy` section is called `Children` for DB graphs. It now displays as a collapsible tree as this allows for viewing large namespaces more easily.
111111
* Children pages like `baz` above link back to its parent(namespace) with the `Parent` property.
112-
* The macro `{{namespace}}` is TODO.
112+
* The macro `{{namespace}}` is deprecated. Use the Library feature instead.
113113

114114
#### User Config
115115

db-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To create your first new tag:
147147

148148
For example, say we created a new tag `Person` and added `lastName` and `birthday` tag properties to it. Now when `#Person` is added to a block or page, those two properties automatically display and are editable for them. A powerful thing about new tags is that when its tag properties change those changes immediately show up on all [tagged nodes](#tagged-node).
149149

150-
A new tag can have properties on its own page. By default the `Description` property is available for adding a description and `Hide from node` is available to hide the new tag on tagged nodes that float to the far right. To set these properties go to the tag's page and click on the `Add property` link.
150+
A new tag can have properties on its own page. By default the `Description` property is available for adding a description and `Hide from node` is available to hide the new tag on tagged nodes that float to the far right. To set these properties, go to the tag's page and with the focus on the title press the add property shortcut from [property shortcuts](#property-shortcuts) e.g. `Cmd-p`.
151151

152152
### Create Tags
153153

0 commit comments

Comments
 (0)