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
Introduction Using variables and de-referencing variables in TiddlyWiki can cause some confusion, so this post is designed to clear up some of the issues Overview Set a variable: set a variable from a macro argument: Invoke a macro and pass …
TiddlyWiki TiddlyWiki: https://tiddlywiki.com TiddlyWiki – Static Page: https://tiddlywiki.com/static.html TiddlyDesktop: https://github.com/Jermolene/TiddlyDesktop Community Documentation: https://manuals.annafreud.org/tiddlywiki/ Extensions NoteSelf: https://noteself.org PouchDB: https://pouchdb.com Stroll: https://giffmex.org/stroll/stroll.html Stroll Discussion: https://groups.google.com/g/tiddlywiki/c/GqqWdGnFb94/m/d04hh8LlAwAJ?pli=1 TiddlyRoam: https://joekroese.github.io/tiddlyroam/ Use Cases Citizense: https://citizense.org/wiki Tutorials / Blogs Skills421: Create a Simple TiddlyWiki: https://skills421.com/create-a-simple-tiddlywiki-page/ Add Tasks: …
If you have a TiddlyWiki site that you want to be able to access throughout your home on computers, smartphones and tablets the easiest approach is as follows: Create a Node WebServer Install NodeJS Navigate to your tiddlywiki page Edit …
TiddlyMap allows us to create tiddlers and link them together graphically Install TiddlyWiki Go to https://tiddlywiki.com/ and click Download Empty rename the downloaded empty.html to tiddlymap.html open tiddlymap.html in Firefox (this is the most stable browser for tiddlywiki Install TiddlyMap …
This post follows on from add tasks to our TiddlyWiki page Create a new Tiddler create new tiddler click show preview Enter some text in the left box line breaks can be added by encapsulating our text inside three double …
Python multi-track We’re really excited to tell you about our upcoming Python multi-track training course – a revolution in training, reference, documentation, and code Register Now this post follows on from Create a simple TiddlyWiki Page Create some tasks create …
In this post we are going to create a simple TiddlyWiki page with a Contents tab that contains a Journal and Tasks. Download TiddlyWiki https://tiddlywiki.com/ Click Download Empty This downloads a single html file. rename this file to what you …