Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.
/ tiddly-data Public archive

Manipulate TiddlyWiki data

Notifications You must be signed in to change notification settings

SenseTW/tiddly-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiddlyData

Tools for processing wikitext files of TiddlyWiki. Plus more tools for nodes and edges of TiddlyMap.

Usage

  1. Clone this repo
  2. npm install and npm run build && npm link under that folder
  3. npm link tiddly-data under your TiddlyWiki/TiddlyMap folder
  4. 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 board Lo01hfDB and update tid files in ./tiddlers/.
    • You can change the target directory by using the -d option.

ToDo

  • 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

About

Manipulate TiddlyWiki data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published