Commit Graph

21 Commits

Author SHA1 Message Date
Gil B. Chan
c6f281e487 change deprecated slot-scope to v-slot
Directive `slot-scope` is deprecated as of Vue v2.6.0. See [here](https://vuejs.org/v2/guide/components-slots.html) for details. Currently tiptap depends on Vue ^2.6.10. So this commit introduces new directive `v-slot` on README.md and examples.
2019-05-08 06:25:36 +09:00
Philipp Kühn
d6c4c236a3 change isActive behavior 2018-11-14 10:05:34 +01:00
Philipp Kühn
cb2617d439 renamed some components 2018-11-08 22:44:07 +01:00
Philipp Kühn
f04a6be6c1 tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
Philipp Kühn
32c62b85ca add renderless MenuBar 2018-11-04 22:43:26 +01:00
Philipp Kühn
68793ea385 fix some examples 2018-10-29 23:31:13 +01:00
Philipp Kühn
e66218bd95 add new command syntax to examples 2018-10-28 22:57:05 +01:00
Philipp Kühn
bde1527eff replace maxLevels option with levels for heading node 2018-10-24 07:58:08 +02:00
Philipp Kühn
6b03315e59 rename all extensions (drop suffix) 2018-10-24 07:46:47 +02:00
Philipp Kühn
7437992dd5 fix some examples 2018-10-22 21:40:12 +02:00
Philipp Kühn
02cee263b2 add export 2018-08-28 09:31:08 +02:00
Philipp Kühn
2be2a69f35 change tiptap-extensions export 2018-08-26 19:43:02 +02:00
Philipp Kühn
deb8cb33b0 move history plugin to extension package 2018-08-25 21:33:06 +02:00
Philipp Kühn
6f8de01405 improve wording 2018-08-24 23:02:32 +02:00
Philipp Kühn
5ec4b6da8c limit heading for demos 2018-08-24 08:41:17 +02:00
Philipp Kühn
e2176f00fd move extensions to own package 2018-08-23 22:08:19 +02:00
Philipp Kühn
29c1f22bcc replace some h1 with h2 2018-08-23 08:36:10 +02:00
Philipp Kühn
ff8b138a3c add read only example 2018-08-22 19:28:57 +02:00
Philipp Kühn
2d527aedb5 disable console output for examples 2018-08-22 16:52:55 +02:00
Philipp Kühn
f366459f65 wording 2018-08-22 16:48:52 +02:00
Philipp Kühn
e3aaa0630c add hiding menu bar example 2018-08-22 16:05:44 +02:00