Commit Graph

1806 Commits

Author SHA1 Message Date
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
Philipp Kühn
64b8f5c514 update docs 2021-02-28 23:39:29 +01:00
Hans Pagel
a05d40cfec docs: update example 2021-02-26 22:43:32 +01:00
Philipp Kühn
cdf9cc99e0 fix tests 2021-02-26 21:22:03 +01:00
Philipp Kühn
aaaa6ac51d update dependencies 2021-02-26 18:47:39 +01:00
Hans Pagel
792d1aa8c7 docs: update link title 2021-02-26 16:36:08 +01:00
Hans Pagel
c5d84aa87e add stats to the console output 2021-02-26 16:35:53 +01:00
Hans Pagel
ca19923ad2 copy tests to the React default example 2021-02-26 02:02:10 +01:00
Hans Pagel
bf5fb2ad3c move React components to a package, translate default editor example to React 2021-02-26 02:00:35 +01:00
Hans Pagel
38952fb8c9 docs: fix broken link 2021-02-24 21:08:54 +01:00
Hans Pagel
bc88c601b3 docs: update the collaborative editing guide 2021-02-24 12:02:52 +01:00
Hans Pagel
432ff51753 docs: update content, fix #171 2021-02-23 21:05:30 +01:00
Philipp Kühn
e3f80207cc add more content to book example 2021-02-23 16:39:04 +01:00
Philipp Kühn
cb0a50dcbc disable spellcheck for book example 2021-02-23 16:29:38 +01:00
Philipp Kühn
32af53d0f4 fix a bug 2021-02-19 17:29:56 +01:00
Philipp Kühn
85eceb32b8 update dependencies 2021-02-19 09:30:49 +01:00
Philipp Kühn
81c3b4b6c7 improve styling 2021-02-18 11:26:42 +01:00
Philipp Kühn
21b93e65f8 fix typescript docs 2021-02-16 18:47:44 +01:00
Philipp Kühn
cd31624ab4 remove unused page 2021-02-16 18:47:37 +01:00
Philipp Kühn
56b4df044f rename AllCommands to Commands 2021-02-16 18:39:37 +01:00
Philipp Kühn
02e91daed2 update dependencies 2021-02-16 18:24:11 +01:00
Philipp Kühn
e4cb53eab7 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/remove-inferred-commands
# Conflicts:
#	docs/src/demos/Experiments/Annotation/extension/annotation.ts
#	docs/src/demos/Experiments/Color/extension/Color.ts
#	docs/src/demos/Experiments/Details/details.ts
2021-02-16 18:08:12 +01:00
Philipp Kühn
ca8d1a4245 add command scope 2021-02-16 11:27:58 +01:00
Hans Pagel
f6f467949c Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
# Conflicts:
#	docs/src/demos/Experiments/CollaborationAnnotation/extension/AnnotationState.ts
2021-02-12 21:54:03 +01:00
Philipp Kühn
34af078be6 refactoring 2021-02-12 15:54:05 +01:00
Hans Pagel
d7bee8bed9 docs: update content 2021-02-12 15:40:22 +01:00
Hans Pagel
cbb086e4da docs: update content 2021-02-12 15:33:58 +01:00
Hans Pagel
a34e3202e9 annotations: set decorations to inclusiveEnd 2021-02-12 15:18:30 +01:00
Philipp Kühn
262a1c9815 set inclusiveEnd for decorations 2021-02-12 15:13:40 +01:00
Philipp Kühn
55ba1ea4f9 refactoring 2021-02-12 15:12:52 +01:00
Hans Pagel
a69c522455 docs: update content 2021-02-12 15:02:40 +01:00
Hans Pagel
97450ebafd annotations: add superb logging 2021-02-12 14:17:08 +01:00
Hans Pagel
e3c05aa9eb annotations: add updateAnnotations command 2021-02-12 13:40:42 +01:00
Hans Pagel
370d8deff7 annotations: rename content to data 2021-02-12 13:29:12 +01:00
Hans Pagel
b7f25e131c annotations: refactor annotation representation 2021-02-12 13:27:15 +01:00
Hans Pagel
10fdb79a9d annotations: fix duplicates 2021-02-12 11:18:28 +01:00
Philipp Kühn
3b67eb6ec6 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2021-02-12 11:00:27 +01:00
Philipp Kühn
41cb9924e5 listen for map changes 2021-02-12 11:00:23 +01:00
Hans Pagel
0697efef30 annotations: refactoring 2021-02-12 10:50:21 +01:00
Hans Pagel
39365c77cb annotations: remove comment 2021-02-12 10:45:41 +01:00
Hans Pagel
bc0f38570c Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
# Conflicts:
#	docs/src/demos/Experiments/Annotation/extension/annotation.ts
2021-02-12 10:39:17 +01:00
Hans Pagel
8b5dfe7c1c annotations: update comments 2021-02-12 10:36:58 +01:00
Philipp Kühn
92d5b073ae fix types 2021-02-12 10:18:37 +01:00
Philipp Kühn
e5deb5e3d4 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2021-02-12 00:18:19 +01:00
Philipp Kühn
c21b1d2cbc refactoring 2021-02-12 00:18:15 +01:00
Philipp Kühn
cb8d71dfe6 refactoring 2021-02-11 23:47:18 +01:00
Hans Pagel
ddeec837cf Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-02-11 23:37:54 +01:00
Hans Pagel
44c1567a01 docs: update content 2021-02-11 23:37:41 +01:00
Philipp Kühn
8c3f69e2fd Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2021-02-11 23:25:25 +01:00
Philipp Kühn
e94ed40ceb add some types 2021-02-11 23:25:21 +01:00
Hans Pagel
2955ef274a annotations: add tasks to AnnotationState 2021-02-11 23:23:46 +01:00
Hans Pagel
c0a4092205 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-02-11 23:18:06 +01:00
Philipp Kühn
8a62339ab9 refactoring 2021-02-11 23:14:17 +01:00
Hans Pagel
e2c9148c4a Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-02-11 23:11:01 +01:00
Hans Pagel
65b52afd5a docs: update content 2021-02-11 23:10:56 +01:00
Philipp Kühn
c1531b5ab2 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
# Conflicts:
#	docs/src/demos/Experiments/Comments/index.vue
2021-02-11 22:52:07 +01:00
Philipp Kühn
c13db6bc8e add annotation options 2021-02-11 22:48:04 +01:00
Hans Pagel
1f064b8600 remove the color experiment 2021-02-11 22:47:32 +01:00
Hans Pagel
c140d11d79 annotations: improve the example, clean up 2021-02-11 22:45:22 +01:00
Hans Pagel
cd149001b1 annotations: fix syntax error 2021-02-11 21:49:14 +01:00
Hans Pagel
5d55677e08 annotations: read annotations from y.js 2021-02-11 21:44:51 +01:00
Hans Pagel
dbec7e492b store annotations in y.js 2021-02-11 21:33:26 +01:00
Philipp Kühn
151ea7d6dd revert 2021-02-11 21:02:56 +01:00
Philipp Kühn
996a254227 fix nothing 2021-02-11 21:02:50 +01:00
Philipp Kühn
f4527942d8 add something 2021-02-11 20:56:32 +01:00
Hans Pagel
5e168bec73 annotations: refactoring 2021-02-11 20:25:51 +01:00
Hans Pagel
967f43fda5 annotations: improve decoration mapping (wip) 2021-02-11 18:06:10 +01:00
Hans Pagel
30fccac47c docs: auto detect languages from demo main file 2021-02-11 16:11:33 +01:00
Hans Pagel
4ed025e210 docs: add content 2021-02-11 16:08:58 +01:00
Hans Pagel
00fb62d455 details: fix details command name 2021-02-11 15:44:06 +01:00
Hans Pagel
3b903c9419 details: refactoring to use divs instead of semantic markup 2021-02-11 15:39:49 +01:00
Hans Pagel
acc6cd6aa0 details: add (not working) commands & basic styling 2021-02-11 15:12:06 +01:00
Philipp Kühn
980e70e9c8 render demo client-only 2021-02-11 09:38:35 +01:00
Philipp Kühn
d75027a121 improve demo error styling 2021-02-11 09:35:46 +01:00
Philipp Kühn
c879dc3a18 fix ugly scroll animation for collab demo 2021-02-11 09:30:05 +01:00
Philipp Kühn
0177742e55 refactoring 2021-02-11 09:15:52 +01:00
Philipp Kühn
f7255558b4 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
# Conflicts:
#	docs/src/demos/Experiments/Details/details.ts
2021-02-11 09:01:17 +01:00
Philipp Kühn
fd6b346799 fix details 2021-02-11 08:59:58 +01:00
Hans Pagel
bd6233a1a1 improve details experiment 2021-02-11 00:15:35 +01:00
Hans Pagel
a6c1e2e20f remove details attribute, use node view state instead 2021-02-10 23:19:34 +01:00
Philipp Kühn
87beee25b0 fix 2021-02-10 20:40:00 +01:00
Philipp Kühn
130cc1a6f3 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/remove-inferred-commands 2021-02-10 20:39:13 +01:00
Philipp Kühn
39766f4459 update dependencies 2021-02-10 20:37:35 +01:00
Philipp Kühn
2472a344f0 remove registerCommand from docs 2021-02-10 20:30:28 +01:00
Philipp Kühn
014523b7f5 update typescript docs 2021-02-10 18:25:22 +01:00
Philipp Kühn
55ff908423 refactoring 2021-02-10 18:05:02 +01:00
Hans Pagel
de234adb8b add node view to details experiment 2021-02-10 16:37:00 +01:00
Hans Pagel
8c3b35d0c0 add details experiment 2021-02-10 15:48:20 +01:00
Hans Pagel
90efee5622 clean up 2021-02-10 15:31:02 +01:00
Hans Pagel
a0ce975a51 Merge branch 'main' of github.com:ueberdosis/tiptap-next
# 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-02-10 15:14:03 +01:00
Philipp Kühn
290ff76e37 add Commands interface 2021-02-10 09:59:35 +01:00
Philipp Kühn
2315357125 add keyboardShortcut and enter command 2021-02-09 21:04:33 +01:00
Philipp Kühn
e8232dd737 add basic enter command 2021-02-09 10:06:13 +01:00
Hans Pagel
04ae5d9abf docs: update content 2021-02-08 17:49:39 +01:00
Hans Pagel
d9ef464c45 docs: update content 2021-02-08 17:39:50 +01:00
Hans Pagel
3e9a68cb35 code style 2021-02-08 16:42:46 +01:00
Hans Pagel
f0c70d9d59 docs: update content 2021-02-08 16:41:57 +01:00
Hans Pagel
1203ed4296 docs: don’t build og images locally 2021-02-08 16:19:58 +01:00
Hans Pagel
b6e15a144d fix path to og image 2021-02-08 16:16:49 +01:00
Hans Pagel
648603d12c Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-02-08 16:10:04 +01:00
Hans Pagel
93a5f83254 docs: refactor the open graph image generation 2021-02-08 16:09:49 +01:00
Hans Pagel
b06fd4c354 docs: update title template 2021-02-08 14:53:20 +01:00
Philipp Kühn
67018ce043 refactoring 2021-02-07 20:02:59 +01:00
Philipp Kühn
8943f8b9ae refactoring 2021-02-07 20:02:10 +01:00
Hans Pagel
7d15e5afb9 docs: update content 2021-02-07 16:12:27 +01:00
Hans Pagel
5571e1dd27 merge installation and the getting started guide 2021-02-07 15:55:50 +01:00