mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: :url property values with macros
Macros in :url are useful for having urls with a common hostname that can be configured once. Without this fix, docs graph is invalid
This commit is contained in:
@@ -262,9 +262,8 @@
|
||||
;; input "{{poem red,blue}}"
|
||||
;; becomes
|
||||
;; Rose is red, violet's blue. Life's ordered: Org assists you.
|
||||
;; TODO: test
|
||||
;; :macros
|
||||
;; {"docs-base-url" "https://docs.logseq.com/#/page/$1"}
|
||||
:macros
|
||||
{"docs-base-url" "https://docs.logseq.com/#/page/$1"}
|
||||
|
||||
;; Configure the default expansion level for linked references.
|
||||
;; For example, consider the following block hierarchy:
|
||||
|
||||
Reference in New Issue
Block a user