Ticket #79 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Custom URL scheme

Reported by: glen.low@… Owned by:
Priority: low: annoyance, enhancement Milestone: 1.3 sharing release
Component: Version: 1.2
Keywords: Cc:

Description

Instaviz should support these custom URL schemes:

instaviz:digraph{hello->world}
Small Graphviz/Instaviz graphs embedded in the URL itself.

instaviz-url:http://somewhere.com/somegraph.gv
For larger Graphviz/Instaviz graphs, the URL to fetch the graph from. Should support at least http and https protocols.

The resource specifier (to the right of the scheme) should be %-encoded.

Change History

Changed 3 years ago by glenlow

  • status changed from new to closed
  • resolution set to fixed

(In [119]) Added custom URL scheme instaviz: and instaviz-url: (fix #79). Invalid graph files now alert user, instead of opening as blank graphs. Any graph at start now animates over the graphs list.

Changed 3 years ago by glen.low@…

See #80 for changes to the URL format.

Note: See TracTickets for help on using tickets.