Sven Adlung
505c0016d9
Add History demo for React
2021-11-16 13:20:26 +01:00
Sven Adlung
23ce11f6cc
Add Gapcursor demo for React
2021-11-16 13:20:07 +01:00
svenadlung
bee9f2bf7e
ci: fix code style linting errors
2021-11-16 12:10:57 +00:00
Sven Adlung
61e14c0465
Merge branch 'main' of github.com:ueberdosis/tiptap
2021-11-16 13:09:41 +01:00
Sven Adlung
0ade9b0ad1
Add Typography demo for React
2021-11-16 13:08:37 +01:00
svenadlung
761a91f0bb
ci: fix code style linting errors
2021-11-16 12:04:44 +00:00
Sven Adlung
60fa25c1ca
Add TextAlign demo for React
2021-11-16 13:03:26 +01:00
Sven Adlung
2e9b3ac252
Clean up Drawing example
2021-11-15 18:17:15 +01:00
Sven Adlung
42b71abbd3
Add Placeholder demo for React
2021-11-15 18:16:58 +01:00
Sven Adlung
6b974d7808
Add FontFamily demo for React
2021-11-15 18:10:21 +01:00
Sven Adlung
780f35c4e0
Add Color demo for React
2021-11-15 17:55:30 +01:00
Sven Adlung
0333ca3928
Add Savvy React example
2021-11-15 17:19:36 +01:00
Sven Adlung
40624e7500
Add CharacterCount demo for React
2021-11-15 17:01:03 +01:00
Philipp Kühn
cd04758a49
demos: remove old emoji demo
2021-11-12 09:23:59 +01:00
Philipp Kühn
67d74830b4
fix tests
2021-11-08 21:32:06 +01:00
Philipp Kühn
4b793be8e4
dependencies: update
2021-11-08 11:23:32 +01:00
Philipp Kühn
18a9271611
dependencies: update
2021-11-05 11:52:49 +01:00
Philipp Kühn
1716737c35
demos: add disabled button styling
2021-11-03 21:27:20 +01:00
Hans Pagel
6edde418f7
docs: use new collab backend instance
2021-10-31 23:13:57 +01:00
Hans Pagel
b004f1e21d
Use the new storage feature for the CollaborationCursor
extension ( #2096 )
...
* extension-collaboration-cursor: make use of the new storage feature, deprecate users command and onUsers callback, clean up
* docs: update the jobs page
2021-10-28 10:00:16 +02:00
Philipp Kühn
9afadeb7fe
feat!: Replace defaultOptions
with addOptions
( #2088 )
...
* add new addOptions option
* replace defaultOptions with addOptions for all extensions
* replace defaultOptions with addOptions for all demos
* replace defaultOptions with addOptions in docs
* refactoring
* refactoring
* drop object support for addOptions
* fix optional options
* fix tests
2021-10-26 18:31:13 +02:00
Philipp Kühn
70f335c088
demos: improve mention styling
2021-10-26 16:22:31 +02:00
Philipp Kühn
641ae99701
demos: update suggestion styling
2021-10-26 00:00:30 +02:00
Philipp Kühn
4e9914341d
fix tests
2021-10-25 10:14:48 +02:00
Aron Buzinkay
2447217e39
test: Added tests for 'Menus' example ( #2052 )
2021-10-25 09:55:58 +02:00
Alexandru Văleanu
071cff2a56
test: Add unit tests for demos/src/Examples/Minimal/Vue ( #2047 )
2021-10-25 09:54:53 +02:00
Donovan Glover
57a5bed495
test: add savvy example tests ( #2043 )
2021-10-25 09:53:53 +02:00
Philipp Kühn
45778b81dd
dependencies: update
2021-10-25 09:51:33 +02:00
Philipp Kühn
a6f731af39
feat!: Add editor to items prop in suggestion plugin ( #2082 )
...
* add editor to items prop
* docs: update content
2021-10-25 09:42:41 +02:00
Philipp Kühn
c01afc6791
demos: fix styling
2021-10-25 09:19:56 +02:00
Philipp Kühn
da2d3d4165
demos: update collab rooms
2021-10-24 23:29:40 +02:00
Philipp Kühn
a6d6f4e7ae
add basic input styles
2021-10-24 19:17:52 +02:00
Philipp Kühn
7ffabf251c
feat: Add extension storage ( #2069 )
2021-10-22 08:52:54 +02:00
Hans Pagel
3fe97621e7
docs: update extension examples
2021-10-19 21:28:48 +02:00
Hans Pagel
71077f6d62
docs: update nodes examples
2021-10-19 21:18:32 +02:00
Hans Pagel
4b1848917d
docs: update mark examples
2021-10-19 20:59:51 +02:00
Philipp Kühn
e9ee6bc68e
demos: improve button styling
2021-10-16 00:08:48 +02:00
Philipp Kühn
b2dffc6013
demos: update suggestions styling
2021-10-15 18:38:14 +02:00
Philipp Kühn
93c4524d0e
fix tests
2021-10-15 15:52:59 +02:00
Hans Pagel
808d32f9a7
examples: fix styling of table examples
2021-10-15 14:49:12 +02:00
Philipp Kühn
a7e2f4397b
dependencies: update
2021-10-14 12:16:26 +02:00
Philipp Kühn
e79126d99b
demos: add whitespace
2021-10-14 09:42:31 +02:00
Philipp Kühn
f9059a372f
demos: move suggestion to its own file
2021-10-13 14:53:40 +02:00
Jake Dolan
e5027c8309
Changing use InputRule to textInputRule for Savvy example ( #2007 )
2021-10-09 08:17:56 +02:00
Philipp Kühn
723b955cec
feat: Integrate input rules and paste rules into the core ( #1997 )
...
* refactoring
* improve link regex
* WIP: add new markPasteRule und linkify to image mark
* move copy of inputrule to core
* trigger codeblock inputrule on enter
* refactoring
* add regex match to markpasterulematch
* refactoring
* improve link regex
* WIP: add new markPasteRule und linkify to image mark
* move copy of inputrule to core
* trigger codeblock inputrule on enter
* refactoring
* add regex match to markpasterulematch
* update linkify
* wip
* wip
* log
* wip
* remove debug code
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* rename matcher
* add data to ExtendedRegExpMatchArray
* remove logging
* add code option to marks, prevent inputrules in code mark
* remove link regex
* fix codeblock inputrule on enter
* refactoring
* refactoring
* refactoring
* refactoring
* fix position bug
* add test
* export InputRule and PasteRule
* clean up link demo
* fix types
2021-10-08 15:02:09 +02:00
Philipp Kühn
ace4964d97
dependencies: update
2021-10-08 12:13:20 +02:00
Sven Adlung
cf97cdf6f0
demos: add React collaboration demo ( #1991 )
...
* Add react collab demo
* Update editor styles for react collaboration demo
2021-10-08 11:08:02 +02:00
Hans Pagel
6863626a7a
docs: update the blockquote page
2021-10-01 22:45:12 +02:00
Philipp Kühn
f9493c289f
dependencies: update
2021-09-30 21:00:03 +02:00
Philipp Kühn
fc9a8febbc
demos: revert switch to modules only
2021-09-30 11:43:51 +02:00