Re: [tw5] Re: XMLhttpRequest Errors

2020-10-12 Thread Rika Sukenik
Joshua, that worked. Thanks so much!! On Saturday, October 10, 2020 at 8:03:03 PM UTC-7 joshua@gmail.com wrote: > Separate CSS files are only needed if you are building "Standalone HTML" > files, basically using TW as a way to build non-TW-enabled "Static" HTML > files. > > If you are

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-10 Thread Joshua Fontany
Separate CSS files are only needed if you are building "Standalone HTML" files, basically using TW as a way to build non-TW-enabled "Static" HTML files. If you are building a "single file TiddlyWiki", then all the CSS you need is already included ("transcluded" *win-wink*) into the page when

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-10 Thread Rika Sukenik
Thanks, I'll try it. What about the css file? Do I need to run another command to generate it? On Fri, Oct 9, 2020, 11:12 PM Saq Imtiaz wrote: > Try adding the following command and using it to generate the HTML file: > > "build": { > "index": [ > "--rendertiddler", >

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-10 Thread Donald Coates
On Thursday, October 8, 2020 at 5:54:39 PM UTC-4, Rika Sukenik wrote: > > hi! just following up on this. Anyone know what could be the cause of the > xmlhttp errors? I am now getting the errors on my domain server ( > www.rikasukenik.com) > how are you serving the file? off github like the

[tw5] Re: XMLhttpRequest Errors

2020-10-10 Thread Saq Imtiaz
PS: this assumes you are generating a standalone TiddlyWiki HTML file and not static HTML. Your site gives a 404 error and therefore I cannot confirm. On Saturday, October 10, 2020 at 8:11:44 AM UTC+2, Saq Imtiaz wrote: > > Try adding the following command and using it to generate the HTML

[tw5] Re: XMLhttpRequest Errors

2020-10-10 Thread Saq Imtiaz
Try adding the following command and using it to generate the HTML file: "build": { "index": [ "--rendertiddler", "$:/plugins/tiddlywiki/tiddlyweb/save/offline", "index.html", "text/plain" ], example: https://github.com/saqimtiaz/streams/blob/master/tiddlywiki.info#L12 On Wednesday, October 7,

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-08 Thread Rika Sukenik
hi! just following up on this. Anyone know what could be the cause of the xmlhttp errors? I am now getting the errors on my domain server (www.rikasukenik.com) when I build the tiddlers in seperate files and when I build the tiddlers in 1 file. Looking at the build command, it's using

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread Rika Sukenik
Ha, okay. Makes sense. Hopefully someone else can help! On Wed, Oct 7, 2020, 10:29 AM bimlas wrote: > If you can't find it, that's not the cause. > > rika.s...@gmail.com a következőt írta (2020. október 7., szerda, 17:48:29 > UTC+2): > >> Thanks, Bimlas. I checked the Shadows menu for that

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread bimlas
If you can't find it, that's not the cause. rika.s...@gmail.com a következőt írta (2020. október 7., szerda, 17:48:29 UTC+2): > Thanks, Bimlas. I checked the Shadows menu for that tiddler, but I don't > see it. Where I can find it? > > Best, > Rika Sukenik > > > On Wed, Oct 7, 2020 at 3:39 AM

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread Rika Sukenik
Thanks, Bimlas. I checked the Shadows menu for that tiddler, but I don't see it. Where I can find it? Best, Rika Sukenik On Wed, Oct 7, 2020 at 3:39 AM bimlas wrote: > Rika, > > > i'm getting 3 XMLhttpRequest errors when my page loads > > I just got this error these days when I split the

[tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread bimlas
Rika, > i'm getting 3 XMLhttpRequest errors when my page loads I just got this error these days when I split the single HTML into separate files . For me, the solution was to delete $:/config/tiddlyweb/host tiddler. -- You received this message because

[tw5] Re: XMLhttpRequest Errors

2020-10-07 Thread Jed Carty
The problem here is that the build is including the server plugins, $:/plugins/tiddlywiki/filesystem and $:/plugins/tiddlywiki/tiddlyweb. I am not sure how to get around this, hopefully someone else on here has the answer. On Wednesday, October 7, 2020 at 1:21:52 AM UTC+2 rika.s...@gmail.com