mirror of
https://github.com/usememos/memos.git
synced 2025-12-11 06:36:02 +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 |",
|
||||
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