ThisDavidRichard
b3ef574f3d
Update management-api.md
2024-03-06 12:47:59 +01:00
ThisDavidRichard
f3926267eb
Update management-api.md
2024-03-06 12:47:23 +01:00
ThisDavidRichard
627f44a02f
Update management-api.md
2024-03-06 12:43:44 +01:00
ThisDavidRichard
65ee8255d8
Update links.yaml
2024-03-06 12:38:26 +01:00
ThisDavidRichard
c7b06fe7d8
Update management-api.md
2024-03-06 12:22:25 +01:00
bdbch
e00700110a
Update suggestion.md
2024-02-29 13:39:55 +01:00
Jan Thurau
cdfcefe206
webhook docs for v2
2024-02-24 11:11:32 +01:00
Dominik Biedebach
9a615643ac
v2.2.4
2024-02-23 13:01:19 +01:00
Dominik Biedebach
bbee9a3c30
fix: typecheck drag and clipboard events for testing environments
2024-02-23 12:19:20 +01:00
ThisDavidRichard
a863e1c49a
Update backend-document-manipulation.md
2024-02-20 09:03:18 +01:00
ThisDavidRichard
5fe6de9ed3
Update backend-document-manipulation.md
2024-02-20 09:02:34 +01:00
ThisDavidRichard
2850c59254
Update links.yaml
2024-02-20 08:59:20 +01:00
ThisDavidRichard
4a52285348
Update links.yaml
2024-02-20 08:51:46 +01:00
ThisDavidRichard
da4ce180f2
Create backend-document-manipulation.md
2024-02-20 08:50:50 +01:00
Lukas Hirt
099e10df92
fix: mark nocookie youtube url as valid when parsing html ( #4883 )
2024-02-19 10:32:57 +01:00
svenadlung
5a4c3baa06
docs: update comments navigation item
2024-02-16 11:21:25 +01:00
ThisDavidRichard
2f12014a03
Update links.yaml
2024-02-16 11:05:01 +01:00
ThisDavidRichard
a87264adf6
Update links.yaml
2024-02-16 11:04:20 +01:00
Dominik Biedebach
f8baf792cf
v2.2.3
2024-02-15 16:41:48 +01:00
Dominik Biedebach
b8f0aebff3
Merge branch 'main' of github.com:ueberdosis/tiptap
2024-02-15 16:41:11 +01:00
Dominik Biedebach
e8cfe043b7
fix links not being pasted correctly
2024-02-15 16:40:57 +01:00
ThisDavidRichard
ccf14a956a
Update links.yaml
2024-02-15 16:24:48 +01:00
ThisDavidRichard
91182d7e7d
Update links.yaml
2024-02-15 16:01:49 +01:00
ThisDavidRichard
9ac3a9d0a3
Update links.yaml
2024-02-15 15:57:19 +01:00
ThisDavidRichard
a3e7d71f95
Update links.yaml
2024-02-15 15:53:03 +01:00
Dominik Biedebach
feb8e166bb
Merge branch 'main' of github.com:ueberdosis/tiptap
2024-02-15 13:17:58 +01:00
Dominik Biedebach
c84fb2b92d
updated links.yml
2024-02-15 13:17:47 +01:00
svenadlung
3e440c2f96
name pre-release beta instead of rc
2024-02-12 11:51:48 +01:00
ThisDavidRichard
6676c7e034
Update links.yaml
...
omit "new" from sidebar
2024-02-09 09:45:26 +01:00
Dominik Biedebach
21aa96dee8
fix: fix test path
2024-02-07 15:22:54 +01:00
svenadlung
d308d7c31f
v2.2.2
2024-02-07 13:47:00 +01:00
Sven Adlung
56a5737ed1
fix(react): use ref instead of state in useEditor to prevent rerenders ( #4856 )
2024-02-06 12:13:09 +01:00
bdbch
1c5c087641
v2.2.1
2024-01-31 09:04:52 +01:00
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