tiptap/packages/core/src/commands
2021-05-05 13:49:32 +02:00
..
blur.ts rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
clearContent.ts fix: set correct type for emitUpdate 2021-04-25 21:04:26 +02: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 add insertContentAt command 2021-05-05 13:00:30 +02:00
insertContentAt.ts remove replaceRange from mention node 2021-05-05 13:49:32 +02:00
insertHTML.ts feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
insertNode.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +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 refactor: remove AnyObject type 2021-04-21 09:43:31 +02: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 refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
replaceRange.ts don’t check for canReplaceWith within replaceRange 2021-05-04 20:51:32 +02:00
resetAttributes.ts feat: add resetAttributes() command, deprecate resetNodeAttributes() 2021-04-07 21:30:55 +02:00
resetNodeAttributes.ts feat: add resetAttributes() command, deprecate resetNodeAttributes() 2021-04-07 21:30:55 +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 fix: add correct type for parseOptions 2021-04-26 23:43:32 +02:00
setMark.ts fix: better merge mark attributes for existing marks, fix #1039 2021-04-23 08:58:03 +02:00
setNode.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
setNodeSelection.ts use minMax fo selection commands 2021-04-27 11:52:50 +02:00
setTextSelection.ts use minMax fo selection commands 2021-04-27 11:52:50 +02: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 refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
toggleNode.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
toggleWrap.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02: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
updateAttributes.ts fix: better merge mark attributes for existing marks, fix #1039 2021-04-23 08:58:03 +02:00
updateNodeAttributes.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
wrapIn.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
wrapInList.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00