You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this repository and restructured the code. One of the things I did was add offline mode support. Basically, I downloaded the JS and CSS files from the dependent libraries for the plugin.
In the future, I plan to add my version of the plugin to pub.dev.
Unfortunately I couldn't support all languages in offline mode. This is because to provide a language in offline mode it is necessary to add to one of the JS files (summernote.js) the content of the desired language present in the files available at: https://github.com/Jeferson505/summernote/tree/develop/src/lang
However, to add all the plugin would be an additional 500kb. I only added the following languages to offline mode:
I wanted to express my gratitude to @Jeferson505 for the work done. Until the changes merge, I will use your fork. You guys saved my life because I was very desperate in search of a good fast html editor. <3
Delayed init on slow internet connection, and empty editor screen in offline mode.
The text was updated successfully, but these errors were encountered: