TiddlyWikiPharo/README.md

17 lines
876 B
Markdown
Raw Permalink Normal View History

2021-02-23 16:14:23 +00:00
# TiddlyWiki in Pharo
2021-02-23 15:54:17 +00:00
2021-02-23 16:00:32 +00:00
Utilities for working with [TiddlyWiki](https://tiddlywiki.com/) non-linear web notebook inside the
2021-07-28 00:16:34 +00:00
[Pharo](https://pharo.org/)/[GToolkit](https://gtoolkit.com/) computing environment.
2022-12-13 14:55:06 +00:00
This allows import/export, visualize and manipulate Tiddlers inside Pharo/GToolkit,
and to build data narratives involving TiddlyWiki as the shown in the following screenshot
taken from the [Malleable Systems Wiki data narrative](https://mutabit.com/repos.fossil/malleable-systems/doc/trunk/wiki/en/malleable-systems-wiki--23fm1.md.html):
![Documentation for the prototyping the Malleable Systems Wiki](https://i.imgur.com/MGJxFCz.png)
2021-07-28 00:15:30 +00:00
2021-07-28 00:16:34 +00:00
To install, first install [ExoRepo](https://code.tupale.co/Offray/ExoRepo) and then from a _playground_ execute:
2021-07-28 00:15:30 +00:00
```smalltalk
ExoRepo new
2022-11-19 22:00:16 +00:00
repository: 'https://code.sustrato.red/Offray/TiddlyWikiPharo';
2021-07-28 00:15:30 +00:00
load.
```