refactor: separate og and db version (#12276)

separate og and new version apps

remove file sync, tldraw, excalidraw and zotero
This commit is contained in:
Tienson Qin
2025-12-29 15:39:32 +08:00
committed by GitHub
parent 5ff22217d6
commit bcc478b5f7
677 changed files with 2418 additions and 61831 deletions

View File

@@ -25,12 +25,6 @@
(let [repo (state/get-current-repo)]
(db-property-util/get-pid repo db-ident)))
(defn block->shape [block]
(get-block-property-value block :logseq.property.tldraw/shape))
(defn page-block->tldr-page [block]
(get-block-property-value block :logseq.property.tldraw/page))
(defn shape-block?
[block]
(let [repo (state/get-current-repo)