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

Specification of the DOT source code through a URL parameter #69

Closed
magjac opened this issue Sep 20, 2018 · 0 comments
Closed

Specification of the DOT source code through a URL parameter #69

magjac opened this issue Sep 20, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@magjac
Copy link
Owner

magjac commented Sep 20, 2018

After starting the editor, the text editor contents should be initialized from a URL parameter.

Ideas

  • Name name of the URL parameter could for example be: dotSrc, src or graph.
  • If the editor is first initialized with the contents from local storage and then from the URL parameter, it will be possible to undo the change if an update was not what the user intended.
  • Should a warning be issued when this happens? (Always after the first time).
  • If Allow multiple graphs to be stored in the browser's local storage #70 is implemented:
    • The graph specified with the URL parameter can be saved as a separate entry in local storage.
    • If the same graph already exists in local storage, load the saved version.
    • The name of the graph can optionally be specified with a separate URL parameter.
@magjac magjac added the enhancement New feature or request label Sep 20, 2018
@magjac magjac added this to To do in Graphviz Visual Editor short-term activities via automation Sep 20, 2018
@magjac magjac changed the title Allow the DOT source code to be specified through an URL parameter Allow the DOT source code to be specified through a URL parameter Sep 20, 2018
@magjac magjac moved this from To do to In progress in Graphviz Visual Editor short-term activities Sep 27, 2018
@magjac magjac changed the title Allow the DOT source code to be specified through a URL parameter Specification of the DOT source code through a URL parameter Sep 28, 2018
@magjac magjac moved this from In progress to Done but not yet merged in Graphviz Visual Editor short-term activities Sep 28, 2018
@magjac magjac closed this as completed in e419b2e Oct 1, 2018
Graphviz Visual Editor short-term activities automation moved this from Done but not yet merged to Done and merged but not yet released Oct 1, 2018
@magjac magjac moved this from Done and merged but not yet released to Done in latest release in Graphviz Visual Editor short-term activities Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Graphviz Visual Editor short-term act...
  
Done in latest release
Development

No branches or pull requests

1 participant