remove file sync, tldraw, excalidraw and zotero

This commit is contained in:
Tienson Qin
2025-12-25 15:13:13 +08:00
parent da06bc2db0
commit b3813ade7c
441 changed files with 162 additions and 37245 deletions

View File

@@ -136,14 +136,6 @@
"(t (or title-key" [:views.table/live-query-title :views.table/default-title :all-pages/table-title]
"(t subtitle" [:asset/physical-delete]})
(defn- whiteboard-dicts
[]
(->> (shell {:out :string}
"grep -E -oh" "\\bt\\('[^ ']+" "-r" "packages/tldraw/apps/tldraw-logseq/src/components")
:out
string/split-lines
(map #(keyword (subs % 3)))))
(defn- delete-not-used-key-from-dict-file
[invalid-keys]
(let [paths (fs/list-dir "src/resources/dicts")]
@@ -169,7 +161,6 @@
string/split-lines
(map #(keyword (subs % 4)))
(concat (mapcat val manual-ui-dicts))
(concat (whiteboard-dicts))
;; Temporarily unused as they will be brought back soon
(concat [:download])
set)