diff --git a/editions/tw5.com/tiddlers/community/resources/TiddlyWiki_Video_Tutorials_by_Francis_Meetze.tid b/editions/tw5.com/tiddlers/community/resources/TiddlyWiki_Video_Tutorials_by_Francis_Meetze.tid new file mode 100644 index 000000000..94d1a4c3d --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/TiddlyWiki_Video_Tutorials_by_Francis_Meetze.tid @@ -0,0 +1,14 @@ +created: 20150926170842677 +modified: 20150926171056402 +tags: Resources +title: TiddlyWiki Video Tutorials by Francis Meetze +type: text/vnd.tiddlywiki +url: https://www.youtube.com/playlist?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK + +An extensive tutorial for getting started with TiddlyWiki. Recommended + +{{!!url}} + +<<< +This tutorial is aimed at giving you a basic foundation so that you can start using TiddlyWiki right away. Here we take a look at the technology behind Tiddlywiki, how to install it and create your first Tiddler. +<<< diff --git a/editions/tw5.com/tiddlers/hellothere/A_Gentle_Guide_to_TiddlyWiki.tid b/editions/tw5.com/tiddlers/hellothere/A_Gentle_Guide_to_TiddlyWiki.tid index 86c926867..ce3024414 100644 --- a/editions/tw5.com/tiddlers/hellothere/A_Gentle_Guide_to_TiddlyWiki.tid +++ b/editions/tw5.com/tiddlers/hellothere/A_Gentle_Guide_to_TiddlyWiki.tid @@ -1,5 +1,5 @@ created: 20150325170720682 -modified: 20150414072711004 +modified: 20150926171049725 tags: HelloThere title: A Gentle Guide to TiddlyWiki type: text/vnd.tiddlywiki @@ -15,3 +15,5 @@ You can use ~TiddlyWiki as a single file that you view and edit through any web How can you make ~TiddlyWiki work for you? We recommend you start with our introductory documentation listed below, and then browse the TableOfContents, available in the Contents tab in the sidebar. Or just [[follow our simple instructions|GettingStarted]] and try it out for yourself! <> + +Also see [[TiddlyWiki Video Tutorials by Francis Meetze]] \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/nodejs/Installing_TiddlyWiki_Prerelease_on_Node.js.tid b/editions/tw5.com/tiddlers/nodejs/Installing_TiddlyWiki_Prerelease_on_Node.js.tid new file mode 100644 index 000000000..4ec405c12 --- /dev/null +++ b/editions/tw5.com/tiddlers/nodejs/Installing_TiddlyWiki_Prerelease_on_Node.js.tid @@ -0,0 +1,13 @@ +created: 20150926162849519 +modified: 20150926163219630 +tags: [[Installing TiddlyWiki on Node.js]] +title: Installing TiddlyWiki Prerelease on Node.js +type: text/vnd.tiddlywiki + +# Clone a local copy of the TiddlyWiki5 GitHub repository from https://github.com/Jermolene/TiddlyWiki5 +# Open a command line terminal and change the current working directory to the root of the TiddlyWiki5 repo +# Type `npm link` (Windows) or `sudo npm link` (Mac/Linux) to tell [[npm]] to use this copy of the repo as the globally installed one + +After this procedure you can work with TiddlyWiki5 via [[npm]] as though it had been installed in the usual way with `npm install -g tiddlywiki`. + +Update the clone from time to time in order to ensure that you have the latest code.