mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 06:35:02 +00:00
Move common uses of page-ref to its own ns
By having a specific ns for page-ref utils, our code is more readable
and intention revealing. Also found that
text/{get-page-name,page-ref-un-brackets!} was getting called in
contexts that didn't make sense e.g. query layer was checking for
markdown and org page-refs
This commit is contained in:
committed by
Tienson Qin
parent
8be0deecd0
commit
e0b1f6b2de
6
deps/graph-parser/.carve/ignore
vendored
6
deps/graph-parser/.carve/ignore
vendored
@@ -12,3 +12,9 @@ logseq.graph-parser.block/->block-ref
|
||||
logseq.graph-parser.block/block-ref?
|
||||
;; API
|
||||
logseq.graph-parser.block/get-all-block-ref-ids
|
||||
;; API
|
||||
logseq.graph-parser.util.page-ref/left-and-right-brackets
|
||||
;; API
|
||||
logseq.graph-parser.util.page-ref/->page-ref
|
||||
;; API
|
||||
logseq.graph-parser.util.page-ref/get-page-name!
|
||||
|
||||
Reference in New Issue
Block a user