mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user