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

Zoom with mouse and other questions #8

Open
codingedgar opened this issue Aug 7, 2019 · 4 comments
Open

Zoom with mouse and other questions #8

codingedgar opened this issue Aug 7, 2019 · 4 comments

Comments

@codingedgar
Copy link

Hi @erkal ! The improvements in kite since i first saw it are amazing! what a good work!

I have some questions:

  1. When i scroll with two fingers in mac i can zoom-in-out, but if i scroll with mouse-wheel nothing happens, should it scroll, how could i contribute to make this more seamless?

  2. Vertex/Edge preferences that are slide type (Radius, thickness, Opacity, etc) look like they do not have a number representation, so is difficult to duplicate the settings, could i contribute to provide a number like representation (like in the case of gravity-X-Y)?

  3. I found myself going to Vertex/Edge preferences a lot, but i couldn't find a hotkey to focus, i have to mouse-travel to the property, is there a hotkey?

  4. Can i make a workflow ? maybe with a script? for example, after i made a Vertex, i would like to focus on the Label.

  5. Is documentation somewhere provided? thanks to the meetup in Berlin and the videos i found it easy to work with, but its a complex tool, maybe there're more hidden behaviors i don't know.

  6. The launch app in the Readme file is somehow broken? i just can't do anything with it.

  7. Is there any exporting formats like SVG or something ?

I thinks thats all for now, i've not only been able to communicate complex ideas with kite but i've been able to iterate a lot on those ideas that usually the lack of tooling makes it laborious to refine to, thanks a lot for this project 👍

@codingedgar codingedgar changed the title Zoom with mouse Zoom with mouse and other questions Aug 7, 2019
@erkal
Copy link
Owner

erkal commented Oct 9, 2019

Hi Edgar,

Sorry for letting you wait so long.
I am super-happy to hear that you really make use of kite. ❤️

When i scroll with two fingers in mac i can zoom-in-out, but if i scroll with mouse-wheel nothing happens, should it scroll, how could i contribute to make this more seamless?

I've put it to the top of the todo list: https://github.com/erkal/kite/projects/1#card-15013006

Vertex/Edge preferences that are slide type (Radius, thickness, Opacity, etc) look like they do not have a number representation, so is difficult to duplicate the settings, could i contribute to provide a number like representation (like in the case of gravity-X-Y)?

I'll think about a way to duplicate preferences easily in the GUI: https://github.com/erkal/kite/projects/1#card-27576501

I found myself going to Vertex/Edge preferences a lot, but i couldn't find a hotkey to focus, i have to mouse-travel to the property, is there a hotkey?
Can i make a workflow ? maybe with a script? for example, after i made a Vertex, i would like to focus on the Label.

I will make hotkey for focusing the Vertex/Edge Label input: https://github.com/erkal/kite/projects/1#card-27576593

Is documentation somewhere provided? thanks to the meetup in Berlin and the videos i found it easy to work with, but its a complex tool, maybe there're more hidden behaviors i don't know.

I have some plans. They are listed in the todo list.

The launch app in the Readme file is somehow broken? i just can't do anything with it.

Which browser is it? Do you get an error message in the browser's console?

Is there any exporting formats like SVG or something?

I will do it: https://github.com/erkal/kite/projects/1#card-13685864

I don't know when I am going to do all of these but lets say "as soon as I can".
If your priorities are differently ordered, please tell me so that I can reorder them.

Thank you very much for your feedback! ❤️

@codingedgar
Copy link
Author

Thank you for your response 👏 no worries 👍

Which browser is it? Do you get an error message in the browser's console?
Google Chrome, seems to be working fine now, it used to be just freezed, i couldn't click anything, but now works fine.

I don't know when I am going to do all of these but lets say "as soon as I can".
That seems great 👏 i'll be looking forward for it, nice job with kite 😻 🎉

@brandly
Copy link
Contributor

brandly commented Oct 10, 2019

Is there any exporting formats like SVG or something?

you can export from Kite to a .dot file which can be rendered to SVG with graphviz. here's a browser-based version of graphviz, in case you don't want to install something. i recently imported an Elm project and followed this process to produce an SVG of the dependency graph.

generating a good SVG would be a lot of work, so it might be best to leave it to graphviz!!

@codingedgar
Copy link
Author

@brandly nice ! Thank you very much for the recommendation 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants