TiddlyWikiPharo/README.md

12 lines
435 B
Markdown
Raw 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.
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
repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo';
load.
```