Hans Pagel
21c8a71f73
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2022-01-18 22:00:34 +01:00
Hans Pagel
ff1a01beae
docs: add new job
2022-01-18 22:00:31 +01:00
Markus Krause
941ce64b28
docs: add icons for examples
2022-01-17 13:24:38 +01:00
Philipp Kühn
a35b7fbe2c
feat: add exitOnTripleEnter and exitOnArrowDown options to CodeBlock extension
2022-01-05 10:21:23 +01:00
Aiyush-G
1c601f62cd
Update vue3.md ( #2350 )
...
npm run dev --> npm run serve
2022-01-04 23:34:27 +01:00
Britta Weiland
338d4b1589
docs: Fix typo in contributing.md ( #2352 )
2022-01-04 23:21:02 +01:00
Aiyush-G
5c4df33b63
Update vue3.md ( #2349 )
...
Gramatical Error:
You’re probably used to bind your data --> You’re probably used to binding your data
Note: addition of -ing
2022-01-04 19:57:12 +01:00
Philipp Kühn
6a94e2fa62
dependencies: update
2022-01-04 10:02:24 +01:00
Hans Pagel
983d8488b3
docs: update link to job description
2022-01-03 17:51:41 +01:00
nuro
989c027d95
docs: Added setup script syntax to Vue 3 install docs ( #2324 )
2022-01-03 11:35:03 +01:00
milahu
83ede65a49
typo ( #2338 )
2022-01-02 19:03:54 +01:00
hatef
ba3ea081cb
Fix typos in typescript.md ( #2339 )
...
Fix some minor typos.
2022-01-02 19:03:27 +01:00
Hans Pagel
f24c7828c2
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-12-17 18:46:22 +01:00
Hans Pagel
6ff0e8ed9c
docs: add job
2021-12-17 18:46:20 +01:00
Philipp Kühn
318592ba22
demos: Add setup for plain js demos ( #2288 )
...
* add basic js demo
* improve js demos
* change demo button
* fix js demos on build
* add tailwind experiment
* docs: replace tailwind demo
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-17 13:49:45 +01:00
Hans Pagel
c980bb2f5f
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-12-17 13:18:49 +01:00
Hans Pagel
5f4f52a1f4
docs: add new jobs
2021-12-17 13:18:47 +01:00
Igor Adrov
26e39e1544
docs: fix typo in floating menu docs ( #2290 )
2021-12-17 12:28:06 +01:00
Philipp Kühn
dd4bcb81f0
fix: allow null and undefined for CharacterCount limit, fix #2276
2021-12-14 19:26:13 +01:00
Philipp Kühn
3d7c8e642f
feat: add itemTypeName option
2021-12-11 00:13:24 +01:00
Philipp Kühn
49a99a0410
docs: update content, fix #1821
2021-12-10 14:36:43 +01:00
Hans Pagel
2b44290d58
docs: add a job
2021-12-09 22:20:48 +01:00
Hans Pagel
d2165eb115
docs: update the guide on collaborative editing
2021-12-09 19:56:34 +01:00
Hans Pagel
c2ca5103d4
docs: add some more information to the parseHTML docs, fix #1860
2021-12-09 19:18:36 +01:00
Hans Pagel
8df15676d0
docs: remove commercial use banner, fix #2202
2021-12-09 19:06:54 +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
Ahmet Enes Duruer
f0b363c475
docs: remove wrong type="context"
tag ( #2240 )
...
This example doesn't compile because in Svelte 3 there is no `type="context"`, there is only `context="module". Even if you use `context="module"` it is supposed to give an error because there is no `onMount` and `onDestroy` in module context. Removing this tag from the Script element will fix the issue.
2021-12-06 22:03:49 +01:00
Philipp Kühn
59c296e6f7
demos: remove details experiment
2021-12-03 20:41:08 +01:00
Philipp Kühn
3d68981b47
feat: Add support for autolink ( #2226 )
...
* wip
* WIP
* add autolink implementation
* refactoring
* set keepOnSplit to false
* refactoring
* improve changed ranges detection
* move some helpers into core
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-03 08:53:58 +01:00
Hans Pagel
c91eaed570
docs: add new details node to the navigation
2021-12-02 18:02:48 +01:00
Philipp Kühn
e0f64904b6
feat: add scrollIntoView option to focus command, fix #2172
2021-11-25 17:18:30 +01:00
Florian Krüger
62197ce459
Add setEditable
to the documentation of Editor
( #2199 )
2021-11-25 13:04:36 +01:00
Hans Pagel
b37b0921dd
Update contributing.md
2021-11-24 13:51:20 +01:00
svenadlung
d434675f74
Refactor interactivity demos
2021-11-22 20:48:04 +01:00
svenadlung
bdb055187a
Refactor interactivity demos
2021-11-22 20:36:56 +01:00
svenadlung
4e60147a57
Split vue and react variant for interactivity demo
2021-11-22 19:17:25 +01:00
Philipp Kühn
3c571c9a3f
feat: add 'all' option to focus command, fix #2181
2021-11-22 10:17:06 +01:00
Philipp Kühn
077f726f27
docs: update content
2021-11-18 12:50:07 +01:00
Philipp Kühn
4a135b2290
docs: add missing includeChildren option
2021-11-12 09:20:50 +01:00
Hans Pagel
7a2b02bfcf
docs: add the emoji extension
2021-11-11 12:47:22 +01:00
George Mandis
8f8450be62
Update image.md ( #2154 )
...
docs: Typo fix in docs
2021-11-10 07:30:41 +01:00
Rafi Miller
38b533dc48
docs: Update events.md ( #2152 )
...
missing closing parens
2021-11-09 23:15:17 +01:00
Hans Pagel
696cfcbd8b
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-11-09 11:56:36 +01:00
Hans Pagel
7e476ec617
docs: remove Yarn instructions
2021-11-09 11:56:27 +01:00
Philipp Kühn
0f94bcd591
feat: add defaultLanguage option to CodeBlockLowlight extension, fix #2121
2021-11-05 14:00:44 +01:00
Hans Pagel
345abcc00c
docs: update the next.js guide, fix #2115
2021-11-02 17:07:42 +01:00
Hans Pagel
8b091e8413
docs: fix screencast links
2021-10-29 17:53:12 +02:00
Hans Pagel
51aa314034
Merge branch 'main' of github.com:ueberdosis/tiptap
2021-10-29 17:49:04 +02:00
Hans Pagel
b5f4a2970a
docs: update the installation page
2021-10-29 17:48:50 +02:00
Hans Pagel
5aed8b02e0
docs: add a minimal changelog page
2021-10-29 17:48:38 +02:00