|
@@ -110,7 +110,7 @@
|
|
|
(def private-tags
|
|
(def private-tags
|
|
|
"Built-in classes that are private and should not be used by a user directly.
|
|
"Built-in classes that are private and should not be used by a user directly.
|
|
|
These used to be in block/type"
|
|
These used to be in block/type"
|
|
|
- (set/union internal-tags
|
|
|
|
|
|
|
+ (set/union (disj internal-tags :logseq.class/Root)
|
|
|
#{:logseq.class/Journal :logseq.class/Whiteboard}))
|
|
#{:logseq.class/Journal :logseq.class/Whiteboard}))
|
|
|
|
|
|
|
|
(def hidden-tags
|
|
(def hidden-tags
|