Commit Graph

515 Commits

Author SHA1 Message Date
Hans Pagel
12116a65ec add markdown shortcut tests to the bold extension 2020-09-10 12:40:55 +02:00
Hans Pagel
6f6ca74fcb Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2020-09-10 12:31:35 +02:00
Hans Pagel
2d4f8cd3a6 switch to single tilde syntax 2020-09-10 12:31:26 +02:00
Philipp Kühn
49593ac4fc Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2020-09-10 12:28:18 +02:00
Philipp Kühn
667d735a12 add horizontal rule extension 2020-09-10 12:28:14 +02:00
Hans Pagel
d043efe923 test the strikes extension, enable the interactive demo 2020-09-10 12:27:27 +02:00
Hans Pagel
3377f0af48 fix typo 2020-09-10 12:13:56 +02:00
Hans Pagel
dd7310da6b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2020-09-10 12:11:45 +02:00
Hans Pagel
c2570d6adc improve the hardbreak demo and add tests 2020-09-10 12:11:42 +02:00
Philipp Kühn
cf3bcf3093 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2020-09-10 12:10:33 +02:00
Philipp Kühn
d18b349b6c add blcokquote to default extensions 2020-09-10 12:10:24 +02:00
Hans Pagel
72d262c9fc Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2020-09-10 11:58:08 +02:00
Hans Pagel
13ea910326 enable hardbreak demo 2020-09-10 11:58:00 +02:00
Philipp Kühn
7f0a734edc
Merge pull request #5 from ueberdosis/feature/blockquote-extension
Add Blockquote extension (with documentation, demo and tests)
2020-09-10 11:56:46 +02:00
Hans Pagel
ee139084f4 fix crap code 2020-09-10 11:54:47 +02:00
Hans Pagel
d8e251a3ab Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2020-09-10 11:53:08 +02:00
Hans Pagel
868ffb4d66 add the strike extension documentation 2020-09-10 11:53:03 +02:00
Hans Pagel
236ad6e21a add the hardBreak command 2020-09-10 11:52:20 +02:00
Philipp Kühn
32fcd4cbfa rename 2020-09-10 11:50:34 +02:00
Philipp Kühn
709c10697c Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2020-09-10 11:43:19 +02:00
Philipp Kühn
bf63f6ba4c update starter kits 2020-09-10 11:43:09 +02:00
Philipp Kühn
3206b6e5eb add hardbreak extension 2020-09-10 11:42:55 +02:00
Hans Pagel
0a8e15623b add the documentation for the hardbreak extension 2020-09-10 11:35:56 +02:00
Hans Pagel
e92da4c966
Merge branch 'main' into feature/blockquote-extension 2020-09-10 11:25:25 +02:00
Hans Pagel
254e0b042b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2020-09-10 11:24:43 +02:00
Hans Pagel
3e85f4f217 rename keybindings to keyboard shortcuts 2020-09-10 11:24:33 +02:00
Philipp Kühn
a255cb6e38 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2020-09-10 11:24:09 +02:00
Hans Pagel
19a5e7eab5 clean up the markdown shortcuts tests 2020-09-10 11:23:54 +02:00
Philipp Kühn
5e4b747ff1 remove unused code 2020-09-10 11:22:58 +02:00
Hans Pagel
e17f1b6b4b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2020-09-10 11:22:45 +02:00
Philipp Kühn
5c7e70ba82 add underline extension 2020-09-10 11:22:41 +02:00
Hans Pagel
405a380fb6 fix a typo 2020-09-10 11:22:26 +02:00
Hans Pagel
8ce9a440a7 don’t check the platform in cypress, use the modifier alias only 2020-09-10 11:21:51 +02:00
Philipp Kühn
626301d1f4 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main 2020-09-10 11:20:44 +02:00
Philipp Kühn
eb81f56bdd add strike extension 2020-09-10 11:20:40 +02:00
Philipp Kühn
47df54a31d refactoring 2020-09-10 11:20:30 +02:00
Hans Pagel
889bf4f4ff add blockquote extension with documentation, demo and tests 2020-09-10 11:19:49 +02:00
Hans Pagel
18e7124c68 add markdown shortcuts for bold to the documentation 2020-09-10 11:06:26 +02:00
Hans Pagel
bdb3d2d30a format tables 2020-09-10 10:21:24 +02:00
Philipp Kühn
b255ce7634
Merge pull request #1 from ueberdosis/feature/generate-html-from-json-document
New Feature: Generate HTML from a JSON document without an Editor instance
2020-09-10 09:41:52 +02:00
Philipp Kühn
986946a950 refactoring 2020-09-10 09:36:52 +02:00
Philipp Kühn
2c5b6abfaf fix bug 2020-09-10 00:11:07 +02:00
Philipp Kühn
2a544ee6fc refactoring 2020-09-10 00:09:05 +02:00
Philipp Kühn
f2364fa546 refactoring 2020-09-09 23:47:04 +02:00
Philipp Kühn
9acbcf11bc fix getSchema 2020-09-09 21:18:04 +02:00
Philipp Kühn
5aeb7bf4ec fix structure 2020-09-09 21:12:25 +02:00
Philipp Kühn
25864fba11 Merge branch 'main' into feature/generate-html-from-json-document
# Conflicts:
#	packages/core/src/ExtensionManager.ts
2020-09-09 21:09:25 +02:00
Philipp Kühn
dca42879e4 refactoring 2020-09-09 21:06:57 +02:00
Philipp Kühn
cbe5ce4673 Merge branch 'main' into feature/generate-html-from-json-document
# Conflicts:
#	packages/core/src/ExtensionManager.ts
2020-09-09 20:50:53 +02:00
Philipp Kühn
b4bb05794a fix regex 2020-09-09 20:29:50 +02:00