1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Add a link to @malgam's sandbox

This commit is contained in:
Jermolene 2016-05-01 14:19:46 +01:00
parent c5a1e105d5
commit 785ad664de

View File

@ -0,0 +1,20 @@
created: 20160501131111865
modified: 20160501131900615
tags: Resources
title: "Mal's Sandbox" by Mal
type: text/vnd.tiddlywiki
url: http://malsandbox.tiddlyspot.com
A collection of extensions by [[@malgam|https://github.com/malgam]]
{{!!url}}
<<<
The "loadnew" plugin provides the JavaScript module $:/plugins/malgam/loadnew/loadnew.js that implements an incremental load command for Tiddlywiki 5.
The javascript code is based on the built-in module $:/core/modules/commands/load.js that loads tiddlers from a Tiddlywiki file into a node.js Tiddlywiki instance. This command loads all non-system tiddlers, irrespective of whether they have been modified since last loaded. As a result, all tiddlers in the node.js tiddlers folder will end up with a new modification date.
In contrast, the loadnew command only loads tiddlers that either don't already exist in the tiddlers folder, or have a newer modified date than the existing tiddler.
With a backup strategy that uses a file system snapshot process to preserve historical versions of tiddlers, the loadnew command minimises the sizes of the resulting snapshots.
<<<