Philipp Kühn
1127f0efcb
docs: add escape event handler for closing tippy, see #1282
2021-08-13 13:10:34 +02:00
castroCrea
aabdfd6f7d
fix: add CreateNodeFromContentOptions to insertContent ( #1678 )
...
* ✨ Add CreateNodeFromContentOptions to insertContent
* 📝 Add it to the doc
2021-08-09 15:40:17 +02:00
Hans Pagel
47d1d3425c
Examples: Syntax highlighting for React ( #1583 )
...
* Docs: Syntax highlighting - add react example
* Docs: Clean up syntax highlighting demo, make use of functional component
* fix: focus view asynchronously, fix #1520
Co-authored-by: Sven Adlung <info@svenadlung.de >
Co-authored-by: Philipp Kühn <kontakt@philipp-kuehn.com >
2021-07-28 23:42:11 +02:00
Hans Pagel
122f0821aa
Update index.vue
2021-07-16 04:39:17 +02:00
Philipp Kühn
2dcdec25e1
docs: add new collab rooms
2021-07-15 23:27:28 +02:00
Markus Machatschek
b3cf55d686
Readd skipped tests
...
Fix lint issue
2021-07-14 23:49:45 +02:00
Philipp Kühn
72a33b7540
add react demo for minimal setup
2021-06-25 14:58:22 +02:00
Philipp Kühn
a0e52d9402
add react demo for long texts
2021-06-25 14:53:02 +02:00
Philipp Kühn
790d30df1f
add react demo for tasks
2021-06-25 14:48:00 +02:00
Philipp Kühn
e5bac5043c
add react demo for formatting
2021-06-25 12:00:39 +02:00
Philipp Kühn
ab4bfe4a8c
add react demo for images
2021-06-25 11:53:37 +02:00
Philipp Kühn
2ff148d040
add react demo for tables
2021-06-25 11:39:27 +02:00
Philipp Kühn
68d64baf99
add react demo for markdown shortcuts
2021-06-25 11:28:28 +02:00
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