mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs updates
This commit is contained in:
parent
be06257430
commit
86f0128e83
@ -1,6 +1,7 @@
|
|||||||
<h1 class=''>
|
<h1 class=''>
|
||||||
Contributing to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
Contributing to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a></h1><div class='tw-transclude'>
|
TiddlyWiki5</a></h1><div class='tw-tiddler'>
|
||||||
|
<div class='tw-transclude'>
|
||||||
<p>
|
<p>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a> welcomes contributions to its code and documentation <a class='tw-tiddlylink tw-tiddlylink-external' href='https://github.com/Jermolene/TiddlyWiki5'>
|
TiddlyWiki5</a> welcomes contributions to its code and documentation <a class='tw-tiddlylink tw-tiddlylink-external' href='https://github.com/Jermolene/TiddlyWiki5'>
|
||||||
@ -26,7 +27,7 @@ ContributorLicenseAgreement</a> from individual contributors before contribution
|
|||||||
<em>
|
<em>
|
||||||
As of July 2013, <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
As of July 2013, <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a> does not yet have the necessary infrastructure to permit CLAs to be signed and retained.</em>
|
TiddlyWiki5</a> does not yet have the necessary infrastructure to permit CLAs to be signed and retained.</em>
|
||||||
</p></div><p>
|
</p></div></div><p>
|
||||||
<em>
|
<em>
|
||||||
This file was automatically generated by <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
This file was automatically generated by <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a></em>
|
TiddlyWiki5</a></em>
|
||||||
|
@ -8,4 +8,5 @@ title: $:/DefaultTiddlers
|
|||||||
HelloThere
|
HelloThere
|
||||||
Features
|
Features
|
||||||
[[TiddlyWiki5 Editions]]
|
[[TiddlyWiki5 Editions]]
|
||||||
|
RoadMap
|
||||||
Docs
|
Docs
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<h1 class=''>
|
<h1 class=''>
|
||||||
Building classic <span>
|
Building classic <span>
|
||||||
TiddlyWiki</span> with <span>
|
TiddlyWiki</span> with <span>
|
||||||
TiddlyWiki5</span></h1><div class='tw-transclude'>
|
TiddlyWiki5</span></h1><div class='tw-tiddler'>
|
||||||
|
<div class='tw-transclude'>
|
||||||
<p>
|
<p>
|
||||||
<span>
|
<span>
|
||||||
TiddlyWiki5</span> can be used to build older 2.x.x versions of <span>
|
TiddlyWiki5</span> can be used to build older 2.x.x versions of <span>
|
||||||
@ -32,5 +33,5 @@ TiddlyWiki5</span> under node.js. A typical usage would be:</p><pre>
|
|||||||
node ../../tiddlywiki.js \
|
node ../../tiddlywiki.js \
|
||||||
--verbose \
|
--verbose \
|
||||||
--load <path_to_recipe_file> \
|
--load <path_to_recipe_file> \
|
||||||
--savetiddler $:/core/templates/tiddlywiki2.template.html <path_to_write_index_file> text/plain \
|
--rendertiddler $:/core/templates/tiddlywiki2.template.html <path_to_write_index_file> text/plain \
|
||||||
|| exit 1</pre></div>
|
|| exit 1</pre></div></div>
|
@ -1,10 +1,11 @@
|
|||||||
created: 201308221728
|
created: 201308221728
|
||||||
creator: JeremyRuston
|
creator: JeremyRuston
|
||||||
modified: 201308231840
|
modified: 201308231953
|
||||||
modifier: JeremyRuston
|
modifier: JeremyRuston
|
||||||
tags: docs introduction
|
tags: docs introduction
|
||||||
title: Features
|
title: Features
|
||||||
|
|
||||||
|
* The ability to save changes on almost any desktop HTML5 compatible-browser
|
||||||
* [[Bitmap images|Motovun Jack.jpg]] and [[SVG images|Motovun Jack.svg]] are first-class citizens alongside text
|
* [[Bitmap images|Motovun Jack.jpg]] and [[SVG images|Motovun Jack.svg]] are first-class citizens alongside text
|
||||||
* Concise and expressive WikiText that generates semantic HTML
|
* Concise and expressive WikiText that generates semantic HTML
|
||||||
* Integrated [[AES encryption|How to use TiddlyWiki5 as a standalone HTML file with encryption]]
|
* Integrated [[AES encryption|How to use TiddlyWiki5 as a standalone HTML file with encryption]]
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
modified: 201308201324
|
created: 201308232038
|
||||||
title: RoadMap
|
creator: JeremyRuston
|
||||||
|
modified: 201308232040
|
||||||
modifier: JeremyRuston
|
modifier: JeremyRuston
|
||||||
tags: docs planning
|
tags: docs planning
|
||||||
|
title: RoadMap
|
||||||
|
|
||||||
TiddlyWiki5 is under rapid development at the moment, moving through a series of stages from alpha, via beta into a stable release.
|
TiddlyWiki5 is under rapid development at the moment, moving through a series of stages from alpha, via beta into a stable release.
|
||||||
|
|
||||||
|
@ -3,5 +3,6 @@ title: $:/DefaultTiddlers
|
|||||||
HelloThere
|
HelloThere
|
||||||
Features
|
Features
|
||||||
[[TiddlyWiki5 Editions]]
|
[[TiddlyWiki5 Editions]]
|
||||||
|
RoadMap
|
||||||
Improvements
|
Improvements
|
||||||
Docs
|
Docs
|
||||||
|
39
readme.md
39
readme.md
@ -1,6 +1,7 @@
|
|||||||
<h1 class=''>
|
<h1 class=''>
|
||||||
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a></h1><div class='tw-transclude'>
|
TiddlyWiki5</a></h1><div class='tw-tiddler'>
|
||||||
|
<div class='tw-transclude'>
|
||||||
<p>
|
<p>
|
||||||
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a>, a reboot of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
TiddlyWiki5</a>, a reboot of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
||||||
@ -8,27 +9,23 @@ TiddlyWiki</a>, the non-linear personal web notebook <a class='tw-tiddlylink tw-
|
|||||||
first released in 2004</a>. It is a complete interactive wiki in <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='http://five.tiddlywiki.com/static/JavaScript.html'>
|
first released in 2004</a>. It is a complete interactive wiki in <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='http://five.tiddlywiki.com/static/JavaScript.html'>
|
||||||
JavaScript</a> that can be run from a single HTML file in the browser or as a powerful <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/node.js.html'>
|
JavaScript</a> that can be run from a single HTML file in the browser or as a powerful <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/node.js.html'>
|
||||||
node.js application</a>.</p><p>
|
node.js application</a>.</p><p>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
|
||||||
TiddlyWiki</a> is designed to fit around your brain, providing a better way of managing the overflow than traditional documents and emails. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks – <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/Tiddlers.html'>
|
|
||||||
tiddlers</a> – and give them titles so that they can be structured with links, tags and macros. <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
|
||||||
TiddlyWiki</a> aims to provide a fluid interface for working with tiddlers, allowing them to be aggregated and composed into longer narratives.</p><p>
|
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a> has many <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/Improvements.html'>
|
TiddlyWiki5</a> is currently in alpha, meaning it is working but incomplete. It is a great time to get involved and support its <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/RoadMap.html'>
|
||||||
improvements</a> over the original. It is currently in alpha, meaning it is working but incomplete. It is a great time to get involved and support its <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/RoadMap.html'>
|
future development</a>:</p><ul>
|
||||||
future development</a>. You can:</p><ul>
|
|
||||||
<li>
|
<li>
|
||||||
Explore its features online at <a class='tw-tiddlylink tw-tiddlylink-external' href='http://five.tiddlywiki.com/'>
|
Explore its features online at <a class='tw-tiddlylink tw-tiddlylink-external' href='http://five.tiddlywiki.com/'>
|
||||||
http://five.tiddlywiki.com/</a></li><li>
|
http://five.tiddlywiki.com/</a></li><li>
|
||||||
Get involved in the <a class='tw-tiddlylink tw-tiddlylink-external' href='https://github.com/Jermolene/TiddlyWiki5'>
|
|
||||||
development on GitHub</a></li><li>
|
|
||||||
Join the discussions on <a class='tw-tiddlylink tw-tiddlylink-external' href='http://groups.google.com/group/TiddlyWikiDev'>
|
Join the discussions on <a class='tw-tiddlylink tw-tiddlylink-external' href='http://groups.google.com/group/TiddlyWikiDev'>
|
||||||
the TiddlyWikiDev Google Group</a></li><li>
|
the TiddlyWikiDev Google Group</a></li><li>
|
||||||
|
Get involved in the <a class='tw-tiddlylink tw-tiddlylink-external' href='https://github.com/Jermolene/TiddlyWiki5'>
|
||||||
|
development on GitHub</a></li><li>
|
||||||
Follow <a class='tw-tiddlylink tw-tiddlylink-external' href='http://twitter.com/#!/TiddlyWiki'>
|
Follow <a class='tw-tiddlylink tw-tiddlylink-external' href='http://twitter.com/#!/TiddlyWiki'>
|
||||||
@TiddlyWiki on Twitter</a> for the latest news</li><li>
|
@TiddlyWiki on Twitter</a> for the latest news</li><li>
|
||||||
Learn how to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/HelpingTiddlyWiki.html'>
|
Learn how to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/HelpingTiddlyWiki.html'>
|
||||||
help the TiddlyWiki project and community</a></li></ul></div><h1 class=''>
|
help the TiddlyWiki project and community</a></li></ul></div></div><h1 class=''>
|
||||||
Getting started with <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
Getting started with <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
||||||
TiddlyWiki</a> under node.js</h1><div class='tw-transclude'>
|
TiddlyWiki</a> under node.js</h1><div class='tw-tiddler'>
|
||||||
|
<div class='tw-transclude'>
|
||||||
<p>
|
<p>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a> can be used on the command line to perform an extensive set of operations based on tiddlers, <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWikiFolders.html'>
|
TiddlyWiki5</a> can be used on the command line to perform an extensive set of operations based on tiddlers, <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWikiFolders.html'>
|
||||||
@ -123,7 +120,7 @@ opendiff</code> program to display the differences between them.</p><h2 class=''
|
|||||||
Commands</h2><p>
|
Commands</h2><p>
|
||||||
The following commands are available:</p><div class='tw-list-frame'>
|
The following commands are available:</p><div class='tw-list-frame'>
|
||||||
<div class='tw-list-element'>
|
<div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/LoadCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/LoadCommand.html'>
|
||||||
@ -137,7 +134,7 @@ TiddlyWiki</a> files (<code>
|
|||||||
.tid</code>, <code>
|
.tid</code>, <code>
|
||||||
.json</code> or other files </p><pre>
|
.json</code> or other files </p><pre>
|
||||||
--load <filepath></pre></div></div></div></div><div class='tw-list-element'>
|
--load <filepath></pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/PasswordCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/PasswordCommand.html'>
|
||||||
@ -146,7 +143,7 @@ PasswordCommand</a></span></h3><div>
|
|||||||
<p>
|
<p>
|
||||||
Set a password for subsequent crypto operations</p><pre>
|
Set a password for subsequent crypto operations</p><pre>
|
||||||
--password <password></pre></div></div></div></div><div class='tw-list-element'>
|
--password <password></pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/PrintCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/PrintCommand.html'>
|
||||||
@ -167,7 +164,7 @@ Print the titles of the system tiddlers in the wiki store </p><pre>
|
|||||||
print config</h3><p>
|
print config</h3><p>
|
||||||
Print the current core configuration </p><pre>
|
Print the current core configuration </p><pre>
|
||||||
--print config</pre></div></div></div></div><div class='tw-list-element'>
|
--print config</pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/RenderTiddlerCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/RenderTiddlerCommand.html'>
|
||||||
@ -178,7 +175,7 @@ Render an individual tiddler as a specified <a class='tw-tiddlylink tw-tiddlylin
|
|||||||
ContentType</a>, defaults to <code>
|
ContentType</a>, defaults to <code>
|
||||||
text/html</code> and save it to the specified filename </p><pre>
|
text/html</code> and save it to the specified filename </p><pre>
|
||||||
--rendertiddler <title> <filename> [<type>]</pre></div></div></div></div><div class='tw-list-element'>
|
--rendertiddler <title> <filename> [<type>]</pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/RenderTiddlersCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/RenderTiddlersCommand.html'>
|
||||||
@ -192,7 +189,7 @@ text/html</code>) and extension (defaults to <code>
|
|||||||
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]</pre><p>
|
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]</pre><p>
|
||||||
For example:</p><pre>
|
For example:</p><pre>
|
||||||
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain</pre></div></div></div></div><div class='tw-list-element'>
|
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain</pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/ServerCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/ServerCommand.html'>
|
||||||
@ -222,7 +219,7 @@ servetype</strong> - the content type with which the root tiddler should be serv
|
|||||||
username</strong> - the default username for signing edits</li></ul><p>
|
username</strong> - the default username for signing edits</li></ul><p>
|
||||||
For example:</p><pre>
|
For example:</p><pre>
|
||||||
--server 8080 $:/core/tiddlywiki5.template.html text/plain text/html MyUserName</pre></div></div></div></div><div class='tw-list-element'>
|
--server 8080 $:/core/tiddlywiki5.template.html text/plain text/html MyUserName</pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/VerboseCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/VerboseCommand.html'>
|
||||||
@ -231,7 +228,7 @@ VerboseCommand</a></span></h3><div>
|
|||||||
<p>
|
<p>
|
||||||
Triggers verbose output, useful for debugging </p><pre>
|
Triggers verbose output, useful for debugging </p><pre>
|
||||||
--verbose</pre></div></div></div></div><div class='tw-list-element'>
|
--verbose</pre></div></div></div></div><div class='tw-list-element'>
|
||||||
<div class='tw-transclude'>
|
<div class='tw-tiddler'>
|
||||||
<h3 class=''>
|
<h3 class=''>
|
||||||
<span class='tw-view-link'>
|
<span class='tw-view-link'>
|
||||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/VersionCommand.html'>
|
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/VersionCommand.html'>
|
||||||
@ -240,7 +237,7 @@ VersionCommand</a></span></h3><div>
|
|||||||
<p>
|
<p>
|
||||||
Displays the version number of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
Displays the version number of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
|
||||||
TiddlyWiki</a>.</p><pre>
|
TiddlyWiki</a>.</p><pre>
|
||||||
--version</pre></div></div></div></div></div></div><p>
|
--version</pre></div></div></div></div></div></div></div><p>
|
||||||
<em>
|
<em>
|
||||||
This readme file was automatically generated by <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
This readme file was automatically generated by <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
|
||||||
TiddlyWiki5</a></em>
|
TiddlyWiki5</a></em>
|
||||||
|
Loading…
Reference in New Issue
Block a user