TLmaK0 / gravizo

How to include graphviz graphs in github README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get encoded url?

juliangaal opened this issue · comments

I saw in the other issue that Github removed a feature which forces us to use the indirect way:
https://g.gravizo.com/source/svg?<source_url_url_encoded>

How do I get this <source_url_url_encoded>?

EDIT: followed this tutorial, but get @startuml digraph Syntax error? did you mean digraph"
Thanks

First create a public page where you want to include the graph.
Create a comment where you include the graph text between marks.
Then create a url encoded from an online site like https://meyerweb.com/eric/tools/dencoder/
Take a look to the README file in this github repo.
I hope I have helped you with this issue.