As mark says your path looks a bit messed up.

I would suggest downloading from here

https://ckeditor.com/cke4/release/CKEditor-4.3.2

not all versions work well - I use this version.

On Sunday, March 27, 2022 at 3:49:32 PM UTC+2 Mark S. wrote:

> 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/4d04886f-d35b-48c6-b353-e701dfafc8f8n%40googlegroups.com.

Reply via email to