Commit Graph

2111 Commits

Author SHA1 Message Date
Philipp Kühn
6ea02176dc dependencies: update 2021-07-09 10:43:04 +02:00
Forrest O
3f733dde3c doc update: onSelection → onSelectionUpdate
live: https://www.tiptap.dev/guide/custom-extensions#events
2021-07-08 22:38:18 +02:00
Hans Pagel
9c64432fc8
Update focus.md 2021-06-29 22:12:51 +02:00
Philipp Kühn
72a33b7540 add react demo for minimal setup 2021-06-25 14:58:22 +02:00
Philipp Kühn
a0e52d9402 add react demo for long texts 2021-06-25 14:53:02 +02:00
Philipp Kühn
790d30df1f add react demo for tasks 2021-06-25 14:48:00 +02:00
Philipp Kühn
e5bac5043c add react demo for formatting 2021-06-25 12:00:39 +02:00
Philipp Kühn
ab4bfe4a8c add react demo for images 2021-06-25 11:53:37 +02:00
Philipp Kühn
2ff148d040 add react demo for tables 2021-06-25 11:39:27 +02:00
Philipp Kühn
68d64baf99 add react demo for markdown shortcuts 2021-06-25 11:28:28 +02:00
Phill Duffy
9abf46b371 Update introduction.md
Registeres to Registers
2021-06-24 22:44:53 +02:00
Tazio
6faf2feec4 VueRenderer documentation with version 3 2021-06-22 22:26:29 +02:00
Hans Pagel
b6e276f12a docs: describe selectAll 2021-06-22 21:35:39 +02:00
Hans Pagel
b226f77754 docs: update event page 2021-06-22 21:33:05 +02:00
Hans Pagel
50a793cd43 docs: update content 2021-06-22 21:28:20 +02:00
Hans Pagel
db8c9d50b2 docs: update link to ueberdosis 2021-06-22 11:40:51 +02:00
Carlo Beltrame
aa9409a027 Improve demo text for gapcursor 2021-06-21 12:27:12 +02:00
Carlo Beltrame
f94c61f77a Fix typo in gapcursor docs 2021-06-21 12:27:12 +02:00
Hans Pagel
ea9aabe1e8
Update document.md 2021-06-19 10:26:50 +02:00
Jeet Mandaliya
38ffcb3894 adding types to LinterPlugin.ts 2021-06-18 23:22:44 +05:30
Jeet Mandaliya
24a9692544 Merge remote-tracking branch 'upstream/main' 2021-06-18 23:14:05 +05:30
Philipp Kühn
b4e41afd17 fix: remove default types for textAlign extension, fix #1430
There are no default types for TextAlign extension anymore. You have to configure by yourself. Usually something like:

```js
TextAlign.configure({
  types: ['heading', 'paragraph'],
})
```
2021-06-18 12:33:18 +02:00
Philipp Kühn
7cb4c9f322 dependencies: update 2021-06-17 23:53:32 +02:00
Philipp Kühn
c8375aa294 docs: update rooms 2021-06-17 21:21:31 +02:00
shadow-light
f130f004fb Correct default for dropcursor color in docs 2021-06-16 16:19:53 +02:00
Hans Pagel
b4fc7a4d0a subscript: fix broken test 2021-06-15 00:16:03 +02:00
Philipp Kühn
3b78af44a0 feat: add renderLabel option to mention extension, see #1322 2021-06-14 16:40:17 +02:00
Philipp Kühn
c64761a9e5 BREAKING CHANGE: data-mention is not used to parse a mention id or label anymore 2021-06-14 16:22:09 +02:00
Philipp Kühn
dee90ff3cd docs: fix task list examples, fix #1417 2021-06-14 15:27:38 +02:00
Philipp Kühn
fe24b6d7de dependencies: udpate 2021-06-14 15:02:26 +02:00
Hans Pagel
2502932fa0 document keyboard shortcuts 2021-06-09 11:57:54 +02:00
Philipp Kühn
6b5c44c97a remove nested experiment 2021-06-09 10:53:20 +02:00
Jeet Mandaliya
962c124d09 adding types to linter extension and it's plugins 2021-06-09 02:11:37 +05:30
Hans Pagel
3f57a13d19 feature: add subscript and superscript extensions, docs and tests 2021-06-08 14:52:38 +02:00
Philipp Kühn
6d72bf6d42 dependencies: update 2021-06-07 23:57:24 +02:00
Jeet Mandaliya
cc696091c9 adding type definitions for Result in linter experimental extension 2021-06-07 14:34:30 +02:00
Hans Pagel
f7a7d23153 add a new job 2021-06-07 12:03:06 +02:00
Jeet Mandaliya
224bb31d82 adding type definitions for Result in linter experimental extension 2021-06-06 00:35:40 +05:30
Philipp Kühn
6212cb46d1 add figureToImage command 2021-06-04 23:58:00 +02:00
Philipp Kühn
3e6d3dca1f docs: update content 2021-06-04 22:58:34 +02:00
Philipp Kühn
592f62ed0e docs: update content 2021-06-04 22:40:36 +02:00
Philipp Kühn
ab5a81e3a8 use foreach command for imageToFigure 2021-06-04 22:26:18 +02:00
Philipp Kühn
af91b811bf refactoring 2021-06-04 15:55:05 +02:00
Philipp Kühn
e680544b7d refactoring 2021-06-04 15:17:52 +02:00
Philipp Kühn
be776e09f9 add imageToFigure command for figure experiment 2021-06-04 15:06:36 +02:00
Philipp Kühn
517ecc577b docs: disable some ligatures for typography docs, fix #1412 2021-06-04 09:56:32 +02:00
Philipp Kühn
c0068d4e67 refactoring 2021-06-04 00:09:47 +02:00
Philipp Kühn
478237dc61 refactoring 2021-06-04 00:05:24 +02:00
Philipp Kühn
53d7172ff1 improve cursor position for figure 2021-06-04 00:01:14 +02:00
Philipp Kühn
38f3601e6f Revert "feat: update lowlight to v2"
This reverts commit 7e96d98a21.
2021-06-03 21:20:36 +02:00
Philipp Kühn
03bfce7419 fix typo 2021-06-03 15:18:54 +02:00
Philipp Kühn
d21d556150 docs: add figure button 2021-06-03 15:10:27 +02:00
Philipp Kühn
c949fb6c7f remove log 2021-06-03 09:59:03 +02:00
Philipp Kühn
4d83e56ff5 debug 2021-06-03 09:51:30 +02:00
Hans Pagel
3593565835 docs: fix styling of frontpage demo 2021-06-03 09:39:38 +02:00
Hans Pagel
af3f96a07c Merge branch 'main' of github.com:ueberdosis/tiptap
# Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser
# Merge erforderlich ist, insbesondere wenn es einen aktualisierten
# Upstream-Branch mit einem Thema-Branch zusammenführt.
#
# Zeilen, die mit '#' beginnen, werden ignoriert,
# und eine leere Beschreibung bricht den Commit ab.
2021-06-03 09:38:01 +02:00
Philipp Kühn
36dad2bbae feat: add setMeta command 2021-06-02 10:50:10 +02:00
Philipp Kühn
b3b297f5ce improve enter behavior for figure 2021-06-01 22:56:24 +02:00
Philipp Kühn
1838d097d0 docs: update content 2021-06-01 18:28:13 +02:00
Philipp Kühn
f5febda470 fix figure drag 2021-06-01 17:48:46 +02:00
Philipp Kühn
faddc873ad Merge branch 'main' of https://github.com/ueberdosis/tiptap 2021-06-01 17:44:42 +02:00
Philipp Kühn
fa8711e2a8 add nested editor experiment 2021-06-01 17:44:40 +02:00
Hans Pagel
51255c1a8b docs: add a new job 2021-06-01 17:10:20 +02:00
Hans Pagel
639eb5cf4d docs: add a introduction page 2021-06-01 17:06:44 +02:00
Hans Pagel
87611d812a experiments: add a figure + figcaption node 2021-06-01 16:58:50 +02:00
Philipp Kühn
9d49dd3113 dependencies: update 2021-05-31 20:49:49 +02:00
Philipp Kühn
7e96d98a21 feat: update lowlight to v2 2021-05-31 20:49:42 +02:00
Philipp Kühn
afc6ecd2f2 dependencies: update 2021-05-29 20:14:06 +02:00
Jonathan
e7fefff466
Wording improvement
Just a tiny improvement to the wording used
2021-05-28 23:03:23 +01:00
Philipp Kühn
a24e33350c test: fix text align tests 2021-05-28 15:35:05 +02:00
Hans Pagel
ee9ff28d31 docs: update content 2021-05-28 11:45:52 +02:00
Hans Pagel
c17c473219 docs: wording 2021-05-28 09:57:43 +02:00
Hans Pagel
b6235d7266 experiments: add a priority to the collaboration annotation experiment 2021-05-28 09:55:37 +02:00
Hans Pagel
5858871ca8 docs: update content 2021-05-27 22:19:11 +02:00
Hans Pagel
98b0e3fe5e docs: add content for the focus and setTextSelection command 2021-05-27 21:37:47 +02:00
Philipp Kühn
03d213ba8b dependencies: update 2021-05-27 18:52:37 +02:00
Philipp Kühn
61094d9028 Merge branch 'main' of https://github.com/ueberdosis/tiptap 2021-05-27 18:33:18 +02:00
Philipp Kühn
c1e2edce46 docs: fix demo 2021-05-27 18:13:17 +02:00
Hans Pagel
fd6f3fed4c docs: update content 2021-05-27 10:53:34 +02:00
MoPaMo
e304cb5dca
Make HTML in docs valid
You were missing an `<html>`-starter tag,  so users who copy-pasted the code would have experienced errors - not a very good first impression…
(Furthermore, I changed `<!doctype html>` to `<!DOCTYPE html>`since that's just more common)
2021-05-26 12:52:45 +02:00
Hans Pagel
9e83413967 docs: add a jobs page 2021-05-20 18:34:15 +02:00
Hans Pagel
f93961f03b add hint to the collab annotation page 2021-05-20 18:11:04 +02:00
Philipp Kühn
0475356194 docs: update content 2021-05-19 00:03:41 +02:00
Philipp Kühn
fcee5f82c6 feat: add deleteNode method to node views 2021-05-19 00:03:41 +02:00
Priestch
96a060eefd
docs: fix typo (#1339) 2021-05-18 18:36:18 +02:00
Philipp Kühn
5ee8857ca6 dependencies: update 2021-05-17 21:04:51 +02:00
Philipp Kühn
ff7dd9b919 feat: add support for checking for attributes in extendMarkRange 2021-05-17 13:00:54 +02:00
Philipp Kühn
8d3c3a3178 dependencies: update 2021-05-17 11:37:43 +02:00
Ricardo Albear
a45758642c
Fix text-align extension url 2021-05-16 15:22:24 +01:00
Philipp Kühn
8169eef27c docs: fix a bug in embed experiment 2021-05-15 08:52:40 +02:00
Philipp Kühn
ac060723dc dependencies: update 2021-05-13 15:02:09 +02:00
Philipp Kühn
7e174455d7 docs: fix focus demo options 2021-05-12 21:12:54 +02:00
Hans Pagel
cea4a3f50d Merge branch 'main' of github.com:ueberdosis/tiptap into main 2021-05-11 23:35:21 +02:00
Hans Pagel
4cdfbd2e2e docs: update custom extensions content 2021-05-11 23:33:45 +02:00
Arnaud Thomas D
5424296dc0 docs: complete list of extensions with changed name 2021-05-11 23:06:48 +02:00
Hans Pagel
9211ad2820 Merge branch 'main' of github.com:ueberdosis/tiptap into main 2021-05-11 19:23:48 +02:00
Hans Pagel
8d5e6deab4 docs: force Alpine to rerender when the selection updates 2021-05-11 19:23:36 +02:00
Philipp Kühn
db92a9b313 docs: update content 2021-05-07 11:28:18 +02:00
Philipp Kühn
072905cb95 feat: add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes 2021-05-07 11:10:18 +02:00
Philipp Kühn
58f49b563c docs: fix typo 2021-05-07 10:51:09 +02:00
Philipp Kühn
b0755cbad6
Merge pull request #1273 from ueberdosis/feature/generate-json-from-html
New Feature: Generate JSON from HTML
2021-05-07 10:37:17 +02:00
Philipp Kühn
00d8958b72 docs: update content 2021-05-06 18:41:22 +02:00
Hans Pagel
a9c0bf5982 add a generateJSON utility to the HTML package 2021-05-05 23:10:45 +02:00
Hans Pagel
b69cf4106e docs: wording 2021-05-05 21:35:27 +02:00
Hans Pagel
7feb19eb72 feature: add generateJSON utility function to generate JSON from a HTML string 2021-05-05 21:24:24 +02:00
Hans Pagel
6f0fa6569d docs: write about drag handles for node views, fix #1234 2021-05-05 20:58:16 +02:00
Hans Pagel
ef98d070ac Merge branch 'main' of github.com:ueberdosis/tiptap into main 2021-05-05 20:55:12 +02:00
Hans Pagel
0d648818fc docs: add link to ngx-tiptap, fix #1250 2021-05-05 20:54:45 +02:00
Philipp Kühn
dd568dedea test: fix readonly test 2021-05-05 20:40:41 +02:00
Philipp Kühn
db1b957974 test: fix link tests 2021-05-05 20:34:41 +02:00
Philipp Kühn
0030f083b0 docs: update content 2021-05-05 19:42:47 +02:00
Philipp Kühn
9320eaf05f Merge branch 'main' into feature/remove-replace-commands 2021-05-05 18:37:10 +02:00
Philipp Kühn
e2756aab5f docs: update content 2021-05-05 14:19:24 +02:00
Duncan Krebbers
b606575884
HorizontalRule is included in defaultExtensions
Set 'default extension' for horizontalRule to true in api-nodes documentation.
2021-05-05 13:38:54 +02:00
Philipp Kühn
ab3261e12b docs: fix typo 2021-05-05 12:11:17 +02:00
Philipp Kühn
9e9401e68b feat: add linkOnPaste option for adding a link to the current selection if the pasted content only contains an url, fix #1210 2021-05-05 09:33:52 +02:00
Danny Feliz
196eb8622e
Fix typo (#1262) 2021-05-05 07:44:18 +02:00
Hans Pagel
19f61fda1a docs: update content 2021-05-04 23:59:34 +02:00
Hans Pagel
0c06ece8e9 docs: update content 2021-05-04 23:26:07 +02:00
Philipp Kühn
d484a66ca3 Merge branch 'main' of https://github.com/ueberdosis/tiptap 2021-05-04 08:54:27 +02:00
Philipp Kühn
3b60b565fd update dev dependencies 2021-05-04 08:54:24 +02:00
Jorge González
bc78b8bb8f
[Docs] Improve example integration with Laravel Livewire (#1255)
* Improve example docs for integration with Laravel Livewire

* Revert code snippet to HTML
2021-05-03 22:47:43 +02:00
Philipp Kühn
f698abc88a update dev dependencies 2021-05-03 11:23:21 +02:00
Philipp Kühn
a4d4097827 Revert "update dev dependencies"
This reverts commit e58873c052.

# Conflicts:
#	yarn.lock
2021-05-03 10:55:57 +02:00
Philipp Kühn
e58873c052 update dev dependencies 2021-05-03 09:24:25 +02:00
Philipp Kühn
6ba076cd42
Merge pull request #1217 from swanson/patch-4
Typo fix
2021-05-03 09:12:57 +02:00
Hans Pagel
3e14f24ef5 docs: update content 2021-04-30 21:33:06 +02:00
Hans Pagel
a645a84729 docs: update content 2021-04-30 19:42:44 +02:00
Hans Pagel
f3e21e1b81 add Discord links again 2021-04-28 22:25:15 +02:00
Hans Pagel
055c4349a6 docs: add a changelog 2021-04-28 22:24:20 +02:00
Philipp Kühn
0e244ba81c docs: add sponsor link to nav 2021-04-28 21:31:50 +02:00
Hans Pagel
f6ecb1a7f5 Merge branch 'main' of github.com:ueberdosis/tiptap into main 2021-04-28 18:50:07 +02:00
Hans Pagel
66b7664bcd remove Discord invite link for now 2021-04-28 18:49:50 +02:00
Philipp Kühn
ebb84a952e docs: fix emoji inputrules for clever editor demo, fix #1213 2021-04-27 22:01:44 +02:00
Hans Pagel
60d404f2a4 docs: update content 2021-04-27 18:50:51 +02:00
Philipp Kühn
811bf693eb feat: add setNodeSelection and setTextSelection commands 2021-04-27 11:41:24 +02:00
Philipp Kühn
ebb00f4f9d dependencies: update 2021-04-26 23:25:04 +02:00
Hans Pagel
c82606acc2 docs: fix typo 2021-04-26 11:50:56 +02:00
matt swanson
fe55d111e9 Clarify table header documentation 2021-04-25 00:29:05 +02:00
matt swanson
c5cda70198 Update default.md 2021-04-25 00:28:30 +02:00
matt swanson
277c18811d
Typo 2021-04-24 11:51:54 -04:00
matt swanson
094eb1de32 Fix a small typo 2021-04-24 06:27:59 +02:00
Hans Pagel
181a54fb83 add a trailing node example 2021-04-23 21:58:05 +02:00
Hans Pagel
52567c0f65 Update upgrade-guide.md 2021-04-23 21:44:35 +02:00
Max Reynolds
93a38fa878 Use vue2 install guide instead 2021-04-23 21:44:35 +02:00
Max Reynolds
2f159f6671 Add install instructions
This makes it easier than having to navigate over to the `installation` page.
2021-04-23 21:44:35 +02:00
Hans Pagel
9110258a4c Merge branch 'main' of github.com:ueberdosis/tiptap into main 2021-04-23 14:14:44 +02:00
Hans Pagel
7fc00dfecf limit collab demo to 10,000 characters 2021-04-23 14:14:39 +02:00
Philipp Kühn
0bdd0ba8a3 docs: add new rooms 2021-04-23 12:45:01 +02:00
Philipp Kühn
23fb4704a8 docs: add new room 2021-04-23 11:30:23 +02:00
Philipp Kühn
bf95efe07f add new rooms 2021-04-23 10:46:26 +02:00
Philipp Kühn
c3d4ac9d93 docs: new collab rooms for HN 2021-04-23 09:29:06 +02:00
Hans Pagel
4457c26c20 docs: update content 2021-04-23 08:22:08 +02:00
Hans Pagel
90737af725 split collab demo in three rooms 2021-04-23 08:14:00 +02:00
Hans Pagel
0a233d7885 Merge branch 'main' of github.com:ueberdosis/tiptap into main 2021-04-23 07:19:50 +02:00
Hans Pagel
c9d6fcabae change the collab demo to use a new document 2021-04-23 07:19:39 +02:00
Philipp Kühn
d6b6f5bd8e dependencies: update 2021-04-22 21:28:10 +02:00
Hans Pagel
9a3a8f019b docs: fix typo 2021-04-22 09:09:19 +02:00
Hans Pagel
b9ea41c4c2 docs: fix broken link to nextcloud/text, fix #1194 2021-04-21 21:05:36 +02:00
Hans Pagel
d731b1ff8d update og image size 2021-04-21 16:14:28 +02:00
Hans Pagel
3bda978688 add a link to the v2 blog post 2021-04-21 16:04:49 +02:00
Hans Pagel
9f9c21356b fix broken links 2021-04-21 15:41:27 +02:00
Hans Pagel
a640bb1502 fix link to the v1 documentation 2021-04-21 15:34:39 +02:00
Hans Pagel
19b813d23f replace GitHub remote URL 2021-04-21 15:31:32 +02:00
Hans Pagel
f6a242438e replace link to GitHub repository 2021-04-21 15:31:11 +02:00
Hans Pagel
1677f5064f replace primary domain 2021-04-21 15:28:52 +02:00
Philipp Kühn
7eb45868ea docs: update content 2021-04-21 12:21:40 +02:00
Philipp Kühn
c8a7735d05 docs: update content 2021-04-21 12:11:56 +02:00
Philipp Kühn
36bf546c2d docs: update content 2021-04-21 11:46:45 +02:00
Philipp Kühn
170b9b8d64 docs: update content 2021-04-21 11:03:33 +02:00
Philipp Kühn
cc8e879da0 docs: update content 2021-04-21 10:27:51 +02:00
Philipp Kühn
00fc1d1ae7 docs: update content 2021-04-21 10:22:59 +02:00
Philipp Kühn
1c8ca95de2 refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
Philipp Kühn
d14942ecbf docs: update content 2021-04-20 18:31:56 +02:00
Philipp Kühn
52fe19fce3 docs: fix docsearch colors 2021-04-20 17:51:33 +02:00
Philipp Kühn
905d7a97c2 docs: maybe fix docsearch colors in production 2021-04-20 17:43:46 +02:00
Philipp Kühn
61c86db946 docs: add some more colors 2021-04-20 15:25:01 +02:00
Philipp Kühn
3cdad3399f Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-20 13:20:12 +02:00
Philipp Kühn
42f9eb3372 docs: update content 2021-04-20 13:20:02 +02:00
kriskbx
245082fd8e typo 2021-04-20 13:19:19 +02:00
kriskbx
1f1b20791f update collaboration guide 2021-04-20 13:18:15 +02:00
Philipp Kühn
6a03ed217c docs: improve search styling 2021-04-20 11:43:37 +02:00
Philipp Kühn
6a188d4055 docs: use sticky instead of fixed menu 2021-04-20 11:07:50 +02:00
Philipp Kühn
ce5b68a661 docs: fix mobile menu padding for iOS 2021-04-20 10:35:31 +02:00
Philipp Kühn
1af47387c7 docs: set language for codeblock highlighting examples 2021-04-20 10:25:23 +02:00
Philipp Kühn
ecf0c92434 docs: update styling 2021-04-20 10:13:43 +02:00
Philipp Kühn
b6852ad9ca depencencies: update 2021-04-20 09:35:34 +02:00
Philipp Kühn
31e0d1612c docs: update content 2021-04-18 23:21:52 +02:00
Philipp Kühn
1073b599e3 docs: maybe fix ios bug 2021-04-18 23:21:45 +02:00
Philipp Kühn
21afa3d421 docs: fix banner padding 2021-04-18 23:17:04 +02:00
Philipp Kühn
d1e2ee6f33 docs: improve mobile spacings 2021-04-18 23:03:14 +02:00
Philipp Kühn
20f6480694 docs: update logo hover style 2021-04-18 22:55:03 +02:00
Philipp Kühn
d860220f4d docs: add icons to features 2021-04-18 22:54:53 +02:00
Philipp Kühn
94b0f4b1d9 docs: add divider to collab demo, fix #252 2021-04-17 00:05:43 +02:00
Hans Pagel
13da47f31b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-16 19:15:59 +02:00
Hans Pagel
698a3ad0d3 docs: fix typo, fix #280 2021-04-16 19:15:55 +02:00
Philipp Kühn
0c1b77132b docs: add BannerMessage component 2021-04-16 19:08:26 +02:00
Philipp Kühn
208d721718 docs: always show full menu in mobile navigation 2021-04-16 18:42:17 +02:00
Philipp Kühn
c4e0010656 docs: remove position: relative from menu demos 2021-04-16 14:43:26 +02:00
Philipp Kühn
a0ba4542ef fix menu fade animations 2021-04-16 13:29:50 +02:00
Philipp Kühn
13170c939e Merge branch 'main' into feature/tippy-menus 2021-04-16 12:57:30 +02:00
Philipp Kühn
d5a36628d6 docs: update demo 2021-04-16 12:57:11 +02:00
Philipp Kühn
9f64015157 feat: remove resize event handler 2021-04-16 12:51:47 +02:00
Philipp Kühn
cf275e9417 docs: update content 2021-04-16 12:48:06 +02:00
Philipp Kühn
08974c6332 fix lint errors 2021-04-15 22:58:13 +02:00
Philipp Kühn
998356a530 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/add-hierarchy-to-extensions
# Conflicts:
#	packages/extension-code-block-lowlight/src/code-block-lowlight.ts
2021-04-15 22:57:04 +02:00
Philipp Kühn
05434afc47 wip: add extension.name 2021-04-15 22:03:45 +02:00
Hans Pagel
accceccd09 docs: update content 2021-04-15 21:48:19 +02:00
Philipp Kühn
07bc40ce75 wip: add getExtensionField 2021-04-15 21:14:33 +02:00
Hans Pagel
680ce9b7aa docs: update content 2021-04-15 19:50:42 +02:00
Hans Pagel
ef6bf3616e docs: add a word break experiment 2021-04-15 19:34:05 +02:00
Hans Pagel
f05e237346 docs: update content 2021-04-15 19:33:51 +02:00
Hans Pagel
2185554226 update redirects 2021-04-15 09:15:18 +02:00
Philipp Kühn
b076405c32 update eslint config 2021-04-14 10:04:30 +02:00
philippkuehn
1e9c322b7c ci: fix code style linting errors 2021-04-14 07:54:30 +00:00
Philipp Kühn
c40ce34eec wip: add some hierarchy tests 2021-04-14 09:48:38 +02:00
Philipp Kühn
daa5dc0fb1 fix: fix lowlight decorations for vue 3 2021-04-12 16:20:49 +02:00
Philipp Kühn
8090bc63c1 fix tests 2021-04-11 21:59:06 +02:00
Philipp Kühn
703afe91c0 add test 2021-04-11 18:34:38 +02:00
Philipp Kühn
ec61a37558 Merge branch 'issue/remove-code-block-with-backspace-after-blank-lines' of https://github.com/ueberdosis/tiptap-next 2021-04-11 18:29:26 +02:00
Hans Pagel
8ddb073d8b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-08 23:00:17 +02:00
Hans Pagel
e33d5e506a docs: update content 2021-04-08 23:00:01 +02:00
Hans Pagel
f4d3bbd5ec docs: update content 2021-04-08 22:56:09 +02:00
Philipp Kühn
26e9212ff5 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-08 22:55:07 +02:00
Hans Pagel
f3b91bc27b docs: update content 2021-04-08 22:44:55 +02:00
Hans Pagel
7e21bdd752 docs: update content, improve the Alpine.js guide 2021-04-08 22:42:18 +02:00
Philipp Kühn
08bc5c3d81 Merge branch 'main' into feature/extension-code-block-lowlight 2021-04-08 22:18:59 +02:00
Philipp Kühn
3fafc1bca7 docs: update content 2021-04-08 22:18:41 +02:00
Philipp Kühn
cbbb6bf4e1 docs: update content 2021-04-08 22:17:52 +02:00
Philipp Kühn
bd392ee8c2 remove languages option from codeblocklowlight 2021-04-08 22:13:50 +02:00
Hans Pagel
0b7a780878 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-08 22:12:52 +02:00
Hans Pagel
527c5c7a3e docs: refactor alpine.js example 2021-04-08 22:12:46 +02:00
Hans Pagel
49783d5a3d docs: update content 2021-04-08 16:06:58 +02:00
Philipp Kühn
cd65bf8437 docs: improve react node view example 2021-04-08 09:02:27 +02:00
Philipp Kühn
0e713432ae docs: update content 2021-04-08 00:13:51 +02:00
Hans Pagel
e597ed9f55 docs: update content 2021-04-07 23:08:24 +02:00
Hans Pagel
b5cf0892c4 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-07 22:56:52 +02:00
Hans Pagel
e23f1bd299 docs: update content 2021-04-07 22:53:51 +02:00
Hans Pagel
fa23bae5b5 docs: update content 2021-04-07 22:53:31 +02:00
Philipp Kühn
95f31f48fd Merge branch 'main' into feature/extension-code-block-lowlight 2021-04-07 22:39:39 +02:00
Philipp Kühn
7c4c50e520 docs: fix some code blocks 2021-04-07 22:28:29 +02:00
Philipp Kühn
508fcfd882 docs: fix copy for node view examples 2021-04-07 22:21:27 +02:00
Philipp Kühn
a0e2a830d7 refactor: remove isEditable from node views, remove viewUpdate event 2021-04-07 22:07:36 +02:00
Philipp Kühn
3334d930f3 feat: add resetAttributes() command, deprecate resetNodeAttributes() 2021-04-07 21:30:55 +02:00
Philipp Kühn
aac32b4df6 feat: add updateAttributes() command, deprecate updateNodeAttributes(), fix #254 2021-04-07 21:17:02 +02:00
Philipp Kühn
e61b2a51ed update text 2021-04-07 18:43:36 +02:00
Philipp Kühn
bb1ae659a4 feat: add priority option to extensions 2021-04-07 18:29:16 +02:00
Philipp Kühn
b8d9b7d4c7 feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode() 2021-04-07 11:53:37 +02:00
Philipp Kühn
63acc57305 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-07 00:26:28 +02:00
Philipp Kühn
b477a1bb0a fix task list in collab example, fix #246, fix #247 2021-04-07 00:26:23 +02:00
Hans Pagel
c063cc99f4 docs: add better titles to the integration guides 2021-04-07 00:08:50 +02:00
Hans Pagel
2c5a82df47 docs: update content, add new commands pages 2021-04-06 23:57:20 +02:00
Hans Pagel
85556fc428 docs: enable linkGroups to have links, too 2021-04-06 23:47:12 +02:00
Hans Pagel
3f3ce1d8d4 docs: update content 2021-04-06 23:36:07 +02:00
Philipp Kühn
c190d26a46 fix docs 2021-04-06 19:35:29 +02:00
Philipp Kühn
5622deca30 fix: fix checkbox in firefox, fix #251 2021-04-06 18:57:39 +02:00
kriskbx
66f02c4145 enable indexeddb persistence again 2021-04-06 11:01:41 +02:00
Philipp Kühn
130023bca5 update dependencies 2021-04-05 11:41:10 +02:00
Philipp Kühn
6720666fc3 fix language switcher example 2021-04-05 00:23:12 +02:00
Philipp Kühn
12069519d6 add code block langauge switcher example 2021-04-05 00:07:58 +02:00
Philipp Kühn
704e01de6a Merge branch 'main' into feature/extension-code-block-lowlight
# Conflicts:
#	docs/src/docPages/api/nodes/code-block-lowlight.md
#	docs/src/links.yaml
2021-04-04 23:13:52 +02:00
Hans Pagel
bdccc66d0f docs: update content 2021-04-03 17:30:56 +02:00
Hans Pagel
3c963c302b docs: update content 2021-04-03 16:49:53 +02:00
Hans Pagel
e5866a08cf docs: update content 2021-04-03 16:13:47 +02:00
Hans Pagel
4792fc3200 docs: update content 2021-04-03 15:21:30 +02:00
Hans Pagel
0e6c79a761 docs: update content 2021-04-03 13:49:36 +02:00
Philipp Kühn
1f2cbc5594 fix code style 2021-04-02 22:24:00 +02:00
Philipp Kühn
a5e1030e4f add insertNode command 2021-04-02 21:55:25 +02:00
Philipp Kühn
7adf1853d7 add basic lowlight extension 2021-04-02 00:07:40 +02:00
Philipp Kühn
c45d369de5 add transition to menus 2021-04-01 17:59:07 +02:00
Philipp Kühn
3b3a0103b9 add basic styling for menus example 2021-04-01 17:36:22 +02:00
Philipp Kühn
136f6e47a9 add menus example 2021-04-01 16:56:56 +02:00
Philipp Kühn
c68fa74ad1 add resize event 2021-04-01 16:21:47 +02:00
Philipp Kühn
a29e62d562 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-01 15:57:34 +02:00
Philipp Kühn
3eac1ce319 add floating menu to vue 3 and react 2021-04-01 15:55:19 +02:00
Philipp Kühn
3f1fa81392 add doc page for floating menu 2021-04-01 15:47:00 +02:00
Philipp Kühn
007e6f855b add basic floating menu 2021-04-01 15:19:31 +02:00
Hans Pagel
cc44f1a65a docs: update content 2021-03-31 22:35:00 +02:00
Philipp Kühn
5095d74ec6 update docs 2021-03-31 14:07:23 +02:00
Philipp Kühn
74c4beece7 Merge branch 'feature/extension-bubble-menu' 2021-03-31 13:45:46 +02:00
Philipp Kühn
6f5a96d2e5 add menububble react component 2021-03-31 10:21:34 +02:00
Philipp Kühn
d7fd11c1d0 add link to single demo page 2021-03-31 09:56:18 +02:00
Hans Pagel
189d669b3a docs: fix demo styling 2021-03-31 09:45:54 +02:00
Hans Pagel
f60b1bff45 docs: update content 2021-03-30 21:53:29 +02:00
Hans Pagel
bdf1afda74 docs: update content 2021-03-30 21:18:39 +02:00
Hans Pagel
69ba3e3c97 docs: update content 2021-03-30 21:17:10 +02:00
Hans Pagel
8fcfaef4f1 docs: update content 2021-03-30 20:45:48 +02:00
Philipp Kühn
5213069bb4 add react demo (WIP) to bubble menu 2021-03-30 14:24:52 +02:00
Philipp Kühn
daa8e72477 add doc page for bubble menu 2021-03-30 14:07:18 +02:00
Philipp Kühn
86fa24231c improve bubble menu 2021-03-30 12:45:56 +02:00
Philipp Kühn
d25567ff74 refactoring 2021-03-30 12:13:55 +02:00
Philipp Kühn
2d74694067 fix document doc 2021-03-30 11:39:07 +02:00
Philipp Kühn
71a4e5e646 add bubble menu from v1 2021-03-30 11:36:51 +02:00
Philipp Kühn
43bafac060 update dependencies 2021-03-29 17:23:45 +02:00
Philipp Kühn
e2f5016bf9 add comment 2021-03-29 16:40:18 +02:00
Hans Pagel
362b6e51ad Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-28 21:57:15 +02:00
Philipp Kühn
b1abee3343 fix demo, fix #224 2021-03-28 21:49:59 +02:00
Philipp Kühn
24d2f38021 add global drag handle experiment 2021-03-27 11:41:55 +01:00
Hans Pagel
646b8dba0e docs: fix alternative placeholder CSS 2021-03-26 10:13:28 +01:00
Hans Pagel
7426fe2571 docs: add alternative placeholder CSS 2021-03-26 09:51:10 +01:00
Hans Pagel
da8f295461 docs: clean up example, fix #224 2021-03-25 14:15:35 +01:00
Hans Pagel
c1b5bb194f docs: update content 2021-03-25 09:52:41 +01:00
Hans Pagel
5f599c45b9 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-25 09:48:56 +01:00
Hans Pagel
e6a26f3412 docs: update content 2021-03-25 09:48:47 +01:00
Philipp Kühn
2b97110ece remove old demo 2021-03-25 08:34:36 +01:00
Philipp Kühn
4f45572369 add missing contenteditable 2021-03-25 08:34:24 +01:00
Philipp Kühn
8bf309bc2a fix text 2021-03-24 23:24:37 +01:00
Philipp Kühn
b6f7c41726 refactoring 2021-03-24 22:57:26 +01:00
Philipp Kühn
49611e16e5 add placeholder extension 2021-03-24 22:50:30 +01:00
Philipp Kühn
58939fe02b update dependencies 2021-03-24 22:27:10 +01:00
Philipp Kühn
99d1bd2076 improve placeholder 2021-03-24 22:23:21 +01:00
Hans Pagel
a5f28e421e fix conflicting keyboard shortcut for the task list 2021-03-24 20:39:56 +01:00
Hans Pagel
59b031c27c Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-23 23:15:12 +01:00
Hans Pagel
220165d142 docs: update content 2021-03-23 23:15:02 +01:00
Philipp Kühn
02471afb27 add some color 2021-03-20 21:25:18 +01:00
Philipp Kühn
2cf8fd81e9 fix ios bug 2021-03-19 23:08:43 +01:00
Philipp Kühn
19d29092da Revert "add copy button"
This reverts commit 7ea7cd44ea.
2021-03-19 22:50:47 +01:00
Philipp Kühn
7ea7cd44ea add copy button 2021-03-19 18:51:39 +01:00
Philipp Kühn
40f14f904c add tabs to demos 2021-03-19 18:36:27 +01:00
Philipp Kühn
7a20640872 load demo only when in viewport 2021-03-19 17:01:36 +01:00
Philipp Kühn
72c17f9dde improve syntax highlighting for react docs 2021-03-18 23:47:15 +01:00
Hans Pagel
e1df758b94 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-18 23:34:17 +01:00
Hans Pagel
ae2505fe21 docs: add the react installation instructions 2021-03-18 23:33:47 +01:00
Hans Pagel
080ccf0131 docs: update content 2021-03-18 21:58:23 +01:00
Philipp Kühn
3afc057d1c code style 2021-03-18 14:38:37 +01:00
Philipp Kühn
6b1c272a6a update style 2021-03-18 14:14:20 +01:00
Philipp Kühn
b44b635366 scope experiment styles 2021-03-18 11:13:25 +01:00
Philipp Kühn
9dd4e24b97 fix scoped link style 2021-03-18 11:03:13 +01:00
Philipp Kühn
56d00053db try to scope react styles 2021-03-18 10:43:34 +01:00
Philipp Kühn
947318f18e add ReactComponentContent demo 2021-03-18 10:09:19 +01:00
Philipp Kühn
6680f63d6e improve styles 2021-03-18 09:51:16 +01:00
Philipp Kühn
d524cd8c58 rename 2021-03-18 09:42:17 +01:00
Philipp Kühn
3eabf10e03 add react node view demo 2021-03-18 09:38:34 +01:00
Philipp Kühn
8949191895 fix scoped styles 2021-03-18 00:01:28 +01:00
Philipp Kühn
8ca65b8c56 fix scoped styles 2021-03-17 23:49:03 +01:00
Hans Pagel
4a9cc6752e fix linting errors 2021-03-17 23:23:30 +01:00
Hans Pagel
f6548d4f97 docs: update content 2021-03-17 23:21:36 +01:00
Hans Pagel
c80752a851 Merge branch 'docs/toc-with-anchors' into main 2021-03-17 22:36:38 +01:00
Hans Pagel
8db7963c5e docs: update content 2021-03-17 22:35:41 +01:00
Philipp Kühn
f0f6e79408 add nodeViewProps, fix #214 2021-03-17 21:43:45 +01:00
Philipp Kühn
7d52a3aad1 improve some types, fix #213 2021-03-17 21:21:57 +01:00
Philipp Kühn
49fcf829f3 refactoring 2021-03-16 22:22:13 +01:00
Philipp Kühn
9201a7dff2 add react suggestion example 2021-03-16 19:12:26 +01:00
Philipp Kühn
57915d8638 fix toggle editor 2021-03-15 14:53:23 +01:00
Philipp Kühn
ee5283e13e fix readonly test 2021-03-15 14:29:32 +01:00
Hans Pagel
a70e6ae3cd Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-15 11:06:19 +01:00
Hans Pagel
a7353e3e83 docs: update content, fix #210 2021-03-15 11:06:09 +01:00
Hans Pagel
15461aeea4 docs: update content 2021-03-15 09:47:05 +01:00
Philipp Kühn
4a4adc10e1 Merge branch 'feature/react-renderer' into main 2021-03-15 09:07:52 +01:00
Philipp Kühn
ead5f77d08 create ReactPlayground example 2021-03-15 09:05:13 +01:00
Philipp Kühn
e765c8e981 refactoring 2021-03-15 09:00:44 +01:00
Philipp Kühn
385ee1d1f4 add ref to reactrenderer 2021-03-15 00:22:17 +01:00
Philipp Kühn
8505a24995 add basic react mentions 2021-03-14 23:10:01 +01:00
Philipp Kühn
380d27fe86 add useReactNodeView hook 2021-03-14 20:40:40 +01:00
Philipp Kühn
109bff0892 refactoring 2021-03-14 18:00:50 +01:00
Philipp Kühn
baa5bcc964 refactoring 2021-03-14 17:01:52 +01:00
Philipp Kühn
5e9a0d4225 add basic react nodeviewrenderer 2021-03-14 16:30:06 +01:00
Philipp Kühn
5f54a86da7 fix bug 2021-03-12 23:52:54 +01:00
Philipp Kühn
bc60a91904 wip react renderer 2021-03-12 21:21:13 +01:00
Hans Pagel
87059c9b46 add anchors to table of contents (wip) 2021-03-11 00:47:58 +01:00
Hans Pagel
746d22a05a docs: update content 2021-03-11 00:47:28 +01:00
Hans Pagel
5cdc1f1f24 docs: update content 2021-03-10 22:06:18 +01:00
Hans Pagel
64d9f2336d docs: update content 2021-03-10 21:52:32 +01:00
Hans Pagel
a169dc564b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-10 20:58:14 +01:00
Hans Pagel
2957b579ba Merge branch 'docs/node-views' into main
# Conflicts:
#	yarn.lock
2021-03-10 20:58:10 +01:00
kriskbx
d9377f9085 remove indexdb import 2021-03-10 12:44:07 +01:00
kriskbx
96cc4bda25 disable indexdb 2021-03-10 12:34:33 +01:00
Hans Pagel
7c4202e3b1 docs: update content 2021-03-09 22:14:23 +01:00
Hans Pagel
35053c3ecc update content 2021-03-09 21:54:16 +01:00
Philipp Kühn
da2d82d289 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2021-03-09 21:25:39 +01:00
Philipp Kühn
b5ebf27789 update docs 2021-03-09 21:25:30 +01:00
Hans Pagel
368395b8fa update content 2021-03-09 11:55:14 +01:00
Hans Pagel
e12f4b5517 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-09 11:18:05 +01:00
Hans Pagel
45cde8f416 add discord to the footer 2021-03-09 11:18:01 +01:00
Hans Pagel
6f38e15450 docs: update content 2021-03-09 11:17:48 +01:00
Philipp Kühn
15848473ed rename selection to selectionUpdate, add editor to event listener props 2021-03-09 09:50:03 +01:00
Philipp Kühn
c0fab9d685 remove old react example 2021-03-08 22:10:51 +01:00
Philipp Kühn
a01b7356d7 refactoring 2021-03-08 22:07:51 +01:00
Philipp Kühn
ed7f8c257e add useEditor 2021-03-08 22:00:07 +01:00
Hans Pagel
d49af82a85 docs: update content 2021-03-08 18:33:50 +01:00
Hans Pagel
3e507c5de2 docs: fix typo 2021-03-08 18:33:32 +01:00
Philipp Kühn
0c494ab136 Merge branch 'main' into feature/react
# Conflicts:
#	yarn.lock
2021-03-08 18:10:21 +01:00
Philipp Kühn
86a8ce349a update dependencies 2021-03-08 13:47:55 +01:00
Philipp Kühn
576813588d update svelte example again 2021-03-08 13:43:33 +01:00
Philipp Kühn
9f23ff20d6 whitespace 2021-03-08 13:25:02 +01:00
Philipp Kühn
dae9eefdc5 update svelte example 2021-03-08 13:20:26 +01:00
Philipp Kühn
c20b43aa6c try to improve react support 2021-03-08 13:19:05 +01:00
Philipp Kühn
48c747be02 fix type 2021-03-05 23:14:23 +01:00
Philipp Kühn
a073d75dff add useEditor to docs 2021-03-05 10:29:19 +01:00
Philipp Kühn
81a69ef526 remove vue-starter-kit from docs, fix #185 2021-03-05 10:21:35 +01:00
Philipp Kühn
983b56a5f2 add NodeViewWrapper and NodeViewContent to vue-2 2021-03-05 10:18:44 +01:00
Philipp Kühn
27b55a2c53 refactoring 2021-03-05 09:48:13 +01:00
Hans Pagel
9af19ec6bf transition from alpha to beta 🎉 2021-03-04 14:59:01 +01:00
Hans Pagel
a997b647f4 docs: update content 2021-03-03 22:22:50 +01:00
Hans Pagel
c10093fbcf docs: update content 2021-03-03 21:38:27 +01:00
Hans Pagel
c888984b08 docs: update content 2021-03-03 21:35:47 +01:00
Hans Pagel
7148a91049 docs: update content 2021-03-03 21:26:08 +01:00
Hans Pagel
fc3678afc3 docs: update content 2021-03-03 21:16:35 +01:00
Hans Pagel
1dd9c8635b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-03-03 21:08:00 +01:00
Philipp Kühn
a2671dbb93 update commands experiment 2021-03-03 20:05:34 +01:00