Hi guys,
I was jumping for joy when I managed to get the VisualEditor plugin to load from CDN on the CKEditor v.4 website.
However, I wanted to customize the editor so I proceeded with the following steps on my DigitalOcean Ubuntu VPS:
- npm install --save ckeditor4
- This installed the ckeditor to file path /root/node_modules/ckdeditor4
- I followed BJ’s plugin’s instruction to modify $:/plugin/…/includelib with this script:
- Specifically
- I also tried with just:
- file:///root/node_modules/ckeditor4./node_modules/ckeditor4/ckeditor.js
When I saved and refreshed, the editor doesn’t load.
- file:///root/node_modules/ckeditor4./node_modules/ckeditor4/ckeditor.js
Any one have any thoughts on what I’m doing wrong?
@BJ