Closed Dumluregn closed 3 years ago
There are two things I'd like to mention:
string.prototype.indexOf()
method, but then it would misfire with plugin names being part of other plugin names, e.g. autolink
plugin would also include link
plugin. Therefore I went with splitting the names after each comma, which in turn required writing an alias for the array.prototype.includes()
method, but it works fine.
To test:
ckbuilder.jar
file (requiresant
installed).ckeditor4-presets
repo.build.sh
file to use the localckbuilder.jar
file.Closes #29.