Commit Graph

49 Commits

Author SHA1 Message Date
Julius Tarng
d5206961f7 fix demos 2022-09-01 12:44:45 -05:00
Julius Tarng
9f1ffb8b53 update demos, remove lowlight as per docks 2022-07-19 00:00:16 -05:00
svenadlung
599b8cc014 docs: move youtube documentation to nodes 2022-07-06 13:20:33 +02:00
Dominik
8c6751f0c6 add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862)
* chore: add precommit hook for eslint fixes, fix linting issues
* chore: add eslint import sort plugin
2022-06-08 14:10:25 +02:00
Dominik
f019f70a19 fix(suggestion): 🐛 make clientrect prop optional as it can potentially be undefined (#2813)
This commit makes the clientRect prop optional - this means that this value can be null. This allows developers using the suggestion extension to know that they have to implement a check for the clientRect before using it.

#2795
2022-05-27 12:31:46 +02:00
Dominik Biedebach
0597e474af style: move node text content into helper function 2022-05-20 19:04:55 +02:00
Dragoș Străinu
7e2f0ae2ca docs(nodes/image/react): remove v-if (#2461) 2022-01-31 17:03:21 +01:00
Philipp Kühn
1dcbefd08b demos: show "No result" in mentions demos 2022-01-12 10:22:27 +01:00
Pavel Bobylyov
0312fe4325 A comment clarifying the difference between vue 2 and vue 3 when passing props to VueRenderer in Mention plugin (#2319) 2021-12-27 13:24:21 +01:00
Philipp Kühn
ed21bfc422 demos: remove content of index.html files 2021-12-17 14:02:22 +01:00
Philipp Kühn
170ec4be5b fix: don’t check for active node in wrapIn command, fix #1059 2021-12-13 13:32:19 +01:00
Philipp Kühn
40a9404c94 add newline-after-var rule to eslint config 2021-12-03 00:03:39 +01:00
Philipp Kühn
6c34dec33a fix: remove some magic strings 2021-12-02 14:58:15 +01:00
svenadlung
9956c9c51b Add Mention demo for React 2021-11-16 18:26:28 +01:00
svenadlung
709aa8c0ab Add Table demo for React 2021-11-16 16:00:26 +01:00
Sven Adlung
dee562f5ef Add Text demo for React 2021-11-16 15:49:38 +01:00
Sven Adlung
f2e6d3d8ef Add TaskList and TaskItem demo for React 2021-11-16 15:42:40 +01:00
Sven Adlung
ddd5545e9a Add Paragraph demo for React 2021-11-16 15:15:03 +01:00
Sven Adlung
cbc717334d Add OrderedList demo for React 2021-11-16 15:12:43 +01:00
Sven Adlung
73120d79bb Add ListItem demo for React 2021-11-16 15:08:58 +01:00
Sven Adlung
60957c2677 Add Image demo for React 2021-11-16 15:04:46 +01:00
Sven Adlung
7d6ecf31d8 Add HorizontaleRule demo for React 2021-11-16 14:56:07 +01:00
Sven Adlung
e8c76a75a0 Add Heading demo for React 2021-11-16 14:53:27 +01:00
Sven Adlung
5cc5965ec7 Add HardBreak demo for React 2021-11-16 14:50:12 +01:00
Sven Adlung
b0f447236b Add Document demo for React 2021-11-16 14:47:03 +01:00
Sven Adlung
7f16b142cb Add CodeBlockLowlight demo for React 2021-11-16 14:44:26 +01:00
Sven Adlung
74c416ae87 Add CodeBlock demo for React 2021-11-16 14:35:20 +01:00
Sven Adlung
33a4e0ca91 Add BulletList demo for React 2021-11-16 14:29:29 +01:00
Sven Adlung
f4c7f54f46 Add Blockquote demo for React 2021-11-16 14:22:00 +01:00
Philipp Kühn
cd04758a49 demos: remove old emoji demo 2021-11-12 09:23:59 +01:00
Philipp Kühn
67d74830b4 fix tests 2021-11-08 21:32:06 +01:00
Philipp Kühn
70f335c088 demos: improve mention styling 2021-10-26 16:22:31 +02:00
Philipp Kühn
641ae99701 demos: update suggestion styling 2021-10-26 00:00:30 +02:00
Philipp Kühn
a6f731af39 feat!: Add editor to items prop in suggestion plugin (#2082)
* add editor to items prop

* docs: update content
2021-10-25 09:42:41 +02:00
Philipp Kühn
c01afc6791 demos: fix styling 2021-10-25 09:19:56 +02:00
Hans Pagel
71077f6d62 docs: update nodes examples 2021-10-19 21:18:32 +02:00
Philipp Kühn
b2dffc6013 demos: update suggestions styling 2021-10-15 18:38:14 +02:00
Hans Pagel
808d32f9a7 examples: fix styling of table examples 2021-10-15 14:49:12 +02:00
Philipp Kühn
e79126d99b demos: add whitespace 2021-10-14 09:42:31 +02:00
Philipp Kühn
f9059a372f demos: move suggestion to its own file 2021-10-13 14:53:40 +02:00
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
Hans Pagel
6863626a7a docs: update the blockquote page 2021-10-01 22:45:12 +02:00
Philipp Kühn
31b269dd5a demos: fix rendering bug for task items, fix #1531 2021-09-21 23:43:49 +02:00
Philipp Kühn
6e205d3dbe demos: fix rendering of taskItem 2021-09-21 23:22:21 +02:00
Gregory Cadars
99ea9c87da docs: Horizontal rule demo: add selected style (#1848) 2021-09-08 09:48:33 +02:00
Philipp Kühn
2d129459ca fix tests 2021-08-26 14:07:37 +02:00
Philipp Kühn
acbaa41ee0 add missing emoji demo 2021-08-25 23:12:53 +02:00
Philipp Kühn
e0016c40e9 migrate beforeDestroy to beforeUnmount 2021-08-25 18:36:11 +02:00
Philipp Kühn
7dd4e38af5 add node demos 2021-08-25 18:15:10 +02:00