feat: allow to disable markdown shortcuts (#4025)

* add settting to disable markdown keymap

Signed-off-by: d0zingcat <leewtang@gmail.com>

* rename disable markdown shortcuts

Signed-off-by: d0zingcat <leewtang@gmail.com>

* fix lint

Signed-off-by: d0zingcat <leewtang@gmail.com>

---------

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-10-16 23:27:54 +08:00
committed by GitHub
parent 009534f1cf
commit e5cb2037e4
12 changed files with 112 additions and 65 deletions

View File

@ -115,6 +115,8 @@ message WorkspaceMemoRelatedSetting {
string default_visibility = 9;
// reactions is the list of reactions.
repeated string reactions = 10;
// disable_markdown_shortcuts disallow the registration of markdown shortcuts.
bool disable_markdown_shortcuts = 11;
}
message GetWorkspaceSettingRequest {