-
Notifications
You must be signed in to change notification settings - Fork 3
/
About.html
73 lines (63 loc) · 4.04 KB
/
About.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" href="/bags/common/tiddlers/profile.css" type="text/css">
<link rel="alternate" type="application/atom+xml" title="Atom About"
href="http://replanadu.tiddlyspace.com/bags/replanadu_public/tiddlers/About.atom">
<link rel="icon" href="/favicon.ico">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="title" content="About">
<meta name="image" content="/SiteIcon">
<meta name="description" content="About">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div id="container">
<div id="header">
<h1>
<span id="title">About</span>
</h1>
</div>
<div id="article">
<div class="meta" id="links">
<a class="revisions" href="/bags/replanadu_public/tiddlers/About/revisions">revision</a>
<a class="revision" href="/bags/replanadu_public/tiddlers/About/revisions/1376263">
1376263</a>
in bag <a class="bag" href="/bags/replanadu_public">replanadu_public</a>
and recipe <a class="recipe" href="/recipes/replanadu_private">replanadu_private</a>
in <a href="/recipes/replanadu_private/tiddlers">this collection of tiddlers</a>
</div>
<div id="tiddlertext">
<div class="tiddler">
<div id="text-html" class="main section"><h1 id="replanadu">RePlanadu</h1>
<p>An application based on the concepts described at <a href="http://cdent.tiddlyspace.com/RePlanadu">RePlanadu</a>. This space is work-in-progress as a result of an Osmosoft hack day that took place on August 23rd, 2013.</p>
<p>To see it in action, click on the green icon at the top right-hand side of this page.</p>
<h2 id="space-inclusion">Space Inclusion</h2>
<p>Navigate to <code><yourspace>.tiddlyspace.com/_space</code> and include replandu
Create or edit the <a class="wikilink" href="HtmlJavascript">HtmlJavascript</a> tiddler and add the following line:</p>
<pre><code>/bags/replanadu_public/tiddlers/twiddlerscount.js
</code></pre>
<p>Navigate to a tiddler e.g. <code><yourspace>.tiddlyspace.com/GettingStarted</code> and you will now see a green links icon on the right-hand side. Click this to open the replanadu application. This gives you a view of your tiddler and other tiddlers of the same name that people are writing about.</p>
<p>You can open a related tiddler by clicking on the down arrow icon above it to view the content. Clicking it again will close it.</p>
<p>Clicking on the X icon dismisses the tiddler from the view (you can get this back by refreshing the page).</p>
<h2 id="to-do">To Do</h2>
<ul>
<li>Make the originating tiddler editable.</li>
<li>Filter tiddlers to show only those from people you follow.</li>
<li>Handle a no related tiddlers scenario.</li>
</ul>
<p>Of course, feedback and contributions are always welcome.</p></div>
</div>
</div>
<div id="footer">
Brought to you by <a href="http://tiddlyspace.com">TiddlySpace</a>.
</div>
</div>
<script src="/bags/common/tiddlers/jquery.js"></script>
<script src="/bags/common/tiddlers/_reply-loader.js"></script>
<script src="/bags/common/tiddlers/backstage.js"></script>
<script src="/bags/replanadu_public/tiddlers/twiddlerscount.js"></script>
</body>
</html>