## Welcome this is **fileEditor 2**, an improved and more innovative sequel to [*fileEditor*](https://fileEditor.extravagantboost.repl.co), in this version of *fileEditor*, some notable changes have ensued after the original make.
- Updated old codemirror version from to 6 to further support ES6 syntax, so was fileEditor2’s code when doing many actions.
- new protocols placed to prevent errors when creating another file with the same name. for example the filename:
smile.js
already exists, when the user tries to create another file with the same name wheresmile.js
subsequently becomessmile1.js
, rather than creating an internal error when doing so in fileEditor. - many changes to the editor due to the upgrade to
- FileEditor 2 will be accompanied with many more things to help the user to have an easier experience while coding
- an upgrade from to a more smarter beautifier engine.
- FileEditor is still going to be sticking to because its a good linter, but soon FileEditor2 is going to move away from that.
- commonmark otherwise known as MarkDown, is now going to be used, so that users can now see what their markdown file is going to look like when they code in markdown