[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread TonyM
Post script I would add to the above reply; - The ability to save individual files to the server could be made available to all single file savers and servers not just php given the users have the access rights to do so. - This could permit a serial editing feature on all

[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread TonyM
Bimlas, I understand your needs better now, please consider this approach, which I am confident should work, - it is I believe technically feasible - but needs some technical PHP and saver help. - In your example case you would not need a serial editing mechanism. The current

[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread TonyM
Bob.exe is a binary Vanila bob is node Regards 'Tony On Friday, March 6, 2020 at 12:01:10 AM UTC+11, bimlas wrote: > > Jed, > > I didn't even think about Bob, because it's a binary file that I can't run > on a web host's server. The server is not my own, only accessed through the > cPanel

[twdev] Legitimate introduction of Javascript snipits and hackability.

2020-03-05 Thread TonyM
Folks, I am not an expert but believe I understand the architecture of tiddlywiki sufficiently to ask this question. - No need to respond with an explanation of why it can't be done, perhaps only if you see a way it can be done. (I value your time) - Please keep an open mind to the

[twdev] Cursor position?

2020-03-05 Thread Mat
Dear all, for EditorMagic I am really hoping to show the popup at cursor position. Fellow Snowgoon uses this code in his comptext plugin in TW: https://github.com/snowgoon88/TW5-extendedit/blob/master/plugin/files/cursor-position.js I don't understand js.

[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread bimlas
Jed, I didn't even think about Bob, because it's a binary file that I can't run on a web host's server. The server is not my own, only accessed through the cPanel interface. Do you know how to get started? -- You received this message because you are subscribed to the Google Groups

Re: [twdev] How to use WebServer without Node.js?

2020-03-05 Thread bimlas
Mohammad, Not sure if this Python Script can do the Job > > https://kookma.github.io/TW-Scripts/#Easy%20local%20saving%20with%20Python > Unfortunately this only works with the single HTML wiki, so I can't query individual tiddlers. Nonetheless, it may be helpful, thank you for the tip. --

Re: [twdev] How to use WebServer without Node.js?

2020-03-05 Thread Mohammad Rahmani
bimlas, Not sure if this Python Script can do the Job https://kookma.github.io/TW-Scripts/#Easy%20local%20saving%20with%20Python Best wishes Mohammad On Thu, Mar 5, 2020 at 1:47 AM bimlas wrote: > Dear all, > > Can I run TiddlyWiki WebServer without Node.js? I need to query the >

[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread Jed Carty
BobEXE doesn't require node, so it may be a possibility. I think I am the only one who ever managed to run the secure server version, but if you have Apache or nginx to handle the access control that shouldn't be a problem. -- You received this message because you are subscribed to the Google

[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread bimlas
I remember there was a web page that used Tiddly just like this: the look was maybe PHP and Tiddly was the database. A dark red color dominated the site. Does anyone remember which side it was? -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.

[twdev] Re: How to use WebServer without Node.js?

2020-03-05 Thread bimlas
TonyM, I want to get Tiddly to keep and edit notes that I can display on a web page independently of Tiddly. So Tiddly would be the "editor", but the display would be eg. In PHP. On the other hand, I also want to make the wiki completely online, so that I can access it anywhere and the changes