mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: remove remaining uses of file graph specific attributes
Removed all file graph uses of :block/namespace, :block/file, :block/type and :block/properties except for graph-parser which still uses them for db importer. Removed all uses of :block/format except for graph-parser and src/main/frontend
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
(ns frontend.format.block
|
||||
"Block code needed by app but not graph-parser"
|
||||
"Block code needed by app but not graph-parser. This should be the only frontend
|
||||
namespace that has references to legacy file attributes like :block/pre-block?
|
||||
as they are being removed from graph-parser output"
|
||||
(:require [cljs-time.format :as tf]
|
||||
[cljs.cache :as cache]
|
||||
[clojure.string :as string]
|
||||
|
||||
Reference in New Issue
Block a user