Hi Joe > Yes - silly me - I should have thought of that. > > I guess the node server assumes that nobody else will muck around with the > tiddlers sub directory while it is running - a restart did the job.
The original plan was indeed to support external modifications to the file system representation of the tiddler store. But back in the early days (2011 or 2012) Node.js didn’t have good cross platform support for watching the file system for changes and so I abandoned that approach. It’s something I’d like to revisit. The workaround is to use the HTTP API, which means working in JSON. Best wishes Jeremy > > Thank you very much > > /Joe > > > > I like using pm2 for that (npm -g install pm2 or how you do it on your > machine) > > pm2 gracefulReload yourprocess is very handy > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywikidev > <https://groups.google.com/group/tiddlywikidev>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywikidev/e9c1dbae-0bb2-4f5a-821b-c7096a4f3bfc%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywikidev/e9c1dbae-0bb2-4f5a-821b-c7096a4f3bfc%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/C848C42B-F041-427C-A6A2-202A45615D72%40gmail.com. For more options, visit https://groups.google.com/d/optout.
