Skip to content

Commit

Permalink
tweaks to yesterday's update
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Oct 2, 2024
1 parent d00f1f4 commit 01f3623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db-version-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Miscelleanous changes:
* Since block timestamps are available, they display in table view where possible.

#### Namespaces
* Creating namespaces through `/` in `[[]]` should work as before e.g. `[[foo/bar/baz]]` creates the hierarchy of `foo` > `bar` > `baz`.
* Creating namespaces through `/` in `[[]]` should work as before e.g. `[[foo/bar/baz]]` creates the hierarchy of `foo` > `bar` > `baz`. Unlike before, the reference will turn into `[[baz]]` after it is created.
* Namespaced pages no longer have their namespace embedded in their page name. The big advantage of this is that renaming any part of the namespace does not affect all the pages under a namespace.
* 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.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion db-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Property fields in the dropdown menu:
* `Name`: Name to visually identify the property
* `Property type`: This determines what type a property's property values will have. Once a property is used this field cannot change. If you're unsure of what type to choose, use `Text`. See [property-types](#property-types) for more.
* `Available choices`: This limits a property to only have one of the defined choices. See [property choices](#property-choices) for more.
* `Multiple values`: When selected, a property can have multiple values associated with it. All property types can have multiple values except for checkbox.
* `Multiple values`: When selected, a property can have multiple values associated with it. All property types can have multiple values except for checkbox and datetime.
* `UI position`: This determines where the property values are displayed. By default the values are displayed as a row-like block under a block (`Block properties`). You can also choose to display property values at the beginning like task status, under a block like deadline date, or at the end of a block.
* `Hide by default`: When selected, a property won't be visible on any of its blocks by default. But it will be visible if you zoom in on its blocks or display them in the sidebar.

Expand Down

0 comments on commit 01f3623

Please sign in to comment.