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