TiddlyWikiPharo/README.md

12 lines
438 B
Markdown

# TiddlyWiki in Pharo
Utilities for working with [TiddlyWiki](https://tiddlywiki.com/) non-linear web notebook inside the
[Pharo](https://pharo.org/) computing environment.
To install, first install [ExoRepo](https://code.tupale.co/Offray/ExoRepo) and then from a _playground_ in [GToolkit](https://gtoolkit.com/) execute:
```smalltalk
ExoRepo new
repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo';
load.
```