Hello TiddlyWiki community,
First off, thank you to all the contributors and to Felix for TiddlyMap. What a great platform for developing knowledge bases! I'm trying to figure out how to develop typical industrial engineering task and work analyses in TiddlyWiki, most likely with the TiddlyMap plugin. (e.g.
https://github.com/ahilliard/tiddlyWDA )
Documenting edge-types is very well supported (
http://tiddlymap.org/#Edge%20types ). But what approach have others found best for documenting specific instances of TiddlyMap edges? The use case is showing a draft analysis/wiki to an expert to ask for corrections/critiques. This means it should be easy for a reader to understand what is meant by each node/edge in the Tiddlymap.
Some options that have come to mind:
- Manually document each edge in the description in the origin and/or destination nodes. Works, but not very elegant especially when drafting and moving edges around.
- Not document each edge, leave it implicit and hope that the edge-type description is enough for readers ( not ideal since the whole purpose is to support debating/validating the links )
- Try to figure out how to link WikiText to the TiddlyMap auto-generated Edge IDs ( http://tiddlymap.org/#Storage%20of%20Edges%20and%20their%20types ).
How have others solved this issue?
-Antony