mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
enhance: add shortcut "p i" to set icon
This commit is contained in:
@@ -365,6 +365,11 @@
|
||||
:fn (fn []
|
||||
(state/pub-event! [:editor/new-property {:property-key "Priority"}]))}
|
||||
|
||||
:editor/add-property-icon {:binding "p i"
|
||||
:selection? true
|
||||
:fn (fn []
|
||||
(state/pub-event! [:editor/new-property {:property-key "Icon"}]))}
|
||||
|
||||
:ui/toggle-brackets {:binding "t b"
|
||||
:fn config-handler/toggle-ui-show-brackets!}
|
||||
|
||||
@@ -771,6 +776,7 @@
|
||||
:editor/add-property-deadline
|
||||
:editor/add-property-status
|
||||
:editor/add-property-priority
|
||||
:editor/add-property-icon
|
||||
:ui/toggle-wide-mode
|
||||
:ui/select-theme-color
|
||||
:ui/goto-plugins
|
||||
@@ -890,7 +896,8 @@
|
||||
:editor/add-property
|
||||
:editor/add-property-deadline
|
||||
:editor/add-property-status
|
||||
:editor/add-property-priority]
|
||||
:editor/add-property-priority
|
||||
:editor/add-property-icon]
|
||||
|
||||
:shortcut.category/toggle
|
||||
[:ui/toggle-help
|
||||
|
||||
Reference in New Issue
Block a user