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

New graphic interface #11

Open
cosme12 opened this issue Feb 10, 2017 · 9 comments
Open

New graphic interface #11

cosme12 opened this issue Feb 10, 2017 · 9 comments

Comments

@cosme12
Copy link
Owner

cosme12 commented Feb 10, 2017

Quote from reddit user u/animalAbit

Cool Project. However, the CLI interface not my favorite for this case. I would love something like editing a text file in some markdown like format and the tool would produce a neatly formatted html cheat sheet(or any desirable format) just like your final output. Something akin to jekyll, but for cheat sheets. That way, I can edit freely and also choose to reuse my work if I choose to.

@srcecde
Copy link

srcecde commented Feb 16, 2017

How about creating a interface with PyQt5?

@cosme12
Copy link
Owner Author

cosme12 commented Feb 17, 2017

That's the plan. But first I want to finish the basic stuff like the exporter first before doing a big version jump.

@cosme12
Copy link
Owner Author

cosme12 commented Feb 22, 2017

@srcecde @JCharante any idea of how we should build the interface? I have never worked with pyQt before. Should the html webview be in the same ui window or different?

@srcecde
Copy link

srcecde commented Feb 23, 2017

Well, we can generate the preview in same window as well as in browser. But it depends on the number of components in GUI to be displayed. Because i think we don't want to create a messy and congested layout.

@cosme12
Copy link
Owner Author

cosme12 commented Feb 23, 2017

Hmm... right.

@JCharante
Copy link
Contributor

JCharante commented Feb 24, 2017

In regards to the preview, I like Gummi's editor style where they have your markup on the left, and the live preview on the right.

For the stack, after looking at some quick comparisons with PyGTK I feel that going with PyQt is the right choice. I've also never used it before, but I could certainly expand my knowledge in creating gui outside of the web ecosphere so if time permits I'll definitely try to help out with that.

@cosme12
Copy link
Owner Author

cosme12 commented Feb 24, 2017

Yep, we should include sheet preview here too. That Gummi's ui seems like a cool start. As soon as I get some free time I will reasearch how pyQt5 works and do some mock ups.

@cosme12
Copy link
Owner Author

cosme12 commented Feb 24, 2017

Also, why @srcecde is not shown as contributor? You pushed several pull request...

@JCharante
Copy link
Contributor

@cosme12 None of @srcecde's changes have made it to the master branch, they're still in the develop branch. He'll show up as a contributor in the next release.

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