Package Exports
- codeflask
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (codeflask) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CodeFlask
A micro code-editor for awesome web pages.
Version 1.0.0
(WIP)
The goals of this new version are:
- Use ES6/7+ syntax for CodeFlask source code;
- Generate production files automatically (via Rollup);
- Write decent automated tests to prevent things breaking every new release;
- Improve performance making use of WebWorkers on Prism.js; (Under discussion);
- Embbed Prism as a CodeFlask dependency, so users don't neet to install other things;
- Create a default theme for CodeFlask independent from default Prism.js one.
- Add line numbers support out of the box (without the need of plugins);
-
(If possible) make code even smaller;(Since CodeFlask adds more features, this is impossible) - Enable importing of language support on the fly (
flask.addLanguage(), etc); - Drop support for older browsers;
- Drop support for Bower;
- Drop support for
.runAll(); - Add support for autoclosing basic characters; ... the list may get bigger.