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:

1. npm install --save ckeditor4

   - This installed the ckeditor to file path /root/node_modules/ckdeditor4

2. I followed BJ's plugin's instruction to modify $:/plugin/.../includelib 
with this script:

   - <script src="file:///yourpath/ckeditor/ckeditor.js"></script> 
   - Specifically <script 
   
src="file:///root/node_modules/ckeditor4./node_modules/ckeditor4/ckeditor.js"></script>
   - 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.

Any one have any thoughts on what I'm doing wrong? 
@BJ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5e7cdbcb-16f1-4486-9c81-95dbd5b6e502n%40googlegroups.com.

Reply via email to