Open Betree opened 5 years ago
👍 and Safari fails too
i have same problem.
I have same problem. Has anyone solved it ?
Not solved it, but the demo importing as a module works which you may find useful: https://patleeman.github.io/quill-markdown-shortcuts/module/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("quill"));
else if(typeof define === 'function' && define.amd)
define(["quill"], factory);
else if(typeof exports === 'object')
exports["MarkdownShortcuts"] = factory(require("quill"));
else
root["MarkdownShortcuts"] = factory(root["quill"]);
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__) {
return /******/ (function(modules) { // ### webpackBootstrap
It is because the quill is not import properly, change the word quill
to Quill
and it will work!
Hi there,
The demo website (https://patleeman.github.io/quill-markdown-shortcuts/) is failing to import Quill Markdown with the following message:
Tested on Chrome and Firefox, Linux.