Patrick Baber
614fc8082c
feat: add tiptap class
...
* update docs
* update demos
2023-05-25 13:45:06 +02:00
Dominik
e7d7d49637
fix(extension-link): fix link not being kept when pasting url with link ( #3975 )
...
* fix(extension-link): fix llinks not being kept when pasted text includes url
* fix(extension-link): fix links not being linked correctly on the correct pos
* fix(link): fix pasting behavior and move all to one plugin
* fix(link): dont do custom behavior if no links were pasted
* fix(link): copied text link should be kept
* fix(link): fix autolink overriding pasted links
* fix(link): fix links not pasting the correct link on selected text
2023-04-26 14:17:59 +02:00
Dominik
7278ee2b05
fix: clear nodes when cursor at start of empty isolating parent ( #3943 )
...
* fix: clear nodes when cursor at start of empty isolating parent
* fix: dont break backspace behavior when childCount is over 1
* fix: check if parent is textblock
* fix: add strict pos check for parent isolating pos
* demo: add isolation clear demo
2023-04-05 14:59:58 +02:00
svenadlung
c5496c1b27
feat: add box-shadow to collab demo
2023-03-31 17:10:48 +02:00
svenadlung
87840b0f08
feat: Tiptap collab demo styling
2023-03-31 17:03:38 +02:00
Sven Adlung
958925f256
feat: landingpage demo ( #3925 )
2023-03-31 15:01:42 +02:00
svenadlung
5a142fd41c
update demo styles
2023-03-30 15:32:04 +02:00
Jan Thurau
d28a86ff30
Merge pull request #3895 from ueberdosis/feature/ttCollabProvider
...
Updates @hocuspocus/provider, moves demo to TiptapCollab
2023-03-28 11:31:31 +02:00
Jan Thurau
ad9a50239a
TiptapCollab
2023-03-28 10:39:21 +02:00
Kento Moriwaki
357f3b609c
Fixing reoccurring issue #3331 and improving related PR #3533 ( #3862 )
...
* Add custom paragraph example
* Remove unnecessary queueMicrotask
2023-03-27 15:43:02 +02:00
Dominik
40715ecfc2
chore: add Dev demo folder ( #3887 )
2023-03-27 15:21:03 +02:00
Dominik
65371b7353
Handle NodeViews in BubbleMenu positioning ( #3881 )
...
* fix(bubble-menu): use correct children of node view renderers for clientRect
* fix(bubble-menu): remove lodash
* fix(bubble-menu): support vue node views
* fix(demos): revert bubble menu demo
2023-03-27 15:20:45 +02:00
Dominik
43970fd496
Improve Cypress Test runner performance with parallelization ( #3817 )
...
* test: only run integration tests
* test: only run integration tests
* test: try using test spec matrix
* test: try using test spec matrix
* test: try using test spec matrix
* test: try using test spec matrix
* test: try using test spec matrix
* tests: update test branches
2023-03-03 14:42:11 +01:00
Dominik
6283cee5c7
fix(react): allow updating event handlers on editor ( #3811 )
2023-03-03 11:35:53 +01:00
Dominik
f5895c63c4
fix(tests): add assertion for each valid/invalid link ( #3815 )
...
* fix(tests): add assertion for each valid/invalid link
* chore(tests): disable video generation
2023-03-03 11:35:05 +01:00
Tim Raderschad
bdc4980343
fix: use prose-base class for sm screens to prevent override of prose-invert ( #3810 )
2023-03-03 00:31:41 +01:00
Dominik Biedebach
02eec8aaef
fix(tests): fix tests for lists
2023-02-28 10:57:01 +01:00
Dominik
3c07ca0b9c
fix(core): fix destroyed view causing errors on dispatchTransaction ( #3799 )
2023-02-28 10:50:43 +01:00
Dominik
acf186d2ac
chore: allow new ReactComponentContent components to be created ( #3782 )
...
* chore: allow users to create new react nodeview editor content components
* style: remove trailing spaces
2023-02-27 19:31:40 +01:00
Dominik
0300630a5b
fix(core): allow insertContentAt and insertContent text node arrays ( #3790 )
...
* fix(core): allow insertContentAt and insertContent to handle array of text nodes
* fix(core): allow insertContent via json including a text content
2023-02-27 19:26:14 +01:00
Hari Haran
36bb1e1041
feat: #3540 Ability to preserve marks on lists ( #3541 )
...
* feat: #3540 Ability to preserve marks on lists
* feat: preserveAttrs in list items
* `keepMarks` is working, but need help with `keepAttrs`
* fix: conflict
* avoid casting
2023-02-22 10:13:28 +01:00
Rico
cb84d9a396
Use Tailwind CDN direclty? ( #3643 )
...
I realized that if I use Tailwind's CDN directly, you can have it react to dark mode directly.
2023-02-18 17:44:47 +01:00
Dominik
f387ad3dd4
feat(pm): new prosemirror package for dependency resolving
...
* chore:(core): migrate to tsup
* chore: migrate blockquote and bold to tsup
* chore: migrated bubble-menu and bullet-list to tsup
* chore: migrated more packages to tsup
* chore: migrate code and character extensions to tsup
* chore: update package.json to simplify build for all packages
* chore: move all packages to tsup as a build process
* chore: change ci build task
* feat(pm): add prosemirror meta package
* rfix: resolve issues with build paths & export mappings
* docs: update documentation to include notes for @tiptap/pm
* chore(pm): update tsconfig
* chore(packages): update packages
* fix(pm): add package export infos & fix dependencies
* chore(general): start moving to pm package as deps
* chore: move to tiptap pm package internally
* fix(demos): fix demos working with new pm package
* fix(tables): fix tables package
* fix(tables): fix tables package
* chore(demos): pinned typescript version
* chore: remove unnecessary tsconfig
* chore: fix netlify build
* fix(demos): fix package resolving for pm packages
* fix(tests): fix package resolving for pm packages
* fix(tests): fix package resolving for pm packages
* chore(tests): fix tests not running correctly after pm package
* chore(pm): add files to files array
* chore: update build workflow
* chore(tests): increase timeout time back to 12s
* chore(docs): update docs
* chore(docs): update installation guides & pm information to docs
* chore(docs): add link to prosemirror docs
* fix(vue-3): add missing build step
* chore(docs): comment out cdn link
* chore(docs): remove semicolons from docs
* chore(docs): remove unnecessary installation note
* chore(docs): remove unnecessary installation note
2023-02-02 17:37:33 +01:00
Martin Kriegeskorte
312866044a
docs: inject collaboration rooms in build process
2022-12-14 11:59:38 +01:00
Martin Kriegeskorte
14b166e7e8
docs: rotate rooms
2022-12-13 16:57:25 +01:00
Gustavo Rocha
14fb467bc8
Check if url exists ( #3484 )
2022-12-07 00:46:28 +01:00
Patrick Baber
6b378306f8
docs: rotate demo rooms
2022-11-29 09:43:07 +01:00
Dominik Biedebach
5150095c6b
fix(tests): fix autolink validation test
2022-11-25 10:38:45 +01:00
Martin Kriegeskorte
c155d2482d
docs: rotate demo rooms
2022-11-18 15:50:36 +01:00
svenadlung
5fb4d98c12
Merge branch 'main' of github.com:ueberdosis/tiptap
...
# Conflicts:
# README.md
2022-11-07 21:42:04 +01:00
svenadlung
b43eecfcc1
docs: fix typos
2022-11-07 21:41:00 +01:00
Dominik
cd5fd606d1
refactor(extension/bubble-menu): add debounce to bubble menu updates ( #3385 )
...
* refactor(extension/bubble-menu): add debounce to bubble menu updates
* fix: change default duration in react bubble menu demo
2022-11-04 16:39:41 +01:00
Martin Kriegeskorte
c729810767
bump demo rooms
2022-10-07 14:27:58 +02:00
Cameron Hessler
17a41da5a7
fix(core): Can() does not work for setting marks ( #3223 )
...
Previously, setting marks did no schema validation checks for dry runs
(like the `.can()` command). The `setMark` raw command will now properly
check if the mark is possible to be set given the editor node/mark
schema.
Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 14:56:25 +02:00
Cameron Hessler
8f5fbef742
feat(extension-link) Change autolink to only apply on space ( #3232 )
...
Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 11:08:10 +02:00
Dominik
fa96749ce2
fix(extension/bubble-menu): 🐛 fix bubble menu and floating menu being available when editor not editable ( #3195 )
2022-09-14 02:05:36 +02:00
Dominik Biedebach
af3568fcc1
Merge branch 'lowlight-types' of github.com:tarngerine/tiptap into tarngerine-lowlight-types
2022-09-10 14:06:16 +02:00
Dominik Biedebach
f48aa83482
docs(extension/code-block-lowlight): updated lowlight to 2.8 in demos, updated demos with lowlight
2022-09-10 13:56:59 +02:00
Julius Tarng
d5206961f7
fix demos
2022-09-01 12:44:45 -05:00
Martin Kriegeskorte
57a9e864f4
rotate room numbers, move back to hocuspocus.cloud
2022-08-12 16:59:13 +02:00
Julius Tarng
9f1ffb8b53
update demos, remove lowlight as per docks
2022-07-19 00:00:16 -05:00
ahhshm
e2f8747e2b
docs(figure): pass an object to nodeInputRule
( #2954 )
2022-07-06 21:58:55 +02:00
svenadlung
708a87fa43
docs: update collab rooms
2022-07-06 13:53:22 +02:00
svenadlung
599b8cc014
docs: move youtube documentation to nodes
2022-07-06 13:20:33 +02:00
Dominik Biedebach
9e5e7d3057
style: remove stray console.log from svelte demo
2022-06-24 18:32:38 +02:00
Dominik Biedebach
e0b13a5125
chore(demos): added svelte default demo
2022-06-24 18:31:39 +02:00
Dominik Biedebach
d24baf6811
dchore(tests): disable hanging tests temporarily
2022-06-24 12:10:03 +02:00
Dominik Biedebach
e85ad0a9ae
dchore(tests): disable hanging tests temporarily
2022-06-24 11:15:37 +02:00
Sven Adlung
d9430e5163
docs: improve docs for youtube extension ( #2902 )
...
* docs: improve docs for youtube extension
* docs: improve docs for youtube extension
Co-authored-by: Dominik Biedebach <dominik@bdbch.com>
2022-06-20 19:20:41 +02:00
Dominik Biedebach
3408766e72
docs(docs): move youtube demo
2022-06-20 19:04:39 +02:00