Commit Graph

6244 Commits

Author SHA1 Message Date
bdbch
56c228a4f4
Refactor NodePos class to support block nodes (#4841)
Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-31 09:04:24 +01:00
bdbch
ac67aa49af Update Tiptap version in NodePos documentation 2024-01-29 13:50:39 +01:00
bdbch
3133794c3c docs: add toc to nodepos docs 2024-01-29 13:41:13 +01:00
bdbch
6ad92fbd28 v2.2.0 2024-01-29 13:25:37 +01:00
svenadlung
8e36d65b6f Merge branch 'main' into develop 2024-01-29 13:16:04 +01:00
bdbch
8954007b2b
fix: fix newline stripping via insertContent
* fix(core): fix whitespace handling in elementFromString function

* demos: add button to insert HTML content with span tags

* Move tests and demo to insertContent demo

---------

Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-29 13:15:39 +01:00
Sven Adlung
681aa577bf
fix: fix imports, fix demos, unpin y-prosemirror
* use @tiptap/pm

* unpin y-prosemirror

* fix lock file

* fix IsolatingClear demo

* fix OnUpdateRenderer demo

* fix YouTube demo video

* update demos

* remove unneeded function call
2024-01-29 13:03:52 +01:00
stevobm
f3cba1e0b0
fix: fix bug #4785 (#4836)
https://github.com/ueberdosis/tiptap/issues/4785
2024-01-29 09:19:34 +01:00
svenadlung
adc99c6367 Merge branch 'main' into develop
# Conflicts:
#	README.md
#	packages/extension-collaboration/src/collaboration.ts
2024-01-26 13:23:36 +01:00
Jan Thurau
3a6c7a063c
docs 2024-01-24 09:18:37 +01:00
Sven Adlung
e567a441d5
Docs update (#4804)
* Create management-api

* Create getting-started

* Create Introduction

* Rename Introduction to Introduction.md

* Rename getting-started to getting-started.md

* Rename management-api to management-api.md

* Create webhook.md

* Create simple-collaboration-app.md

* Create jwt-authentication.md

* Delete docs/cloud directory

* Delete docs/tutorials.md

* Update links.yaml

* Update links.yaml

* Rename Introduction.md to introduction.md

* Delete docs/tutorials directory

* Update links.yaml

* Update links.yaml

---------

Co-authored-by: ThisDavidRichard <147505039+ThisDavidRichard@users.noreply.github.com>
2024-01-19 14:33:57 +01:00
ThisDavidRichard
46194a45e4
Update README.md 2024-01-19 09:47:59 +01:00
ThisDavidRichard
0b6aa48505
Update README.md 2024-01-18 21:18:01 +01:00
Jan Thurau
537191b972
docs: adds management API 2024-01-18 20:18:16 +01:00
Jan Thurau
77f3fa9f9a
fixes CollaborativeEditing demo 2024-01-18 20:07:51 +01:00
ThisDavidRichard
6a5aa60a65
Update README.md 2024-01-18 18:13:33 +01:00
Jan Thurau
bb4cc14020
docs/cloud: take, skip parameters for listDocuments call 2024-01-14 21:54:34 +01:00
Dominik Biedebach
abee6d5ce3 fix(collaboration): fix typing issues 2024-01-11 12:58:48 +01:00
bdbch
731109b566 merge main 2024-01-10 13:57:46 +01:00
bdbch
23b32f805f v2.1.16 2024-01-10 13:45:34 +01:00
bdbch
2235908c28 fix(core): fix new lines being added via elementFromString (#4767)
Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-10 13:44:56 +01:00
bdbch
b7a2504f16
fix(core): fix new lines being added via elementFromString (#4767)
Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-10 13:43:48 +01:00
Martin Kriegeskorte
a1d48da7d5 docs: fix link 2024-01-09 18:10:20 +01:00
Martin Kriegeskorte
8a6359d6cf docs: Tiptap AI 2024-01-09 17:40:08 +01:00
Jan Thurau
1b34271edf Revert "fix(extension-link): fix link not being kept when pasting url with link (#3975)"
This reverts commit e7d7d49637.
2024-01-09 11:38:38 +01:00
Jan Thurau
0b858915a3
cloud docs 2024-01-09 09:26:25 +01:00
bdbch
46e391aa9d merge main 2024-01-08 22:30:06 +01:00
Jan Thurau
8938acb085 fixes tests in marks/link 2024-01-08 22:26:27 +01:00
bdbch
412b0b92f0 v2.1.15 2024-01-08 20:25:21 +01:00
bdbch
c2232e74a4 v2.2.0-rc.8 2024-01-08 20:22:38 +01:00
bdbch
135a12f7aa
fix(core): fix insertContentAt keeping new lines in html content (#4465)
* fix(core): fix insertContentAt keeping new lines in html content

* test(core): add tests

* chore: remove stray console.log

* chore: remove buttons from demo

* fix(core): fix replacement on multiple breaks
2024-01-08 20:21:45 +01:00
bdbch
57eba08f46
feature: nodepos (#4701)
* start writing docs for nodepos
* added nodepos docs
* added to links

---------

Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-08 20:21:23 +01:00
bdbch
fcd5cc89fb merge main 2024-01-08 18:53:08 +01:00
bdbch
faead69873 Revert "update package-lock"
This reverts commit f72ed9e24e.
2024-01-08 18:48:48 +01:00
Dominik Biedebach
8e2d38f9fa merge main 2024-01-08 17:02:40 +01:00
Dominik Biedebach
f72ed9e24e update package-lock 2024-01-08 17:01:53 +01:00
Dominik Biedebach
ed72d3ef72 merge main 2024-01-08 15:07:16 +01:00
Dominik Biedebach
d495d92a1f fix(link): fix tests 2024-01-08 15:06:45 +01:00
Dominik Biedebach
8c99685545 sync with main 2024-01-08 12:54:37 +01:00
Dominik Biedebach
6c7b27f39b v2.1.14 2024-01-08 12:49:20 +01:00
bdbch
eaee9c7177
Fix/link pasting (#4700)
* revert link paste handling to behavior before

* fix(link): fix linking while typing

* add validate support for autolinking back

* revert autolink behaviour

* fix autolinking on pasting text

* remove broken link

* fix react link test

* fix savvy test

---------

Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-08 12:48:14 +01:00
Jan Thurau
af72bd1543
updates cloud docs 2024-01-05 10:02:22 +01:00
Tim Heerwagen
cfdd81a9a7
fix youtube node typo in docs (#4740) 2024-01-03 20:07:32 +01:00
Dominik Biedebach
5aa9051881 split test run into seperate script 2024-01-03 10:39:32 +01:00
Dominik Biedebach
cad5470c8a split test run into seperate script 2024-01-03 10:38:27 +01:00
bdbch
894c732d29
chore(pm): update all prosemirror package dependencies (#4714)
* chore(pm): update all prosemirror package dependencies

* rchore(core): remove filterTransaction from state

* fix(demo): fix typings in vue demo

* feat(core): add missing prosemirror commands for joining textblocks

* adoc: added documentation for missing commands

---------

Co-authored-by: bdbch <dominik@bdbch.com>
2024-01-02 13:38:28 +01:00
Eric Hynds
fd8d4c0901
Forward EditorContent ref (#4396)
* forward EditorContent ref

* make ref optional
2024-01-02 12:10:13 +01:00
Hiroshi Fujita
8030c11e2c
Export createColGroup utility function (#4737)
Co-authored-by: bdbch <6538827+bdbch@users.noreply.github.com>
2024-01-02 12:08:58 +01:00
Martin Kriegeskorte
9d68113263 update docsearch 2024-01-02 11:11:57 +01:00
svenadlung
a706df78c2 Merge branch 'main' into develop 2023-12-19 19:35:50 +01:00