natecain
2c02b6d6bc
Remove watcher while saving, and use AddTiddler instead of modifying tiddlers directly
2013-10-11 18:43:51 -04:00
natecain
4849bd43c8
More graceful handling of tiddler delete in filesystemadaptor watch code
2013-10-11 17:54:47 -04:00
natecain
ee236060c7
Rudimentary fs.watch usage in filesystemadaptor
...
Will only watch for changes on wiki files loaded during startup or created by runtime
(Does not yet track renames/deletes)
(Will not notice new files)
May become confused by directory structure changes on some platforms
(see node docs on fs.watch for caveats!)
2013-10-11 17:10:10 -04:00
Jeremy Ruston
20f06e8eec
Ensure that the core plugins inherit their version number from the main package.info
2013-08-26 13:28:23 +01:00
Jeremy Ruston
17cfd57390
Start making themes switchable
...
Separately switch in ordinary plugins and themes. Change the convention
for plugin information to use dashes rather than camel case.
2013-04-28 22:52:26 +01:00
Jeremy Ruston
e449c0bb7d
Added support for deleting tiddlers during file synchronisation
2013-03-25 20:16:12 +00:00
Jeremy Ruston
1b4f292351
Grammar
2013-03-25 20:04:52 +00:00
Jeremy Ruston
631dd1cc5f
Added ability to disable file saving for specific tiddlers
2013-03-25 19:50:33 +00:00
Jeremy Ruston
d75db05ea6
Cleaning up the previous commit
2013-03-25 12:12:53 +00:00
Jeremy Ruston
10b192e743
Add support for saving binary files
2013-03-25 12:11:34 +00:00
Jeremy Ruston
19b62c30d8
Parameterise the template for saving tiddlers
2013-03-25 11:09:34 +00:00
Jeremy Ruston
77a6b72245
Enable server side file synchronisation in the clientserver edition
...
Use with great caution for the moment
2013-03-25 10:43:46 +00:00
Jeremy Ruston
70def07d63
Clearer logging preparatory to implementing file synchronisation
2013-03-24 12:53:09 +00:00
Jeremy Ruston
7df3d48451
Add a file system sync adaptor for the server
...
It's going to save tiddler changes to the file system
2013-03-24 12:27:46 +00:00