Commit Graph

6022 Commits

Author SHA1 Message Date
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
ThisDavidRichard
6a5aa60a65
Update README.md 2024-01-18 18:13:33 +01:00
Dominik Biedebach
abee6d5ce3 fix(collaboration): fix typing issues 2024-01-11 12:58:48 +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
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
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
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
faead69873 Revert "update package-lock"
This reverts commit f72ed9e24e.
2024-01-08 18:48:48 +01:00
Dominik Biedebach
f72ed9e24e update package-lock 2024-01-08 17:01:53 +01:00
Dominik Biedebach
d495d92a1f fix(link): fix tests 2024-01-08 15:06:45 +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
Dominik Biedebach
5aa9051881 split test run into seperate script 2024-01-03 10:39:32 +01:00
Philip Isik
a70b19c0dc
Update README.md 2023-12-19 19:33:19 +01:00
Justis R
1378883e9e Update alpine.md with better info about proxy limitations (#4678)
The issue described in #1515 is now mentioned in the Alpine documentation so that readers understand why the example does not store the editor as component data and why they should not do so either.
2023-12-14 15:29:25 +01:00
bdbch
f6d7e00a74
fix(typography): require spaces after divisions to not break date formats (#4696) 2023-12-14 15:10:08 +01:00
Dominik Biedebach
e66160d774 remove auto assignees 2023-12-14 12:53:42 +01:00
Dominik Biedebach
b18d729101 v2.1.13 2023-11-30 18:04:49 +01:00
bdbch
ad7f659ed0
fix(react): fix performance regression because of select/deselect (#4661) 2023-11-30 18:03:53 +01:00
Jan Thurau
b2e3b7e23f
Merge pull request #4602 from C-Hess/fix/xss-youtube-risk
fix(extension-youtube) XSS risk with src tag
2023-11-20 19:52:06 +01:00
Cameron Hessler
e6947bad2d fix(extension-youtube) fix lint 2023-11-20 18:48:22 +01:00
Cameron Hessler
1bd714a408 fix(extension-youtube) change regex to disallow non-youtube domains 2023-11-20 18:48:22 +01:00
Cameron Hessler
7debf2baf0 fix(extension-youtube) Add fix for link too 2023-11-20 18:48:22 +01:00
Cameron Hessler
04a11355a7 fix(extension-youtube) XSS risk with src tag
Fixes risks outline in #4600 by verifying that any src urls are valid
youtube URLs before rendering as HTML. My thoughts are that this attack
vector would be difficult to use because the attacker would have to have
a way to manipualte the TipTap payload in a manner that bypasses the
youtube extension's `setYoutubeVideo` command, which already checks for
valid URLs.
2023-11-20 18:48:22 +01:00
Jan Thurau
acbf47e5a7
Merge pull request #4297 from courthead/courthead-patch-1
Improve wording of menus.md
2023-11-17 12:47:53 +01:00
Jan Thurau
2eed5db3ed
Merge pull request #4374 from mmailaender/main
Add Tailwind Intellisense configuration to docs
2023-11-17 12:27:42 +01:00
Jan Thurau
b5a4ae1a2d
Merge pull request #4366 from y0ngdev/y0ngdev-patch-2
Update nuxt.md
2023-11-17 09:40:19 +01:00
Jan Thurau
3ecad9fa61
Merge pull request #4536 from hkuffel/develop
change wildly to widely
2023-11-17 09:40:14 +01:00
tiptapper
9707e164cc
Merge pull request #4531 from ueberdosis/bdbch/docs-transaction-addition
docs: add information about transaction mapping in chains
2023-11-17 09:38:25 +01:00
Jan Thurau
d3e56f2263
Merge pull request #4365 from y0ngdev/y0ngdev-patch-1
Update vue3.md
2023-11-17 09:37:42 +01:00
Jan Thurau
127a59540b
Merge pull request #4497 from EricHasegawa/patch-2
Fix typo
2023-11-17 09:26:58 +01:00
Jan Thurau
3742d1ba8e
Merge pull request #4624 from ueberdosis/feature/cloud-docs
Feature/cloud docs
2023-11-11 13:52:32 +01:00
Jan Thurau
44c344bf57
replace "xxx" by "YOUR_APP_ID" 2023-11-11 13:51:57 +01:00
Jan Thurau
33f3b428b6
docs/collab: adds note about axios, adds documentation on how to duplicate a document 2023-11-11 13:49:21 +01:00
Jan Thurau
7a7d386d4a
adds API call to GET a list of all available documents 2023-11-11 13:49:21 +01:00
Sven Adlung
c88209a50f
Update cloud.md 2023-11-11 13:49:21 +01:00
Jan Thurau
db8772efca
collab / cloud: adds documentation about the PATCH call 2023-11-11 13:49:21 +01:00
bdbch
6135f4387a add docs for contentDOMElementTag 2023-11-02 17:15:23 +01:00
X
252acb32d2
docs(cdn): fix esm.sh url (#4549) 2023-10-20 09:03:59 +02:00
bdbch
1d4374581f docs: add information about transaction mapping in chains 2023-10-12 18:20:55 +02:00
Dominik Biedebach
c1d0f30f47 fix clipboard is undefined issue 2023-10-11 17:22:26 +02:00
Dominik Biedebach
01135be60c v2.1.12 2023-10-11 15:55:10 +02:00
bdbch
1a7b4280d2
fix(link): restore pasteHandler and add existing url check (#4523)
* fix(link): restore pasteHandler and add existing url check

* make pasteEvent optional
2023-10-11 15:54:14 +02:00
Eric Hasegawa
cb4b8b597f
Fix typo 2023-10-02 08:31:52 -07:00
Dominik Biedebach
025dfff1d9 added new labels 2023-09-29 14:38:23 +02:00
Dominik Biedebach
a78c3a194f update links.yaml 2023-09-28 14:23:37 +02:00