Andre

Results 6 issues of Andre

## Environment - Plugin Version: 0.5.6 - Webpack Version: 4.40.2 - OS Version: Windows 10 / OS X Mojave - Node Version: Node 10 - NPM Version: NPM 6 -...

Following code do not work: ```javascript ContentTools.StylePalette.add([ new ContentTools.Style('Alert info', 'alert alert-info', ['p']), new ContentTools.Style('Alert success', 'alert alert-success', ['p']), new ContentTools.Style('Alert warning', 'alert alert-warning', ['p']), new ContentTools.Style('Alert danger', 'alert alert-danger',...

enhancement

Can I animate the element? For example: From value 0 to 80 Duration: 1500 Best, Andre

Transform HTML to Markdown on load.

enhancement

Download text as markdown file.

enhancement

Hey :) Can you share an example with Bootstrap? ```javascript import 'bootstrap'; ``` don't work. jQuery is working fine. Usually import Bootstrap in the client file, but here is only...