-
Notifications
You must be signed in to change notification settings - Fork 1
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
URI interface for pre-highlighting parts of the graph. #25
Comments
Maybe we should not explicitly model this in the URI, but combine it with our idea of saving a "shareable snapshot" of the current graph. However this will in first place be shared by URI, too. Edit: |
Implemented with 370ea36 Example usage: "*" can be used anywhere as wildcard |
very nice. Do not forget to document. |
Neat! :) |
We should extend the URI interface, so that we can pre-highlight parts of the graph, e.g. theories by name. I am imagining something like
where the names behind the
highlight
parameter will be highlighted (i.e. made red or so). This is the highlighting I thought of in #24.The text was updated successfully, but these errors were encountered: