mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 02:37:14 +00:00
Docs updates
This commit is contained in:
parent
b27a41eb86
commit
ebb3a62d9a
@ -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.
|
||||
<<<
|
@ -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]]
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user