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:
Gabriel Horner
2026-01-12 12:20:51 -05:00
parent 4bb7430682
commit 37af8f690e
23 changed files with 90 additions and 207 deletions

View File

@@ -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]