Skip to content

Commit c2e0830

Browse files
Update docs based on 2 user questions
1 parent 4f3fedf commit c2e0830

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

db-version-changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Miscelleanous changes:
9999
* Advanced queries are now edited in a code block which means queries are syntax highlighted.
100100
* Some old advanced queries will no longer work and need to be rewritten. For engineers, compare the [db graph `schema`](https://github.com/logseq/logseq/blob/feat/db/deps/db/src/logseq/db/frontend/schema.cljs) vs the [file graph `schema`](https://github.com/logseq/logseq/blob/feat/db/deps/db/src/logseq/db/file_based/schema.cljs).
101101
* 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"]`
102+
* The task related properties `:block/marker`, `:block/priority`, `:block/deadline` and `:block/scheduled` have been respectively renamed to `:logseq.property/status`, `:logseq.property/priority`, `:logseq.property/deadline` and `:logseq.property/scheduled`. These properties should be queried via rules like `property` e.g. `(property :logseq.property/deadline ...)`.
102103
* These advanced query options are deprecated: :title, :group-by-page? and :collapsed?.
103104
* Since block timestamps are available, they display in table view where possible.
104105

db-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ The DB Graph Importer converts a file graph to a DB graph. An overview of what i
363363
* `IN-PROGRESS` and `NOW` -> `Doing`
364364
* `WAIT` and `WAITING` -> `Backlog`
365365
* Tags are imported as follows:
366-
* By default, all tags are imported as [new tags](#new-tags) using the `Import all tags` input. This allows you to use all your tags as you have previously, along with the new capabilities they have.
366+
* By default, all tags are imported as [new tags](#new-tags) using the `Import all tags` input. This allows you to use all your tags as you have previously, along with the new functionality they have. Any properties associated with a tag are added to tags to take advantage of the new functionality.
367367
* Alternatively you can import only specific tags to [new tags](#new-tags) using the `Import specific tags` input. Tags that aren't specified in this input are then imported as follows:
368368
* All such tags become pages.
369369
* Tags in a block are converted to [page references](https://docs.logseq.com/#/page/term%2Fpage%20reference).

0 commit comments

Comments
 (0)