Commit Graph

1557 Commits

Author SHA1 Message Date
Philipp Kühn
08974c6332 fix lint errors 2021-04-15 22:58:13 +02:00
Philipp Kühn
998356a530 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/add-hierarchy-to-extensions
# Conflicts:
#	packages/extension-code-block-lowlight/src/code-block-lowlight.ts
2021-04-15 22:57:04 +02:00
Philipp Kühn
05434afc47 wip: add extension.name 2021-04-15 22:03:45 +02:00
Hans Pagel
accceccd09 docs: update content 2021-04-15 21:48:19 +02:00
Philipp Kühn
07bc40ce75 wip: add getExtensionField 2021-04-15 21:14:33 +02:00
Hans Pagel
680ce9b7aa docs: update content 2021-04-15 19:50:42 +02:00
Hans Pagel
ef6bf3616e docs: add a word break experiment 2021-04-15 19:34:05 +02:00
Hans Pagel
f05e237346 docs: update content 2021-04-15 19:33:51 +02:00
Hans Pagel
2185554226 update redirects 2021-04-15 09:15:18 +02:00
Philipp Kühn
b076405c32 update eslint config 2021-04-14 10:04:30 +02:00
philippkuehn
1e9c322b7c ci: fix code style linting errors 2021-04-14 07:54:30 +00:00
Philipp Kühn
c40ce34eec wip: add some hierarchy tests 2021-04-14 09:48:38 +02:00
Philipp Kühn
daa5dc0fb1 fix: fix lowlight decorations for vue 3 2021-04-12 16:20:49 +02:00
Philipp Kühn
8090bc63c1 fix tests 2021-04-11 21:59:06 +02:00
Philipp Kühn
703afe91c0 add test 2021-04-11 18:34:38 +02:00
Philipp Kühn
ec61a37558 Merge branch 'issue/remove-code-block-with-backspace-after-blank-lines' of https://github.com/ueberdosis/tiptap-next 2021-04-11 18:29:26 +02:00
Hans Pagel
8ddb073d8b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-08 23:00:17 +02:00
Hans Pagel
e33d5e506a docs: update content 2021-04-08 23:00:01 +02:00
Hans Pagel
f4d3bbd5ec docs: update content 2021-04-08 22:56:09 +02:00
Philipp Kühn
26e9212ff5 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-08 22:55:07 +02:00
Hans Pagel
f3b91bc27b docs: update content 2021-04-08 22:44:55 +02:00
Hans Pagel
7e21bdd752 docs: update content, improve the Alpine.js guide 2021-04-08 22:42:18 +02:00
Philipp Kühn
08bc5c3d81 Merge branch 'main' into feature/extension-code-block-lowlight 2021-04-08 22:18:59 +02:00
Philipp Kühn
3fafc1bca7 docs: update content 2021-04-08 22:18:41 +02:00
Philipp Kühn
cbbb6bf4e1 docs: update content 2021-04-08 22:17:52 +02:00
Philipp Kühn
bd392ee8c2 remove languages option from codeblocklowlight 2021-04-08 22:13:50 +02:00
Hans Pagel
0b7a780878 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-08 22:12:52 +02:00
Hans Pagel
527c5c7a3e docs: refactor alpine.js example 2021-04-08 22:12:46 +02:00
Hans Pagel
49783d5a3d docs: update content 2021-04-08 16:06:58 +02:00
Philipp Kühn
cd65bf8437 docs: improve react node view example 2021-04-08 09:02:27 +02:00
Philipp Kühn
0e713432ae docs: update content 2021-04-08 00:13:51 +02:00
Hans Pagel
e597ed9f55 docs: update content 2021-04-07 23:08:24 +02:00
Hans Pagel
b5cf0892c4 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-07 22:56:52 +02:00
Hans Pagel
e23f1bd299 docs: update content 2021-04-07 22:53:51 +02:00
Hans Pagel
fa23bae5b5 docs: update content 2021-04-07 22:53:31 +02:00
Philipp Kühn
95f31f48fd Merge branch 'main' into feature/extension-code-block-lowlight 2021-04-07 22:39:39 +02:00
Philipp Kühn
7c4c50e520 docs: fix some code blocks 2021-04-07 22:28:29 +02:00
Philipp Kühn
508fcfd882 docs: fix copy for node view examples 2021-04-07 22:21:27 +02:00
Philipp Kühn
a0e2a830d7 refactor: remove isEditable from node views, remove viewUpdate event 2021-04-07 22:07:36 +02:00
Philipp Kühn
3334d930f3 feat: add resetAttributes() command, deprecate resetNodeAttributes() 2021-04-07 21:30:55 +02:00
Philipp Kühn
aac32b4df6 feat: add updateAttributes() command, deprecate updateNodeAttributes(), fix #254 2021-04-07 21:17:02 +02:00
Philipp Kühn
e61b2a51ed update text 2021-04-07 18:43:36 +02:00
Philipp Kühn
bb1ae659a4 feat: add priority option to extensions 2021-04-07 18:29:16 +02:00
Philipp Kühn
b8d9b7d4c7 feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
Philipp Kühn
63acc57305 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-07 00:26:28 +02:00
Philipp Kühn
b477a1bb0a fix task list in collab example, fix #246, fix #247 2021-04-07 00:26:23 +02:00
Hans Pagel
c063cc99f4 docs: add better titles to the integration guides 2021-04-07 00:08:50 +02:00
Hans Pagel
2c5a82df47 docs: update content, add new commands pages 2021-04-06 23:57:20 +02:00
Hans Pagel
85556fc428 docs: enable linkGroups to have links, too 2021-04-06 23:47:12 +02:00
Hans Pagel
3f3ce1d8d4 docs: update content 2021-04-06 23:36:07 +02:00