Browse Source

Improved TiddlyWiki showcase content

* image
* description
gh-pages
Felix Hayashi 9 years ago
parent
commit
b26d71c342
2 changed files with 2 additions and 4 deletions
  1. BIN
      showcase/images/tiddlywiki.png
  2. +2
    -4
      showcase/index.html

BIN
showcase/images/tiddlywiki.png View File

Before After
Width: 900  |  Height: 400  |  Size: 168 KiB Width: 900  |  Height: 400  |  Size: 143 KiB

+ 2
- 4
showcase/index.html View File

@ -210,7 +210,7 @@
<div class="row"> <div class="row">
<div class="col-md-12 col-lg-6"> <div class="col-md-12 col-lg-6">
<a href="http://felixhayashi.github.io/TW5-TiddlyMap/index.html">
<a href="http://tiddlymap.org">
<img src="./images/tiddlywiki.png" class="showcase img-responsive"> <img src="./images/tiddlywiki.png" class="showcase img-responsive">
</a> </a>
<div class="description"> <div class="description">
@ -218,9 +218,7 @@
<a href="http://tiddlywiki.com/"> TiddlyWiki</a> <a href="http://tiddlywiki.com/"> TiddlyWiki</a>
</div> </div>
<div class="descriptionContent"> <div class="descriptionContent">
The vis graphs are neatly embedded in the overall wiki content and can support the text at any place. Also, since vis allows click events on nodes,
articles can comfortably opened from any graph, which helps the user in quickly jumping between topics.
Thus, a graph-wiki-hybrid is created which makes it incredibly easy to integrate, link and visualize ideas and topics.
The open-source project TiddlyMap heavily draws on the Vis.js library to turn the personal note-taking software TiddlyWiki into a full-blown concept-mapping tool. Graphs may be embedded in the overall wiki content to accompany the text at any place and clickable nodes allow fast topic navigation. The resulting graph-wiki-hybrid makes it incredibly easy to integrate, link and visualize ideas.
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save