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.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,8 @@ Logseq Sync syncs DB graphs between devices. It is also referred to as RTC (Real
450
450
451
451
The [JS Plugin SDK](https://logseq.github.io/plugins/) adds support for DB graphs, including DB-graph specific methods. There is also a CLJS SDK. See https://github.com/logseq/cljs-plugin-example for an example plugin using the CLJS SDK.
452
452
453
+
For example plugins that work with DB graphs, see https://github.com/benjypng/logseq-zoterolocal-plugin and https://github.com/kerim/logseq-checklist.
454
+
453
455
## DB Graph Importer
454
456
455
457
The DB Graph Importer converts a file graph to a DB graph. An overview of what it does:
@@ -593,4 +595,6 @@ Read the [CLI's homepage](https://www.npmjs.com/package/@logseq/cli) to learn mo
593
595
## Additional Links
594
596
*https://discuss.logseq.com/t/introducing-newtags-with-examples/32310 - Helpful tutorial on new tags
595
597
*https://github.com/C0ntr0lledCha0s/logseq-template-graph - Example graph with useful properties and tags. Import graph as EDN.
596
-
*https://github.com/jcblemai/logseq-graph-ci - Github workflow that uses CLI to validate a graph
598
+
*https://github.com/jcblemai/logseq-graph-ci - Github workflow that uses CLI to validate a graph
0 commit comments