Hans Pagel
f3e21e1b81
add Discord links again
2021-04-28 22:25:15 +02:00
Hans Pagel
055c4349a6
docs: add a changelog
2021-04-28 22:24:20 +02:00
Philipp Kühn
0e244ba81c
docs: add sponsor link to nav
2021-04-28 21:31:50 +02:00
Hans Pagel
f6ecb1a7f5
Merge branch 'main' of github.com:ueberdosis/tiptap into main
2021-04-28 18:50:07 +02:00
Hans Pagel
66b7664bcd
remove Discord invite link for now
2021-04-28 18:49:50 +02:00
chrisarmstrong
823b67b1e6
Make compatible with Typography extension
...
They Typography extension automatically converts two hyphens `--` into an em dash `–`, which means typing three hyphens in a row results in an em dash and a hyphen `–-`, instead of triggering an hr.
I propose adding the `–-` pattern to this `nodeInputRule` so typing three hyphens in a row will still trigger an hr, even if 'smart dashes' are enabled via the Typography extension or otherwise.
2021-04-28 10:05:48 +01:00
Philipp Kühn
8393342b19
Publish
...
- @tiptap/core@2.0.0-beta.41
- @tiptap/extension-mention@2.0.0-beta.42
- @tiptap/html@2.0.0-beta.41
- @tiptap/starter-kit@2.0.0-beta.37
- @tiptap/suggestion@2.0.0-beta.42
2021-04-27 22:03:23 +02:00
Philipp Kühn
ebb84a952e
docs: fix emoji inputrules for clever editor demo, fix #1213
2021-04-27 22:01:44 +02:00
Philipp Kühn
0b67f18e3a
fix: fix onBeforeCreate event handler, fix #1236
2021-04-27 21:52:22 +02:00
Philipp Kühn
c90e522934
Publish
...
- @tiptap/core@2.0.0-beta.40
- @tiptap/extension-mention@2.0.0-beta.41
- @tiptap/extension-table@2.0.0-beta.12
- @tiptap/html@2.0.0-beta.40
- @tiptap/starter-kit@2.0.0-beta.36
- @tiptap/suggestion@2.0.0-beta.41
2021-04-27 21:10:32 +02:00
Philipp Kühn
bb116ec471
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-04-27 21:07:16 +02:00
Philipp Kühn
234d23887b
fix: prevent a bug for node views when pressing enter on iOS, fix #1214
2021-04-27 21:07:12 +02:00
Hans Pagel
60d404f2a4
docs: update content
2021-04-27 18:50:51 +02:00
Philipp Kühn
fb3990d333
use minMax fo selection commands
2021-04-27 11:52:50 +02:00
Philipp Kühn
eb7e92f10a
feat: add setCellSelection command
2021-04-27 11:41:38 +02:00
Philipp Kühn
811bf693eb
feat: add setNodeSelection and setTextSelection commands
2021-04-27 11:41:24 +02:00
Philipp Kühn
fe61a6e3d8
Publish
...
- @tiptap/core@2.0.0-beta.39
- @tiptap/extension-code-block-lowlight@2.0.0-beta.12
- @tiptap/extension-mention@2.0.0-beta.40
- @tiptap/extension-placeholder@2.0.0-beta.9
- @tiptap/html@2.0.0-beta.39
- @tiptap/react@2.0.0-beta.26
- @tiptap/starter-kit@2.0.0-beta.35
- @tiptap/suggestion@2.0.0-beta.40
2021-04-27 10:55:02 +02:00
Philipp Kühn
592892edd1
fix: add correct type for parseOptions
2021-04-26 23:43:32 +02:00
Philipp Kühn
b8011dd095
update lock file
2021-04-26 23:37:41 +02:00
Philipp Kühn
26785dbec0
fix: fix type error for commands
2021-04-26 23:33:45 +02:00
Philipp Kühn
ebb00f4f9d
dependencies: update
2021-04-26 23:25:04 +02:00
Hans Pagel
c82606acc2
docs: fix typo
2021-04-26 11:50:56 +02:00
Philipp Kühn
35c9cecefc
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-04-25 21:04:29 +02:00
Philipp Kühn
9a40c17b34
fix: set correct type for emitUpdate
2021-04-25 21:04:26 +02:00
matt swanson
fe55d111e9
Clarify table header documentation
2021-04-25 00:29:05 +02:00
matt swanson
c5cda70198
Update default.md
2021-04-25 00:28:30 +02:00
matt swanson
277c18811d
Typo
2021-04-24 11:51:54 -04:00
matt swanson
094eb1de32
Fix a small typo
2021-04-24 06:27:59 +02:00
Philipp Kühn
ef51852e6a
Publish
...
- @tiptap/react@2.0.0-beta.25
2021-04-23 23:42:16 +02:00
Philipp Kühn
cfb3b80f63
fix: allow passing props to NodeViewWrapper and NodeViewContent
2021-04-23 23:38:38 +02:00
Philipp Kühn
bd9e15d78f
Publish
...
- @tiptap/core@2.0.0-beta.38
- @tiptap/extension-blockquote@2.0.0-beta.6
- @tiptap/extension-bold@2.0.0-beta.6
- @tiptap/extension-bubble-menu@2.0.0-beta.9
- @tiptap/extension-bullet-list@2.0.0-beta.6
- @tiptap/extension-character-count@2.0.0-beta.5
- @tiptap/extension-code-block-lowlight@2.0.0-beta.11
- @tiptap/extension-code-block@2.0.0-beta.8
- @tiptap/extension-code@2.0.0-beta.6
- @tiptap/extension-collaboration-cursor@2.0.0-beta.12
- @tiptap/extension-collaboration@2.0.0-beta.10
- @tiptap/extension-document@2.0.0-beta.5
- @tiptap/extension-dropcursor@2.0.0-beta.6
- @tiptap/extension-floating-menu@2.0.0-beta.6
- @tiptap/extension-focus@2.0.0-beta.10
- @tiptap/extension-font-family@2.0.0-beta.5
- @tiptap/extension-gapcursor@2.0.0-beta.10
- @tiptap/extension-hard-break@2.0.0-beta.6
- @tiptap/extension-heading@2.0.0-beta.6
- @tiptap/extension-highlight@2.0.0-beta.6
- @tiptap/extension-history@2.0.0-beta.5
- @tiptap/extension-horizontal-rule@2.0.0-beta.7
- @tiptap/extension-image@2.0.0-beta.6
- @tiptap/extension-italic@2.0.0-beta.6
- @tiptap/extension-link@2.0.0-beta.8
- @tiptap/extension-list-item@2.0.0-beta.6
- @tiptap/extension-mention@2.0.0-beta.39
- @tiptap/extension-ordered-list@2.0.0-beta.6
- @tiptap/extension-paragraph@2.0.0-beta.7
- @tiptap/extension-placeholder@2.0.0-beta.8
- @tiptap/extension-strike@2.0.0-beta.7
- @tiptap/extension-table-cell@2.0.0-beta.6
- @tiptap/extension-table-header@2.0.0-beta.8
- @tiptap/extension-table-row@2.0.0-beta.6
- @tiptap/extension-table@2.0.0-beta.11
- @tiptap/extension-task-item@2.0.0-beta.8
- @tiptap/extension-task-list@2.0.0-beta.8
- @tiptap/extension-text-align@2.0.0-beta.9
- @tiptap/extension-text-style@2.0.0-beta.6
- @tiptap/extension-text@2.0.0-beta.5
- @tiptap/extension-typography@2.0.0-beta.5
- @tiptap/extension-underline@2.0.0-beta.7
- @tiptap/html@2.0.0-beta.38
- @tiptap/react@2.0.0-beta.24
- @tiptap/starter-kit@2.0.0-beta.34
- @tiptap/suggestion@2.0.0-beta.39
- @tiptap/vue-2@2.0.0-beta.21
- @tiptap/vue-3@2.0.0-beta.26
2021-04-23 23:10:36 +02:00
Philipp Kühn
b84a56a84a
fix: improve isActive check for floating menu when using custom doc content, fix #1205
2021-04-23 23:01:53 +02:00
Hans Pagel
cd595b8ece
Merge branch 'main' of github.com:ueberdosis/tiptap into main
2021-04-23 21:58:17 +02:00
Hans Pagel
181a54fb83
add a trailing node example
2021-04-23 21:58:05 +02:00
Philipp Kühn
74aa26c6cf
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-04-23 21:51:53 +02:00
Hans Pagel
52567c0f65
Update upgrade-guide.md
2021-04-23 21:44:35 +02:00
Max Reynolds
93a38fa878
Use vue2 install guide instead
2021-04-23 21:44:35 +02:00
Max Reynolds
2f159f6671
Add install instructions
...
This makes it easier than having to navigate over to the `installation` page.
2021-04-23 21:44:35 +02:00
Philipp Kühn
888cce2e4c
refactor: don’t use destructuring for props
2021-04-23 20:50:01 +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
Philipp Kühn
20f870dc9d
Publish
...
- @tiptap/core@2.0.0-beta.37
- @tiptap/extension-collaboration-cursor@2.0.0-beta.11
- @tiptap/extension-collaboration@2.0.0-beta.9
- @tiptap/extension-mention@2.0.0-beta.38
- @tiptap/extension-task-item@2.0.0-beta.7
- @tiptap/html@2.0.0-beta.37
- @tiptap/starter-kit@2.0.0-beta.33
- @tiptap/suggestion@2.0.0-beta.38
2021-04-23 09:02:06 +02:00
Philipp Kühn
0e8a54e3f9
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-04-23 08:58:06 +02:00
Philipp Kühn
cfd29fac86
fix: better merge mark attributes for existing marks, fix #1039
2021-04-23 08:58:03 +02:00
Hans Pagel
4457c26c20
docs: update content
2021-04-23 08:22:08 +02:00
Hans Pagel
90737af725
split collab demo in three rooms
2021-04-23 08:14:00 +02:00