mirror of https://github.com/usememos/memos.git
fix(ui): remove unsupported highlight command
This commit is contained in:
parent
4668c4714b
commit
fd4e6793f9
|
|
@ -25,9 +25,4 @@ export const editorCommands: Command[] = [
|
||||||
run: () => "| Header | Header |\n| ------ | ------ |\n| Cell | Cell |",
|
run: () => "| Header | Header |\n| ------ | ------ |\n| Cell | Cell |",
|
||||||
cursorOffset: 1, // Places cursor after first "|" to edit first header
|
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