mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
fix: remove most file-graph references from frontend and electron
- Remove references to old files under logseq/ e.g. logseq/version-files - Remove flashcard commands and translations that applied to file graph flashcards - Remove unused electron and frontend events - Remove timetracking config which was for file graphs
This commit is contained in:
@@ -10,19 +10,6 @@
|
||||
(defn toggle-answers []
|
||||
(click "card-answers"))
|
||||
|
||||
;; file-based
|
||||
(defn next-card []
|
||||
(click "card-next"))
|
||||
|
||||
(defn forgotten []
|
||||
(click "card-forgotten"))
|
||||
|
||||
(defn remembered []
|
||||
(click "card-remembered"))
|
||||
|
||||
(defn recall []
|
||||
(click "card-recall"))
|
||||
|
||||
;; db-based
|
||||
(defn card-again []
|
||||
(click "card-again"))
|
||||
|
||||
Reference in New Issue
Block a user