tiptap/packages/tiptap-commands/src/commands
Marius Tolzmann 78f0e5e154 do not transform text of pasted links
this skips links in markPasteRules (Bold, Italic, Code, Strike, Underline)

fixes #258

works only if link extension is added before mark extensions

    extensions: [
      ...
      new Link(),
      ...
      new Italic(),
      new Bold(),
      new Code(),
      new Strike(),
      new Underline(),
      ...
    ]
2019-05-07 17:04:23 +02:00
..
insertText.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
markInputRule.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
markPasteRule.js do not transform text of pasted links 2019-05-07 17:04:23 +02:00
nodeInputRule.js inputrule for horizonal-line 2019-01-31 16:24:52 +01:00
pasteRule.js rename function 2018-11-26 11:17:24 +01:00
removeMark.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
replaceText.js range is optional for replaceText command 2018-11-22 22:48:00 +01:00
setInlineBlockType.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
splitToDefaultListItem.js fix linter errors 2019-05-04 11:00:50 +02:00
toggleBlockType.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
toggleList.js fix packages 2018-08-23 10:49:01 +02:00
toggleWrap.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
updateMark.js tabs to spaces whitespace 2018-11-08 22:03:10 +01:00