Commit Graph

1993 Commits

Author SHA1 Message Date
Sven Adlung
4014af4c21
Merge pull request #2861 from ueberdosis/bdbch/210-docs-update
docs(docs): add missing documentation for commands
2022-06-08 14:47:39 +02:00
Lior539
a9d41c559a
Adding missing extensions from Grid (#2856)
There are 3 extensions that appear in the left hand menu but not in the grid. Namely BubbleMenu, FloatingMenu and StarterKit
2022-06-08 14:20:12 +02:00
Dominik Biedebach
e426e096f0 docs: remove stray spaces in docs 2022-06-08 13:07:12 +02:00
Dominik Biedebach
4abd7c8827 docs(docs): 📝 add missing documentation for commands 2022-06-08 12:41:14 +02:00
Dominik Biedebach
43f8843c3e docs(docs): 📝 add missing command docs 2022-06-08 12:15:59 +02:00
Enrique Alcántara
39f5e4c31e
Declare lowlight as a peerDependency (#2625)
Declare lowlight as a peerDependency to delegate
the control of which version of lowlight is used
to the client application

Co-authored-by: Enrique Alcantara <ealcantara@gitlab.com>
2022-06-06 19:33:52 +02:00
Shengchen Zhang
50083f3be1
Add support for custom protocols in extension-link (#2832) 2022-06-06 17:33:45 +02:00
svenadlung
47f2444128 Merge branch 'docs/about' 2022-05-23 09:34:14 +02:00
svenadlung
ee0a671ab0 docs: update about page 2022-05-23 09:23:07 +02:00
Kasper Nilsson
515300bb26 Respond to review feedback 2022-05-20 22:33:50 +02:00
Kasper Nilsson
2875fbe1c9 Make option a callback, update docs 2022-05-20 22:33:50 +02:00
Dominik Biedebach
23e67adfa7 feat(extension-link): add validate option to link extension
#2779
2022-05-16 12:00:25 +02:00
Felix Klein
ccc37d5f24 add support for CSP nonces in createStyleTag 2022-05-13 14:11:52 +02:00
Dominik Biedebach
80de6cdf18 refactor(global): remove yarn in favor for npm
re #2087
2022-05-13 10:18:12 +02:00
Markus Krause
95cefefc77 Update team 2022-05-11 16:49:38 +02:00
Patrick Baber
07e8c522ea update people 2022-05-10 19:42:23 +02:00
aguingand
02cf9fc867 Docs: fix file names in PHP installation 2022-04-14 00:22:31 +02:00
Philipp Kühn
a97a46fc51 feat: add allowBase64 option to image extension 2022-02-09 12:21:26 +01:00
Ricardo Amaral
7ce6687184
feat: Allow individual Typography rules to be disabled (#2449) 2022-02-04 10:14:00 +01:00
Angad Sethi
e9926438ea
docs: Typo in Focus Command Documentation of Editor (#2476)
A pretty small fix. The word `boolean` was misspelled.
2022-02-03 10:15:34 +01:00
Hans Pagel
e12b3ad80f docs: remove broken link 2022-01-27 23:43:05 +01:00
Hans Pagel
bd266000dc docs: add ueberdosis/tiptap-php 2022-01-27 23:04:05 +01:00
Philipp Kühn
0aa39f93cb feat: add selectTextblockStart and selectTextblockEnd commands 2022-01-25 10:35:39 +01:00
George Marios
5a58153457
docs: Nuxt specific corrections (#2410)
* Nuxt specific corrections

Minor adjustments so that the example doesn't need tinkering to run in latest default Nuxt installation.

Line 38: Nuxt does not use a src folder by default & convert name to multi-word to avoid naming convention errors.
Line 83: Removed id attribute from page container div. Nuxt adds its own id="app" to the app root container.
Line 85:  Convert name to multi-word to avoid naming convention errors.
Line 91: Fix typo client-only

* Refactor: Change component name to TiptapEditor

* docs: changed path notation for new component
2022-01-21 11:05:02 +01:00
Philipp Kühn
3215d8d6f8 docs: improve typescript docs, fix #2407 2022-01-20 11:53:45 +01:00
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