Tools for processing wikitext files of TiddlyWiki. Plus more tools for nodes and edges of TiddlyMap.
- Clone this repo
npm install
andnpm run build && npm link
under that foldernpm link tiddly-data
under your TiddlyWiki/TiddlyMap folder- Use the
tiddly-map
command to manipulate your map- For example,
`npm bin`/tiddly-map trello -b Lo01hfDB
will fetch lists and cards from Trello boardLo01hfDB
and update tid files in./tiddlers/
. - You can change the target directory by using the
-d
option.
- For example,
- Model everything
- Wikitext
- Map node
- Map edge(optional)
- Parse wikitext files
-
Find a parser - Write a naive parser with parsimmon
-
- Dump a TiddlyMap back to a folder
- Create nodes from Trello cards
-
Create nodes from Hypothes.is comments and highlights - Merge a existing TiddlyMap folder with a partial TiddlyMap
-
Create a service instead of console tools - Create a TiddlyWiki plugin instead of a console tool