mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
feat: add :editor/strike-through binding (fixes #701)
This commit is contained in:
committed by
Tienson Qin
parent
2715347e05
commit
6ca5e9f98e
@@ -91,6 +91,10 @@
|
||||
{:desc "Highlight"
|
||||
:binding "mod+shift+h"
|
||||
:fn editor-handler/highlight-format!}
|
||||
:editor/strike-through
|
||||
{:desc "Strikethrough"
|
||||
:binding "mod+shift+s"
|
||||
:fn editor-handler/strike-through-format!}
|
||||
:editor/insert-link
|
||||
{:desc "Html Link"
|
||||
:binding "mod+k"
|
||||
|
||||
Reference in New Issue
Block a user