Install Node brew install node Clone TiddlyWiki Source https://github.com/Jermolene/TiddlyWiki5 git clone https://github.com/Jermolene/TiddlyWiki5.git Initialize the Project cd TiddlyWiki5 npm install Create a Global Symlink sudo npm link Start the Server tiddlywiki editions/tw5.com-server –listen View the WebSite http://127.0.0.1:8080
TiddlyWiki Site https://tiddlywiki.com Installing and Running TiddlyWiki Source Code on Node https://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520Prerelease%2520on%2520Node.js.html https://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Node.js.html TiddlyWiki Source https://github.com/Jermolene/TiddlyWiki5 General Reference https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=phEGw1BHmd1zHkLPfHoBi1gG https://skills421.com/?s=tiddlywiki TiddlyWiki Developers https://tiddlywiki.com/static/Developers.html http://tongerner.tiddlyspot.com https://tiddlywiki.com/dev/ https://tiddlywiki.com/dev/static/JavaScript%2520Macros.html https://tiddlywiki.com/#Installing%20custom%20plugins%20on%20Node.js Make TiddlyWiki Read-Only https://techlifeweb.com/tiddlywiki/tw5tribalknowledge/static/How%2520to%2520make%2520TW5%2520readonly.html Tutorials https://tiddlywiki.com/static/Tutorials.html Plugins https://kookma.github.io/TW-Shiraz/ https://sukima.github.io/tiddlywiki-reveal-js/ Customisation http://tw5custom.tiddlyspot.com
Setup Project mkdir /Fundamentals cd Fundamentals npm init defaults npm install –save-dev babel-cli npm install –save-dev babel-preset-es2015 babel-preset-stage-2 touch variables.js atom . package.json { “name”: “Fundamentals”, “version”: “1.0.0”, “description”: “”, “main”: “variables.js”, “scripts”: { “test”: “echo \”Error: no test specified\” …
JavaScript W3 Schools – JavaScript https://www.w3schools.com/js/default.asp Mozilla Developer Network – JavaScript https://developer.mozilla.org/en-US/docs/Web/JavaScript ECMA https://www.ecma-international.org ECMAScript https://www.ecma-international.org/memento/TC39.htm ECMAScript6 (ES6) http://es6-features.org/#Constants Exploring ES6 http://exploringjs.com/es6.html Exploring JavaScript http://exploringjs.com Node Node.js https://nodejs.org/en/ Express.js http://expressjs.com Mongoose http://mongoosejs.com MongoDB MongoDB https://www.mongodb.com