mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
remove file sync, tldraw, excalidraw and zotero
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user