You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: db-version-changes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ Miscelleanous changes:
96
96
* The attribute `:block/content` was renamed to `:block/title`. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/title` e.g. `[?b :block/content "content"]` -> `[?b :block/title "content"]`
97
97
* These advanced query options are deprecated: :title, :group-by-page? and :collapsed?.
98
98
* Since block timestamps are available, they display in table view where possible.
99
+
*`{{function}}` used with queries is a TODO.
99
100
100
101
#### Namespaces
101
102
* 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.
@@ -121,7 +122,6 @@ Miscelleanous changes:
121
122
*`db.sqlite` - Stores all your graph's data including user configs.
122
123
*`assets/` - Stores assets like before.
123
124
*`logseq/` inside a directory no longer exists.
124
-
* It's still a TODO to sync markdown files to these graph directories.
0 commit comments