On Wednesday, May 11, 2016 at 7:28:30 AM UTC+2, Ruslan Prokopchuk wrote: > > I run TiddlyWiki in --serve mode. Is it safe to edit tiddlers externally? > Does TW perform any checks and reject / save with new name / or whatever > for such edited tiddlers? >
yes, but the server doesn't recognise any changes. So you need to reload the browser window, to get updates. I did create a "proof of concept" workflow that was discussed in a hangout. It creates a statically rendered languages landing page, which does the automatic reload, if a tiddler is changed. You may have a look at: https://github.com/TiddlyWiki/languages and the package.json <https://github.com/TiddlyWiki/languages/blob/master/package.json> The "devDependencies" use watch and live-reload as you can see. Something similar could be included into index.html too. have fun! mario <https://github.com/TiddlyWiki/languages/blob/master/package.json> -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/69ce165e-1c55-4191-9f6f-85eae5677edc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

