mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 07:44:51 +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:
parent
60926198b1
commit
3414f1ca8e
@ -3,7 +3,7 @@ title: $:/core/modules/savers/nodewebkit.js
|
|||||||
type: application/javascript
|
type: application/javascript
|
||||||
module-type: saver
|
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(){
|
(function(){
|
6
plugins/tiddlywiki/nodewebkitsaver/plugin.info
Normal file
6
plugins/tiddlywiki/nodewebkitsaver/plugin.info
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title": "$:/plugins/tiddlywiki/nodewebkitsaver",
|
||||||
|
"description": "Native saving for node-webkit",
|
||||||
|
"author": "JeremyRuston",
|
||||||
|
"core-version": ">=5.0.0"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user