-
Notifications
You must be signed in to change notification settings - Fork 87
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
Allow vertex styling (e.g. circled vertices) #75
Comments
There's an open issue for loops: #31. I'm not sure about adding vertex styling, because these features generally aren't used in commutative diagrams. It's certainly the case that this isn't a priority for me at the moment, but if you or someone else wanted to implement this feature, we could discuss how to do so. |
Ok! I certainly don't have the time and knowledge to implement this feature. If no one is interested feel free to close this issue :) |
I would be interested in implementing this feature. I've used loops before in tikzcd-editor to depict when functions are idempotent, and it's the only feature from that app that I think is missing here. I'll need some time to familiarize myself with the code. And I wouldn't mind some advice on how to implement. How do you think it should be handled in the UI? Something like tikzcd-editor, with a dedicated button in the cell corner? Maybe there could be a region in the cell that you could drag arrows to, like on the outer regions of the object you dragged from? Also, what parts of code do you think will be modified? |
@davidson16807: confusingly, the main issue for loops is #31 (I've renamed this issue accordingly). I'll respond there to keep discussion on-topic :) |
I'm trying to use quiver to draw finite automata, to do that, quiver would need a few additional features:
Right now I just draw in quiver and finish off by hand, but maybe you are interested in adding these features.
The text was updated successfully, but these errors were encountered: