tiptap/demos
Philipp Kühn 723b955cec
feat: Integrate input rules and paste rules into the core (#1997)
* refactoring

* improve link regex

* WIP: add new markPasteRule und linkify to image mark

* move copy of inputrule to core

* trigger codeblock inputrule on enter

* refactoring

* add regex match to markpasterulematch

* refactoring

* improve link regex

* WIP: add new markPasteRule und linkify to image mark

* move copy of inputrule to core

* trigger codeblock inputrule on enter

* refactoring

* add regex match to markpasterulematch

* update linkify

* wip

* wip

* log

* wip

* remove debug code

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* rename matcher

* add data to ExtendedRegExpMatchArray

* remove logging

* add code option to marks, prevent inputrules in code mark

* remove link regex

* fix codeblock inputrule on enter

* refactoring

* refactoring

* refactoring

* refactoring

* fix position bug

* add test

* export InputRule and PasteRule

* clean up link demo

* fix types
2021-10-08 15:02:09 +02:00
..
preview Fix 'Edit on Github' link url in docs 2021-09-22 16:18:55 +02:00
public add basic vite setup 2021-08-25 11:52:20 +02:00
setup change react.tsx to react.ts 2021-09-17 13:55:06 +02:00
src feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
includeDependencies.txt feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
index.html redirect demos 2021-08-26 10:06:14 +02:00
package.json dependencies: update 2021-10-08 12:13:20 +02:00
postcss.config.js demos: revert switch to modules only 2021-09-30 11:43:51 +02:00
tailwind.config.js demos: revert switch to modules only 2021-09-30 11:43:51 +02:00
tsconfig.base.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.react.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.vue-2.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.vue-3.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
vite.config.ts demos: revert switch to modules only 2021-09-30 11:43:51 +02:00