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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ High level changes:
25
25
* Blocks and pages are united as [nodes](./db-version.md#nodes). They are referenced as `[[]]` and blocks no longer use `(())` for referencing.
26
26
* Properties have a lot more functionality with the [new properties](./db-version.md#properties)!
27
27
* Previous tags should behave like before that an inline tag is entered using `Cmd-Enter`.
28
-
* NOTE: Pressing enter on a `#` input triggers a powerful [new tags](./db-version.md#new-tags) feature.
28
+
* NOTE: Pressing enter on a `#` input triggers a powerful [new tags](./db-version.md#tags) feature.
29
29
* All blocks and pages have created-at and updated-at timestamps! With this built-in dimension of time, time powered features are possible.
30
30
* The [previous tables](https://docs.logseq.com/#/page/tables) including version 2 are replaced by a shadcn based table. The new tables have inline editing like spreadsheets by default. See [here](./db-version.md#tables) for more.
31
31
* Flashcards have been re-implemented with [a new algorithm](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler). It isn't compatible with the previous flashcards so none of the properties and srs data from the previous version is imported.
@@ -35,8 +35,8 @@ High level changes:
35
35
*`>Query` is now `/Advanced Query`
36
36
*`>Src` is now `/Code block`
37
37
*`>Quote` is `/Quote`
38
-
* Code blocks, quote blocks and math blocks [have tags](./db-version.md#more-new-tags). Since properties are not are a part of the block content, properties can more naturally be added to these blocks.
39
-
* Pdf annotations [have a tag](./db-version.md#more-new-tags). This allows annotations to be viewed across pdfs and to have custom views of annotations while using the pdf viewer.
38
+
* Code blocks, quote blocks and math blocks [have tags](./db-version.md#more-tags). Since properties are not are a part of the block content, properties can more naturally be added to these blocks.
39
+
* Pdf annotations [have a tag](./db-version.md#more-tags). This allows annotations to be viewed across pdfs and to have custom views of annotations while using the pdf viewer.
40
40
* Markdown syntax for blocks e.g. a heading or quote is no longer visible or editable. Removing a block's heading is done by right-click on a block and choosing the crossed out H icon.
41
41
* Slides have been removed as a feature and we can support it as 3rd party plugin.
42
42
* Excalidraw e.g. `/draw` is no longer a built-in feature and will hopefully be moved to a plugin.
@@ -62,7 +62,7 @@ Miscelleanous changes:
62
62
*`#` and `/` are disallowered characters for page names.
63
63
64
64
#### Tags
65
-
* Tags have [a lot of new functionality](./db-version.md#new-tags).
65
+
* Tags have [a lot of new functionality](./db-version.md#tags).
66
66
* When a tag is added on a block, it now displays to the right of the block. To inline a tag like before, press `Cmd-Enter` in the tag dropdown.
67
67
68
68
#### Tasks
@@ -121,7 +121,7 @@ Miscelleanous changes:
121
121
122
122
#### Search
123
123
* When search modal first opens, recently updated pages display at the top.
124
-
* Tags can be created from the modal as described in [new tags](./db-version.md#new-tags).
124
+
* Tags can be created from the modal as described in [tags](./db-version.md#tags).
0 commit comments