xdan / jodit

Jodit - Best WYSIWYG Editor for You
https://xdsoft.net/jodit/
MIT License
1.61k stars 341 forks source link

no build folder/please provide final js and css #1113

Open opto opened 2 months ago

opto commented 2 months ago

The example index.html, for example, references the js and css in the build folder, which is no longer in the repo.

Firefox and Thunderbird addons need js and css locally, no CDN. So it would be good if both are provided in the repo ... you need to build them anyway to put them into the CDN, so please also maintain them here.

Yes, I could download them directly from the CDN, but the link given in getting-started.md, for example, is broken, probably outdated. And downloading from CDN also feels a bit silly given that you have the js and css and upload them to the CDNs.

So please include it in the repo as well.

many thanks,

And: THANKS for the good editor.

Klaus

opto commented 2 months ago
opto commented 2 months ago

preferably, please also provide non-minified sources.

For Thunderbird addons, it is not recommended to use minified code, it might cause extra personal review of the addon (==delay) and the request to provide the sources of the minified code.

xdan commented 1 month ago
  • the examples are not working because they need the build folder - at least 2 of them: index.html and "another", forgot which.

What examples are we talking about? Can you provide a link?

opto commented 1 month ago

this for example: the result box should be a jodit editor? https://xdsoft.net/jodit/examples/sizes/fixed_height.html

also, download code from github and open file:///E://jodit/examples/index.html

there is a textarea but no editor.