Re: [tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-23 Thread Xavier Cazin
Captain Packers is right to say that one can insert tiddlers in a running wiki server. For instance, consider this command: curl -v -H "Content-Type: application/json" -X PUT \ --data-binary '{ "text": "Some content above the line", "tags": "[[incoming content]] $:/tags/AboveStory"}' \

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-22 Thread Riz
You got to restart the server. That does not mean you have to do it manually. Try using something like nodemon to watch the folder and restart when there are changes. On Thursday, 23 February 2017 01:47:39 UTC+5:30, Captain Packers wrote: > > the actual contents of

Re: [tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-22 Thread Matt Groth
*At the moment it's not possible to insert tiddlers from other devices into the filesystem, without restarting the server. .. There is no code in the server that watches the directory, reloads the server and notifies the clients.* I am able to insert tiddlers without restarting the server by

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-22 Thread PMario
On Wednesday, February 22, 2017 at 5:48:50 PM UTC+1, Captain Packers wrote: > > I believe I'm looking to updat the contents of $__StoryList.tid. If I drop > a new .tid file in the folder that I created on a mobile device, I can't > see the new tiddler in the TiddlyWiki unless I restart the

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-22 Thread Captain Packers
the actual contents of $__StoryList.tid on the server -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-22 Thread Captain Packers
If I drop a new .tid that I created on a mobile device in my tiddler folder, I can't see the new tiddler in the TiddlyWiki unless I restart the server. I'm wondering if there is a way to refresh $__StoryList.tid without having to restart the server, and if that would make the new tiddlers

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-22 Thread Captain Packers
I believe I'm looking to updat the contents of $__StoryList.tid. If I drop a new .tid file in the folder that I created on a mobile device, I can't see the new tiddler in the TiddlyWiki unless I restart the server. I'm wondering if there is a way to refresh $__StoryList.tid without having to

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-21 Thread Matt Groth
By rebuild are you referring which tiddlers are open and closed on the storyboard or the actual contents of $__StoryList.tid on the server? On Monday, February 20, 2017 at 7:38:26 PM UTC-5, Captain Packers wrote: > > Does anyone know how to trigger a rebuild of $__StoryList.tid withouth >

[tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-21 Thread PMario
On Tuesday, February 21, 2017 at 1:38:26 AM UTC+1, Captain Packers wrote: > > Does anyone know how to trigger a rebuild of $__StoryList.tid withouth > having to restart the tiddlywiki server? > If nothing changed, the StoryList isn't updated. If you changed something, that should have updated