Utilities for working with TiddlyWiki non-linear notebook inside Pharo computing environment
Go to file
Offray Vladimir Luna Cárdenas 0f6bcbe6b2 Using templates for wiki creation. 2023-11-28 13:39:43 -05:00
repository Using templates for wiki creation. 2023-11-28 13:39:43 -05:00
.project Populating remote repository. 2021-02-23 12:01:54 -05:00
LICENSE Initial commit 2021-02-23 10:54:17 -05:00
README.md Adding screenshots to the wiki. 2022-12-13 09:55:06 -05:00

README.md

TiddlyWiki in Pharo

Utilities for working with TiddlyWiki non-linear web notebook inside the Pharo/GToolkit computing environment. 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:

Documentation for the prototyping the Malleable Systems Wiki

To install, first install ExoRepo and then from a playground execute:

    ExoRepo new
      repository: 'https://code.sustrato.red/Offray/TiddlyWikiPharo';
      load.