Philipp Kühn
b4e41afd17
fix: remove default types for textAlign extension, fix #1430
...
There are no default types for TextAlign extension anymore. You have to configure by yourself. Usually something like:
```js
TextAlign.configure({
types: ['heading', 'paragraph'],
})
```
2021-06-18 12:33:18 +02:00
Philipp Kühn
c8375aa294
docs: update rooms
2021-06-17 21:21:31 +02:00
Philipp Kühn
c64761a9e5
BREAKING CHANGE: data-mention is not used to parse a mention id or label anymore
2021-06-14 16:22:09 +02:00
Philipp Kühn
38f3601e6f
Revert "feat: update lowlight to v2"
...
This reverts commit 7e96d98a21 .
2021-06-03 21:20:36 +02:00
Philipp Kühn
7e96d98a21
feat: update lowlight to v2
2021-05-31 20:49:42 +02:00
Philipp Kühn
c1e2edce46
docs: fix demo
2021-05-27 18:13:17 +02:00
Philipp Kühn
db92a9b313
docs: update content
2021-05-07 11:28:18 +02:00
Philipp Kühn
00d8958b72
docs: update content
2021-05-06 18:41:22 +02:00
Philipp Kühn
ab3261e12b
docs: fix typo
2021-05-05 12:11:17 +02:00
Hans Pagel
19f61fda1a
docs: update content
2021-05-04 23:59:34 +02:00
Philipp Kühn
ebb84a952e
docs: fix emoji inputrules for clever editor demo, fix #1213
2021-04-27 22:01:44 +02:00
Hans Pagel
9110258a4c
Merge branch 'main' of github.com:ueberdosis/tiptap into main
2021-04-23 14:14:44 +02:00
Hans Pagel
7fc00dfecf
limit collab demo to 10,000 characters
2021-04-23 14:14:39 +02:00
Philipp Kühn
0bdd0ba8a3
docs: add new rooms
2021-04-23 12:45:01 +02:00
Philipp Kühn
23fb4704a8
docs: add new room
2021-04-23 11:30:23 +02:00
Philipp Kühn
bf95efe07f
add new rooms
2021-04-23 10:46:26 +02:00
Philipp Kühn
c3d4ac9d93
docs: new collab rooms for HN
2021-04-23 09:29:06 +02:00
Hans Pagel
90737af725
split collab demo in three rooms
2021-04-23 08:14:00 +02:00
Hans Pagel
c9d6fcabae
change the collab demo to use a new document
2021-04-23 07:19:39 +02:00
Philipp Kühn
1af47387c7
docs: set language for codeblock highlighting examples
2021-04-20 10:25:23 +02:00
Philipp Kühn
ecf0c92434
docs: update styling
2021-04-20 10:13:43 +02:00
Philipp Kühn
94b0f4b1d9
docs: add divider to collab demo, fix #252
2021-04-17 00:05:43 +02:00
Philipp Kühn
c4e0010656
docs: remove position: relative from menu demos
2021-04-16 14:43:26 +02:00
Philipp Kühn
a0ba4542ef
fix menu fade animations
2021-04-16 13:29:50 +02:00
Philipp Kühn
d5a36628d6
docs: update demo
2021-04-16 12:57:11 +02:00
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
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
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
Philipp Kühn
95f31f48fd
Merge branch 'main' into feature/extension-code-block-lowlight
2021-04-07 22:39:39 +02:00
Philipp Kühn
bb1ae659a4
feat: add priority option to extensions
2021-04-07 18:29:16 +02:00
Philipp Kühn
b477a1bb0a
fix task list in collab example, fix #246 , fix #247
2021-04-07 00:26:23 +02:00
Philipp Kühn
5622deca30
fix: fix checkbox in firefox, fix #251
2021-04-06 18:57:39 +02:00
kriskbx
66f02c4145
enable indexeddb persistence again
2021-04-06 11:01:41 +02:00
Philipp Kühn
6720666fc3
fix language switcher example
2021-04-05 00:23:12 +02:00
Philipp Kühn
12069519d6
add code block langauge switcher example
2021-04-05 00:07:58 +02:00
Philipp Kühn
704e01de6a
Merge branch 'main' into feature/extension-code-block-lowlight
...
# Conflicts:
# docs/src/docPages/api/nodes/code-block-lowlight.md
# docs/src/links.yaml
2021-04-04 23:13:52 +02:00
Hans Pagel
4792fc3200
docs: update content
2021-04-03 15:21:30 +02:00
Philipp Kühn
1f2cbc5594
fix code style
2021-04-02 22:24:00 +02:00
Philipp Kühn
c45d369de5
add transition to menus
2021-04-01 17:59:07 +02:00
Philipp Kühn
3b3a0103b9
add basic styling for menus example
2021-04-01 17:36:22 +02:00
Philipp Kühn
136f6e47a9
add menus example
2021-04-01 16:56:56 +02:00
Hans Pagel
cc44f1a65a
docs: update content
2021-03-31 22:35:00 +02:00