[tw5] Re: Question about VisualEditor by BJ

2022-03-28 Thread BJ
it needs to be on 'localhost' It is a bit more technical, there is a node module https://www.npmjs.com/package/http-server I have not looked at the details On Monday, March 28, 2022 at 9:13:47 AM UTC+2 nqc.t...@gmail.com wrote: > Hi BJ, > > I set up my tiddlywiki under NodeJS. What should I us

[tw5] Re: Question about VisualEditor by BJ

2022-03-28 Thread Taylor Nguyen
Hi BJ, I set up my tiddlywiki under NodeJS. What should I use instead of the file url? On Sunday, March 27, 2022 at 11:50:07 PM UTC-7 BJ wrote: > The CDN link sometime goes down - it is not 100% reliable. > > It should be straight forward to download the library from the like I gave > above.

[tw5] Re: Question about VisualEditor by BJ

2022-03-27 Thread BJ
The CDN link sometime goes down - it is not 100% reliable. It should be straight forward to download the library from the like I gave above. 1. are you using running tiddlywiki under nodejs - a file url will not work in this case. 2. to check that the browser can see your ckeditor library try

[tw5] Re: Question about VisualEditor by BJ

2022-03-27 Thread BJ
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 i

[tw5] Re: Question about VisualEditor by BJ

2022-03-27 Thread 'Mark S.' via TiddlyWiki
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 nqc.t...@gmail.com wrote: > Hi guys, > > I was jumping for joy when