Commit Graph

38 Commits

Author SHA1 Message Date
bdbch
4fe87d35e5
add overrides to typography extension (#4287) 2023-08-10 20:30:56 -07:00
bdbch
7e7057ea43
chore(lists): move list keymap to extra extension (#4290)
* move list keymap to extra extension

* update docs and readme

* move list helpers out of core
2023-08-10 16:44:46 -07:00
Cameron Hessler
7b4c792034
fix(core) Allow text style to be clearable on new lines (#4151)
* Fix text style not clearing on new line

Fixes #3702

* Fix preserving marks when wrapping/setting nodes

* Uncomment tests

* Revert "Uncomment tests"

This reverts commit 8979bbda81.

* Revert "Fix preserving marks when wrapping/setting nodes"

This reverts commit fe3613b587.
2023-07-07 11:21:28 +02:00
Patrick Baber
614fc8082c
feat: add tiptap class
* update docs
* update demos
2023-05-25 13:45:06 +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
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
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
svenadlung
599b8cc014 docs: move youtube documentation to nodes 2022-07-06 13:20:33 +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
Dominik
8c6751f0c6
add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862)
* chore: add precommit hook for eslint fixes, fix linting issues
* chore: add eslint import sort plugin
2022-06-08 14:10:25 +02:00
Philipp Kühn
ab4a0e2507 demos: add tippy duration to all menu demos 2022-02-11 14:23:04 +01:00
Philipp Kühn
ed21bfc422 demos: remove content of index.html files 2021-12-17 14:02:22 +01:00
Philipp Kühn
5daa870b09
feat: add some improvements to CharacterCount extension (#2256), fix #1049, fix #1550, fix #1839, fix #2245
* fix a bug when exceeding the character limit

* find a better way to limit the doc size

* check paste events

* add storage method

* refactoring

* use textBetween instead of textContent

* return early if no limit is set

* add words method to storage

* show word count in charactercount demo

Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-08 21:26:30 +01:00
Philipp Kühn
40a9404c94 add newline-after-var rule to eslint config 2021-12-03 00:03:39 +01:00
Sven Adlung
ecd7483278 Clean up Focus demo 2021-11-16 14:03:13 +01:00
Sven Adlung
ed94a920b5 Add missing index-file to FloatingMenu demo for React 2021-11-16 14:02:57 +01:00
Sven Adlung
e26fdb4d90 Add Focus demo for React 2021-11-16 13:57:39 +01:00
Sven Adlung
1cf0309f90 Add Dropcursor demo for React 2021-11-16 13:52:37 +01:00
Sven Adlung
d1b582cd92 Add CollaborationCursor demo for React 2021-11-16 13:49:57 +01:00
Sven Adlung
c1068aedcf Add Collaboration extension demo for React 2021-11-16 13:44:05 +01:00
Sven Adlung
98fa684ed7 Add missing file for History demo 2021-11-16 13:20:43 +01:00
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
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
40624e7500 Add CharacterCount demo for React 2021-11-15 17:01:03 +01:00
Hans Pagel
3fe97621e7 docs: update extension examples 2021-10-19 21:28:48 +02:00
Philipp Kühn
ddc4986df1 check ts correctly on demo build 2021-09-17 23:44:01 +02:00
Philipp Kühn
2d129459ca fix tests 2021-08-26 14:07:37 +02:00
Philipp Kühn
e0016c40e9 migrate beforeDestroy to beforeUnmount 2021-08-25 18:36:11 +02:00
Philipp Kühn
88804668ff add extension demos 2021-08-25 18:03:42 +02:00