mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: disallow db version from creating deprecated title property
also add fixmes for other known properties conversions
This commit is contained in:
@@ -166,6 +166,7 @@
|
||||
(page-handler/create! page-name {:redirect? false :create-first-block? false
|
||||
:split-namespace? false
|
||||
:format format
|
||||
;; FIXME: file and file-path properties for db version
|
||||
:properties {:file (case format
|
||||
:markdown
|
||||
(util/format "[%s](%s)" label url)
|
||||
|
||||
Reference in New Issue
Block a user