mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs update
This commit is contained in:
parent
5c51626809
commit
35f0a16c4f
@ -14,10 +14,10 @@ You can explore this mechanism by opening the JavaScript console in your browser
|
||||
$tw.wiki.addTiddler({title: "HelloThere", text: "This is some new content"});
|
||||
```
|
||||
|
||||
If the tiddler `HelloThere` is visible then you'll see it instantly change to reflect the new content. If you create a tiddler that doesn't currently exist then you'll see any displayed links to it instantly change from italicised to normal:
|
||||
If the tiddler `HelloThere` is visible then you'll see it instantly change to reflect the new content. If you create a tiddler that doesn't currently exist (like IntentionallyMissingTiddler) then you'll see any displayed links to it instantly change from italicised to normal:
|
||||
|
||||
```
|
||||
$tw.wiki.addTiddler({title: "TiddlyWiki5", text: "This tiddler now exists"});
|
||||
$tw.wiki.addTiddler({title: "IntentionallyMissingTiddler", text: "This tiddler now exists"});
|
||||
```
|
||||
|
||||
If you're interested in understanding more about the internal operation of TiddlyWiki, it is recommended that you review the [[Docs]] and read the code -- start with the boot kernel [[$:/core/boot.js]].
|
||||
|
6
editions/tw5.com/tiddlers/concepts/TiddlyWiki5.tid
Normal file
6
editions/tw5.com/tiddlers/concepts/TiddlyWiki5.tid
Normal file
@ -0,0 +1,6 @@
|
||||
title: TiddlyWiki5
|
||||
modifier: JeremyRuston
|
||||
modified: 201302051920
|
||||
tags: docs concepts
|
||||
|
||||
TiddlyWiki5 is a reboot of TiddlyWiki for the next 25 years. It is a complete interactive wiki in JavaScript that can be run in the browser or on the server under [[node.js]].
|
@ -1,4 +1,4 @@
|
||||
title: SiteTitle
|
||||
modifier: JeremyRuston
|
||||
|
||||
[[TiddlyWiki5|HelloThere]]
|
||||
TiddlyWiki5
|
18
readme.md
18
readme.md
@ -1,10 +1,10 @@
|
||||
<h1 class=''>
|
||||
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWiki5'>
|
||||
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>
|
||||
</h1>
|
||||
<div class='tw-transclude'>
|
||||
<p>
|
||||
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWiki5'>
|
||||
Welcome to <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>
|
||||
, a reboot of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki'>
|
||||
TiddlyWiki</a>
|
||||
@ -24,7 +24,7 @@ tiddlers</a>
|
||||
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-missing' href='TiddlyWiki5'>
|
||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>
|
||||
has many <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='Improvements'>
|
||||
improvements</a>
|
||||
@ -90,9 +90,11 @@ $tw.wiki.addTiddler({title: "HelloThere", text: "This is some new
|
||||
<p>
|
||||
If the tiddler <code>
|
||||
HelloThere</code>
|
||||
is visible then you'll see it instantly change to reflect the new content. If you create a tiddler that doesn't currently exist then you'll see any displayed links to it instantly change from italicised to normal:</p>
|
||||
is visible then you'll see it instantly change to reflect the new content. If you create a tiddler that doesn't currently exist (like <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='IntentionallyMissingTiddler'>
|
||||
IntentionallyMissingTiddler</a>
|
||||
) then you'll see any displayed links to it instantly change from italicised to normal:</p>
|
||||
<pre>
|
||||
$tw.wiki.addTiddler({title: "TiddlyWiki5", text: "This tiddler now exists"});</pre>
|
||||
$tw.wiki.addTiddler({title: "IntentionallyMissingTiddler", text: "This tiddler now exists"});</pre>
|
||||
<p>
|
||||
If you're interested in understanding more about the internal operation of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki'>
|
||||
TiddlyWiki</a>
|
||||
@ -109,7 +111,7 @@ Boot Mechanism</h1>
|
||||
<h1 class=''>
|
||||
Introduction</h1>
|
||||
<p>
|
||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWiki5'>
|
||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>
|
||||
is based on a 1,000 line boot kernel that runs on node.js or in the browser, with all other functionality added via dynamically loaded modules.</p>
|
||||
<p>
|
||||
@ -135,7 +137,7 @@ Some plugin modules have further sub-plugins: the wikitext parser, for instance,
|
||||
<h1 class=''>
|
||||
Plugins and Modules</h1>
|
||||
<p>
|
||||
In <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWiki5'>
|
||||
In <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>
|
||||
, <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='Plugins'>
|
||||
Plugins</a>
|
||||
@ -224,7 +226,7 @@ $tw</code>
|
||||
<em>
|
||||
This <code>
|
||||
readme</code>
|
||||
file was automatically generated by <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWiki5'>
|
||||
file was automatically generated by <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>
|
||||
</em>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user