TiddlyWikiPharo

Description

Fork of upstream https://code.tupale.co/Offray/TiddlyWikiPharo.git

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Sept. 8, 2021
Updated
Dec. 19, 2022

Categories

Packaging / VCS

README excerpt

# 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.
```
← Back to results