mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: a number of editing actions in publishing app
Creating items from cmdk, more property config fields, action items from page title, adding rows to table and property related shortcuts
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
(string/replace input #"^#+" ""))
|
||||
|
||||
(defn create-items [q]
|
||||
(when-not (string/blank? q)
|
||||
(when (and (not (string/blank? q)) (not config/publishing?))
|
||||
(let [class? (string/starts-with? q "#")]
|
||||
(->> [{:text (if class? "Create tag" "Create page") :icon "new-page"
|
||||
:icon-theme :gray
|
||||
|
||||
Reference in New Issue
Block a user