mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 18:30:27 +00:00
Start refactoring tw5.com GettingStarted content
This commit is contained in:
parent
b4d47858e5
commit
89e2859007
@ -1,9 +1,18 @@
|
|||||||
created: 20131129090249275
|
created: 20131129090249275
|
||||||
modified: 20140206212022007
|
modified: 20140720212022007
|
||||||
tags: introduction
|
tags: introduction
|
||||||
title: GettingStarted
|
title: GettingStarted
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
\define default-platform()
|
||||||
|
GettingStarted - $(browser-name)$
|
||||||
|
\end
|
||||||
|
<$set name="browser-name" value={{$:/info/browser/name}}>
|
||||||
|
<$macrocall $name="tabs" state="$:/state/tabs/platform" tabsList="[prefix[GettingStarted - ]]" default=<<default-platform>> class="tw-vertical"/>
|
||||||
|
</$set>
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
TiddlyWiki is very flexible, and there are many different ways to use it. Here we're focusing on using it as a standalone file in the browser, which is a good choice for most users as it doesn't require any special knowledge or tools. For more options you can also run [[TiddlyWiki on Node.js]].
|
TiddlyWiki is very flexible, and there are many different ways to use it. Here we're focusing on using it as a standalone file in the browser, which is a good choice for most users as it doesn't require any special knowledge or tools. For more options you can also run [[TiddlyWiki on Node.js]].
|
||||||
|
|
||||||
[[Video Tutorials]] are available, too.
|
[[Video Tutorials]] are available, too.
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
title: GettingStarted - Android
|
||||||
|
caption: Android
|
||||||
|
|
||||||
|
These are instructions for Android.
|
||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
title: GettingStarted - Chrome
|
||||||
|
caption: Chrome
|
||||||
|
|
||||||
|
These are instructions for Chrome
|
@ -0,0 +1,4 @@
|
|||||||
|
title: GettingStarted - Firefox
|
||||||
|
caption: Firefox
|
||||||
|
|
||||||
|
These are instructions for Firefox
|
@ -0,0 +1,5 @@
|
|||||||
|
title: GettingStarted - Internet Explorer
|
||||||
|
caption: Internet Explorer
|
||||||
|
|
||||||
|
These are instructions for Internet Explorer.
|
||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
title: GettingStarted - Node.js
|
||||||
|
caption: Node.js
|
||||||
|
|
||||||
|
Instructions for Node.js
|
@ -0,0 +1,5 @@
|
|||||||
|
title: GettingStarted - Safari
|
||||||
|
caption: Safari
|
||||||
|
|
||||||
|
These are instructions for Safari.
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
title: GettingStarted - iOS
|
||||||
|
caption: iPad/iPhone
|
||||||
|
|
||||||
|
These are instructions for iPad/iPhone/iPod.
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
title: GettingStarted - unknown
|
||||||
|
caption: unknown
|
||||||
|
|
||||||
|
Your current browser is unknown.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user