1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Docs updates

This commit is contained in:
Jermolene 2015-09-27 22:47:35 +01:00
parent b27a41eb86
commit ebb3a62d9a
3 changed files with 30 additions and 1 deletions

View File

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

View File

@ -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!
<<list-links "[tag[HelloThere]]">>
Also see [[TiddlyWiki Video Tutorials by Francis Meetze]]

View File

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