mirror of
https://github.com/usememos/memos.git
synced 2025-12-16 05:43:06 +08:00
Merge fd4e6793f9 into 2a876436e0
This commit is contained in:
commit
5981d217ee
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue