1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid

21 lines
1019 B
Plaintext
Raw Normal View History

2013-11-29 12:26:48 +00:00
created: 20131129090249275
2014-09-12 15:05:37 +00:00
modified: 20140912150048700
tags: [[Working with TiddlyWiki]]
2013-11-29 12:26:48 +00:00
title: GettingStarted
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="tc-vertical"/>
</$set>
2014-08-11 22:48:29 +00:00
See also:
2014-08-11 22:48:29 +00:00
* [[Saving with Encryption]] explains how to use TiddlyWiki's built-in encryption to protect your content with a password
2013-12-03 18:05:45 +00:00
* [[Saving on TiddlySpot]], a free service that lets you use TiddlyWiki online
2014-01-26 13:04:09 +00:00
* Running [[TiddlyWiki on node-webkit]], turning a single TiddlyWiki into a native application on your desktop
2014-08-11 22:48:29 +00:00
* [[Using TiddlyWiki on TiddlyDesktop]], a custom desktop application for working with TiddlyWiki
* You can also download this full TiddlyWiki including all the documentation: <a href="http://tiddlywiki.com/index.html" download="index.html">~http://tiddlywiki.com/index.html</a>