Skip to content

Commit 24538fd

Browse files
Add a TODO and remove stale one
1 parent 3f7319a commit 24538fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-version-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Miscelleanous changes:
9696
* 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"]`
9797
* These advanced query options are deprecated: :title, :group-by-page? and :collapsed?.
9898
* Since block timestamps are available, they display in table view where possible.
99+
* `{{function}}` used with queries is a TODO.
99100

100101
#### Namespaces
101102
* 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:
121122
* `db.sqlite` - Stores all your graph's data including user configs.
122123
* `assets/` - Stores assets like before.
123124
* `logseq/` inside a directory no longer exists.
124-
* It's still a TODO to sync markdown files to these graph directories.
125125

126126
## File Graph Changes
127127

0 commit comments

Comments
 (0)