mirror of https://github.com/usememos/memos.git
fix(ui): remove unsupported highlight command (#5328)
This commit is contained in:
parent
2a876436e0
commit
618db89f4f
|
|
@ -25,9 +25,4 @@ export const editorCommands: Command[] = [
|
|||
run: () => "| Header | Header |\n| ------ | ------ |\n| Cell | Cell |",
|
||||
cursorOffset: 1, // Places cursor after first "|" to edit first header
|
||||
},
|
||||
{
|
||||
name: "highlight",
|
||||
run: () => "==text==",
|
||||
cursorOffset: 2, // Places cursor between "==" markers to type highlighted text
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue