Move node-webkit saver into a plugin

We don’t need it for TiddlyDesktop now that it reuses the TiddlyFox
saver. But it is still useful for embedding a TW directly into a
node-webkit app
print-window-tiddler
Jermolene 2014-01-18 14:57:42 +00:00
rodzic 60926198b1
commit 3414f1ca8e
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ title: $:/core/modules/savers/nodewebkit.js
type: application/javascript
module-type: saver
Handles saving changes in the node-webkit environment
Handles saving changes in the node-webkit environment. Not required by TiddlyDesktop, which re-uses the TiddlyFox saver, but useful if you're embedding a single TiddlyWiki document into a node-webkit app.
\*/
(function(){

Wyświetl plik

@ -0,0 +1,6 @@
{
"title": "$:/plugins/tiddlywiki/nodewebkitsaver",
"description": "Native saving for node-webkit",
"author": "JeremyRuston",
"core-version": ">=5.0.0"
}