mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: improve wording to describe external asset workflow
This commit is contained in:
@@ -300,7 +300,7 @@
|
|||||||
(shui/alert
|
(shui/alert
|
||||||
{:variant "warning"}
|
{:variant "warning"}
|
||||||
(shui/alert-description
|
(shui/alert-description
|
||||||
"⚠️ PDF annotations should be with internal asset(pdf) ref block to work properly."))
|
"Creating a local asset from an external one. PDF annotations require a local asset to work properly."))
|
||||||
|
|
||||||
(let [title (util/node-path.basename url)]
|
(let [title (util/node-path.basename url)]
|
||||||
(edit-external-url-form asset-block {:url url :title title :on-saved on-saved!}))])))])
|
(edit-external-url-form asset-block {:url url :title title :on-saved on-saved!}))])))])
|
||||||
|
|||||||
Reference in New Issue
Block a user