├── .gitignore ├── LICENSE ├── N1ED-editor └── plugin.js └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edsdk/n1ed-ckeditor/HEAD/LICENSE -------------------------------------------------------------------------------- /N1ED-editor/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edsdk/n1ed-ckeditor/HEAD/N1ED-editor/plugin.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edsdk/n1ed-ckeditor/HEAD/README.md --------------------------------------------------------------------------------