Does it really go down node_modules twice? What is the "." after the "4" ? It kind of looks like two path types, absolute and relative, are glued together. Maybe a screen print?
On Sunday, March 27, 2022 at 4:27:04 AM UTC-7 [email protected] wrote: > 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/f79a59a5-80e0-4b43-9e84-a618d349ee38n%40googlegroups.com.

