mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
feat: p t to toggle display properties including empty && hidden
It can toggle display selected blocks or all the blocks if no block has been selected.
This commit is contained in:
@@ -370,6 +370,9 @@
|
||||
:fn (fn []
|
||||
(state/pub-event! [:editor/new-property {:property-key "Icon"}]))}
|
||||
|
||||
:editor/toggle-display-all-properties {:binding "p t"
|
||||
:fn ui-handler/toggle-show-empty-hidden-properties!}
|
||||
|
||||
:ui/toggle-brackets {:binding "t b"
|
||||
:fn config-handler/toggle-ui-show-brackets!}
|
||||
|
||||
@@ -777,6 +780,7 @@
|
||||
:editor/add-property-status
|
||||
:editor/add-property-priority
|
||||
:editor/add-property-icon
|
||||
:editor/toggle-display-all-properties
|
||||
:ui/toggle-wide-mode
|
||||
:ui/select-theme-color
|
||||
:ui/goto-plugins
|
||||
@@ -897,7 +901,8 @@
|
||||
:editor/add-property-deadline
|
||||
:editor/add-property-status
|
||||
:editor/add-property-priority
|
||||
:editor/add-property-icon]
|
||||
:editor/add-property-icon
|
||||
:editor/toggle-display-all-properties]
|
||||
|
||||
:shortcut.category/toggle
|
||||
[:ui/toggle-help
|
||||
|
||||
Reference in New Issue
Block a user