-
Notifications
You must be signed in to change notification settings - Fork 11
File Names
Piotrek Koszuliński edited this page Apr 20, 2018
·
9 revisions
⚠⚠ ⚠⚠ ⚠⚠
This wiki served in the early days of CKEditor 5 development and can be severely outdated.
Refer to the official CKEditor 5 documentation for up-to-date information.
File and directory names must follow a standard that make their syntax easy to predict:
- All lower-cased.
- Only alphanumeric characters are accepted.
- Words are separated by dashes (
-) (kebab-case).- Code entities are considered single words, so the
DataProcessorclass is defined in thedataprocessor.jsfile.
- Code entities are considered single words, so the
- HTML files have the
.htmlextension.
ckeditor.jstools.jseditor.jsdataprocessor.js-
build-all.jsandbuild-min.js test-core-style-system.html
Widely used standard files do not obey the above rules:
-
README.md,LICENSE.md,CONTRIBUTING.md,CHANGES.md -
.gitignoreand all standard "dot-files". gruntfile.jsnode_modules