1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00

Rename node-webkit to NW.js

This commit is contained in:
Jermolene 2015-03-10 16:54:53 +00:00
parent 1141911a70
commit e46d3d74be
10 changed files with 28 additions and 22 deletions

View File

@ -19,4 +19,4 @@ ErsteSchritte - $(browser-name)$
* [[Speichern mit Verschlüsselung]]: ~TiddlyWiki kann verschlüsselt gespeichert werden. Wichtig: Vergessen Sie das Passwort nicht! * [[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. * [[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. * [[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

View File

@ -3,7 +3,7 @@ creator: pmario
modified: 20140913190306933 modified: 20140913190306933
modifier: pmario modifier: pmario
tags: Lexikon tags: Lexikon
title: TiddlyWiki on node-webkit title: TiddlyWiki on NW.js
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
Siehe: http://tiddlywiki.com/#node-webkit Siehe: http://tiddlywiki.com/#NW.js

View File

@ -13,8 +13,8 @@ Welcome to the developer documentation for TiddlyWiki (http://tiddlywiki.com/).
** [[Developing plugins using Node.js and GitHub]] ** [[Developing plugins using Node.js and GitHub]]
** [[How to create a translation for TiddlyWiki]] ** [[How to create a translation for TiddlyWiki]]
** [[JavaScript Macros]] ** [[JavaScript Macros]]
** [[TiddlyWiki on node-webkit]] ** [[TiddlyWiki on NW.js]]
** [[package.json for node-webkit]] ** [[package.json for NW.js]]
** [[How to create plugins in the browser]] ** [[How to create plugins in the browser]]
** [[Contributing to the TiddlyWiki Core]] ** [[Contributing to the TiddlyWiki Core]]
** [[Contributing to the TiddlyWiki Plugin Library]] ** [[Contributing to the TiddlyWiki Plugin Library]]

View File

@ -1,23 +1,23 @@
created: 20140101174035140 created: 20140101174035140
modified: 20140101175304016 modified: 20140101175304016
title: TiddlyWiki on node-webkit title: TiddlyWiki on NW.js
type: text/vnd.tiddlywiki 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 ! Setting up
# Create a folder with the following contents: # 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` ## Your TiddlyWiki HTML file as `index.html`
## A file called `package.json` with the following content: ## A file called `package.json` with the following content:
##> {{package.json for node-webkit}} ##> {{package.json for NW.js}}
# Run the [[node-webkit]] application # Run the [[NW.js]] application
#* If it doesn't work, you may need to unblock the application before your operating system will run it #* 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 #** OS X: see http://support.apple.com/kb/PH14369
# Try saving changes in the usual way # Try saving changes in the usual way
! Limitations ! 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.]].

View File

@ -1,6 +1,6 @@
created: 20140101174749409 created: 20140101174749409
modified: 20140101174811711 modified: 20140101174811711
title: package.json for node-webkit title: package.json for NW.js
type: text/plain type: text/plain
{ {

View 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.

View File

@ -1,5 +1,5 @@
created: 20140126125259638 created: 20140126125259638
modified: 20140916131440645 modified: 20150310165059118
tags: Definitions Features Saving Editions tags: Definitions Features Saving Editions
title: TiddlyDesktop title: TiddlyDesktop
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -17,7 +17,7 @@ See the [[Introducing TiddlyDesktop Video]]
! Source ! 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/ https://github.com/Jermolene/TiddlyDesktop/

View File

@ -1,10 +1,6 @@
created: 20140101164042231 created: 20140101164042231
modified: 20140113170100899 modified: 20150310165059118
tags: Definitions
title: node-webkit title: node-webkit
type: text/vnd.tiddlywiki 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/]]. "node-webkit" was the original name for the project now known as [[NW.js]].
See [[TiddlyWiki on node-webkit]] for details of how to use TiddlyWiki with node-webkit.

View File

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

View File

@ -1,6 +1,6 @@
{ {
"title": "$:/plugins/tiddlywiki/nodewebkitsaver", "title": "$:/plugins/tiddlywiki/nodewebkitsaver",
"description": "Node-webkit saver", "description": "NW.js saver",
"author": "JeremyRuston", "author": "JeremyRuston",
"core-version": ">=5.0.0" "core-version": ">=5.0.0"
} }