1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

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
This commit is contained in:
Jermolene 2014-01-18 14:57:42 +00:00
parent 60926198b1
commit 3414f1ca8e
2 changed files with 7 additions and 1 deletions

View File

@ -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(){

View File

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