tiptap/examples/Components/Routes
Erick Wilder 27e473c2a4 refactor(tiptap-extensions): Do not import the full lowlight library.
BREAKING CHANGE: `CodeBlockHighlight` was importing the full `lowlight` libraries, including _all_
syntax highlightning definitions from `highlight.js`. The new behavior changes the signature of
`CodeBlockHighlight` to accept an object with all syntax highlightning definitions. This means that
now the user of the library __MUST__ import languages themselves and tiptap will no longer
bundle the full `highlight.js` in itself.
2018-10-13 16:22:33 +02:00
..
Basic add blockquote button to demo 2018-10-10 14:48:44 +02:00
CodeHighlighting refactor(tiptap-extensions): Do not import the full lowlight library. 2018-10-13 16:22:33 +02:00
Embeds remove some unused extensions from demo examples 2018-09-06 23:18:30 +02:00
Export allow passing html strings to setContent 2018-09-25 08:08:51 +02:00
HidingMenuBar add export 2018-08-28 09:31:08 +02:00
Images add command for adding images 2018-09-29 22:49:38 +02:00
Links add export 2018-08-28 09:31:08 +02:00
MarkdownShortcuts add export 2018-08-28 09:31:08 +02:00
MenuBubble add export 2018-08-28 09:31:08 +02:00
Placeholder fix placeholder 2018-09-13 23:57:55 +02:00
ReadOnly remove some unused extensions from demo examples 2018-09-06 23:18:30 +02:00
Suggestions fix focus after selecting suggestion on mobile 2018-10-02 18:12:31 +02:00
TextAlign add text align example 2018-09-27 09:17:11 +02:00
TodoList refactoring 2018-09-06 23:29:00 +02:00