What issue is a good bug / feature for new Quiver developers? #135
enjoysmath
started this conversation in
General
Replies: 2 comments 5 replies
-
Several issues I think should be fairly easy to address are these:
I can offer more specific advice on the issues themselves if needed. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@varkor do you think you could set me up with your debugging environment? For example if you use vscode, can you provide me with a launch.json (that's all I need really). That launches Chrome browser directed at the src/index.html with Javascript debugging enabled? I'll post mine here if I come across it. Found one that works:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Quiver locally and loading into an iframe, but there are features of my app, that aren't really relevant to the editor itself - those will be coded by me in JS / Python independently of Quiver, and there are features that should be part of Quiver, so my workflow should be to help update quiver - once the update is on a quiver branch, then update my code with it, apply my patch to call the GUI actions.
Anyway, so I'm here to help improve Quiver editor itself. If you have an idea of a good starter issue, please reply here.
I also use Quiver on a daily basis for learning category theory, and can see that some additional features are needed.
Beta Was this translation helpful? Give feedback.
All reactions