The Wayback Machine - https://web.archive.org/web/20200912134149/https://github.com/felixhayashi/TW5-TiddlyMap/issues/332
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature, ".SVG output from TiddlyMap" #332

Closed
christalleras opened this issue Jan 19, 2020 · 3 comments
Closed

Feature, ".SVG output from TiddlyMap" #332

christalleras opened this issue Jan 19, 2020 · 3 comments
Labels

Comments

@christalleras
Copy link

@christalleras christalleras commented Jan 19, 2020

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.

@felixhayashi
Copy link
Owner

@felixhayashi felixhayashi commented Jan 29, 2020

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.

@christalleras
Copy link
Author

@christalleras christalleras commented Jan 30, 2020

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

@felixhayashi
Copy link
Owner

@felixhayashi felixhayashi commented May 31, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.