felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki

Home Page:http://tiddlymap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature, ".SVG output from TiddlyMap"

opened this issue · comments

Currently TiddlyMap outputs to Png and JSON, but being able to do it in .SVG would be pretty neat as well as an option for some TiddlyWiki projects.

Hi @christalleras
unfortunately, the network on the HTML5 canvas is itself not drawn as svg and therefore cannot be exported as such easily.
Please see almende/vis#723 (comment)

Exporting the nodes to json and then turing it into a dot format then converting to svg is doable (almende/vis#1784) but requires a server and since Tiddlywiki is serverless, this is doesn't seem possible.

Oh, I see. Makes sense.
Thanks for putting in time to answer me!

Unfortunately marked as "wontfix" since this is too hard to achieve and most likely will not give correct results.