tiptap/packages/core/src/commands
2021-04-07 11:53:37 +02:00
..
blur.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
clearContent.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
clearNodes.ts fix more commands for cell selections 2021-03-28 21:30:47 +02:00
command.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
createParagraphNear.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
deleteRange.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
deleteSelection.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
enter.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
exitCode.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
extendMarkRange.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
first.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
focus.ts add comment 2021-02-17 23:24:58 +01:00
insertContent.ts feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
insertHTML.ts feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
insertNode.ts feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
insertText.ts feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
joinBackward.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
joinForward.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
keyboardShortcut.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
lift.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
liftEmptyBlock.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
liftListItem.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
newlineInCode.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
replace.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
replaceRange.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
resetNodeAttributes.ts fix more commands for cell selections 2021-03-28 21:30:47 +02:00
scrollIntoView.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
selectAll.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
selectNodeBackward.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
selectNodeForward.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
selectParentNode.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
setContent.ts feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
setMark.ts fix updating marks for multiple table cells, fix #186 2021-03-28 21:07:56 +02:00
setNode.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
sinkListItem.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
splitBlock.ts add keepOnSplit option for marks 2021-04-01 19:06:40 +02:00
splitListItem.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
toggleList.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
toggleMark.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
toggleNode.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
toggleWrap.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
undoInputRule.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
unsetAllMarks.ts fix more commands for cell selections 2021-03-28 21:30:47 +02:00
unsetMark.ts fix updating marks for multiple table cells, fix #186 2021-03-28 21:07:56 +02:00
updateNodeAttributes.ts fix more commands for cell selections 2021-03-28 21:30:47 +02:00
wrapIn.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
wrapInList.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00