mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Rename node-webkit to NW.js
This commit is contained in:
parent
1141911a70
commit
e46d3d74be
@ -19,4 +19,4 @@ ErsteSchritte - $(browser-name)$
|
||||
* [[Speichern mit Verschlüsselung]]: ~TiddlyWiki kann verschlüsselt gespeichert werden. Wichtig: Vergessen Sie das Passwort nicht!
|
||||
* [[Speichern auf TiddlySpot]]: TiddlySpot ist ein freier Service, mit dem Sie Ihr Wiki online stellen können.
|
||||
* [[TiddlyWiki und TiddlyDesktop]]: TiddlyDesktop ist eine "echte" Applikation mit der Sie mehrere Wikis verwalten und speichern können.
|
||||
* Running [[TiddlyWiki on node-webkit]], turning a single TiddlyWiki into a native application on your desktop
|
||||
* Running [[TiddlyWiki on NW.js]], turning a single TiddlyWiki into a native application on your desktop
|
||||
|
@ -3,7 +3,7 @@ creator: pmario
|
||||
modified: 20140913190306933
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: TiddlyWiki on node-webkit
|
||||
title: TiddlyWiki on NW.js
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Siehe: http://tiddlywiki.com/#node-webkit
|
||||
Siehe: http://tiddlywiki.com/#NW.js
|
@ -13,8 +13,8 @@ Welcome to the developer documentation for TiddlyWiki (http://tiddlywiki.com/).
|
||||
** [[Developing plugins using Node.js and GitHub]]
|
||||
** [[How to create a translation for TiddlyWiki]]
|
||||
** [[JavaScript Macros]]
|
||||
** [[TiddlyWiki on node-webkit]]
|
||||
** [[package.json for node-webkit]]
|
||||
** [[TiddlyWiki on NW.js]]
|
||||
** [[package.json for NW.js]]
|
||||
** [[How to create plugins in the browser]]
|
||||
** [[Contributing to the TiddlyWiki Core]]
|
||||
** [[Contributing to the TiddlyWiki Plugin Library]]
|
||||
|
@ -1,23 +1,23 @@
|
||||
created: 20140101174035140
|
||||
modified: 20140101175304016
|
||||
title: TiddlyWiki on node-webkit
|
||||
title: TiddlyWiki on NW.js
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
[[node-webkit|http://tiddlywiki.com/#node-webkit]] allows TiddlyWiki to be set up as a native application for Windows, Mac OS X or Linux.
|
||||
[[NW.js|http://tiddlywiki.com/#NW.js]] (previously known as "node-webkit") allows TiddlyWiki to be set up as a native application for Windows, Mac OS X or Linux.
|
||||
|
||||
! Setting up
|
||||
|
||||
# Create a folder with the following contents:
|
||||
## The appropriate copy of [[node-webkit]] for your platform, downloaded from https://github.com/rogerwang/node-webkit
|
||||
## The appropriate copy of [[NW.js]] for your platform, downloaded from https://github.com/nwjs/nw.js
|
||||
## Your TiddlyWiki HTML file as `index.html`
|
||||
## A file called `package.json` with the following content:
|
||||
##> {{package.json for node-webkit}}
|
||||
# Run the [[node-webkit]] application
|
||||
##> {{package.json for NW.js}}
|
||||
# Run the [[NW.js]] application
|
||||
#* If it doesn't work, you may need to unblock the application before your operating system will run it
|
||||
#** OS X: see http://support.apple.com/kb/PH14369
|
||||
# Try saving changes in the usual way
|
||||
|
||||
! Limitations
|
||||
|
||||
MP3 audio and H264 video are not supported without special steps [[described on the node-webkit wiki|https://github.com/rogerwang/node-webkit/wiki/Support-mp3-and-h264-in-video-and-audio-tag]].
|
||||
MP3 audio and H264 video are not supported without special steps [[described on the NW.js wiki|https://github.com/nwjs/nw.js/wiki/Using-MP3-%26-MP4-%28H.264%29-using-the--video--%26--audio--tags.]].
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20140101174749409
|
||||
modified: 20140101174811711
|
||||
title: package.json for node-webkit
|
||||
title: package.json for NW.js
|
||||
type: text/plain
|
||||
|
||||
{
|
||||
|
10
editions/tw5.com/tiddlers/definitions/NW.js.tid
Normal file
10
editions/tw5.com/tiddlers/definitions/NW.js.tid
Normal file
@ -0,0 +1,10 @@
|
||||
created: 20150310165059118
|
||||
modified: 20150310165059118
|
||||
tags: Definitions
|
||||
title: NW.js
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
NW.js is an OpenSource application that fuses the functionality of a web browser with that of [[Node.js]]. It makes it possible to use web applications as though they were native apps, with full access to the file system and other native facilities. Learn more from the [[official site|https://github.com/nwjs/nw.js]] or [[this introductory blog post|http://net.tutsplus.com/tutorials/javascript-ajax/introduction-to-html5-desktop-apps-with-node-webkit/]].
|
||||
|
||||
See [[TiddlyWiki on NW.js]] for details of how to use TiddlyWiki with NW.js.
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20140126125259638
|
||||
modified: 20140916131440645
|
||||
modified: 20150310165059118
|
||||
tags: Definitions Features Saving Editions
|
||||
title: TiddlyDesktop
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -17,7 +17,7 @@ See the [[Introducing TiddlyDesktop Video]]
|
||||
|
||||
! Source
|
||||
|
||||
TiddlyDesktop is based on the OpenSource project [[node-webkit]]. The source is on GitHub:
|
||||
TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on GitHub:
|
||||
|
||||
https://github.com/Jermolene/TiddlyDesktop/
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
created: 20140101164042231
|
||||
modified: 20140113170100899
|
||||
tags: Definitions
|
||||
modified: 20150310165059118
|
||||
title: node-webkit
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
node-webkit is an OpenSource application that fuses the functionality of a web browser with that of [[Node.js]]. It makes it possible to use web applications as though they were native apps, with full access to the file system and other native facilities. Learn more from the [[official site|https://github.com/rogerwang/node-webkit]] or [[this introductory blog post|http://net.tutsplus.com/tutorials/javascript-ajax/introduction-to-html5-desktop-apps-with-node-webkit/]].
|
||||
|
||||
See [[TiddlyWiki on node-webkit]] for details of how to use TiddlyWiki with node-webkit.
|
||||
|
||||
"node-webkit" was the original name for the project now known as [[NW.js]].
|
||||
|
@ -3,7 +3,7 @@ title: $:/core/modules/savers/nodewebkit.js
|
||||
type: application/javascript
|
||||
module-type: saver
|
||||
|
||||
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.
|
||||
Handles saving changes in the NW.js environment. Not required by TiddlyDesktop, which re-uses the TiddlyFox saver, but useful if you're embedding a single TiddlyWiki document into a NW.js app.
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/nodewebkitsaver",
|
||||
"description": "Node-webkit saver",
|
||||
"description": "NW.js saver",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user