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

Add Python syntax highlighting to the text editor #7

Closed
SethWalkeroo opened this issue Oct 6, 2020 · 9 comments
Closed

Add Python syntax highlighting to the text editor #7

SethWalkeroo opened this issue Oct 6, 2020 · 9 comments
Labels
Projects

Comments

@SethWalkeroo
Copy link
Owner

SethWalkeroo commented Oct 6, 2020

This is one of the more advanced and important issues to tackle.

@Ryuno-Ki
Copy link
Contributor

Ryuno-Ki commented Oct 6, 2020

I think, Pygments would be the way to go here.

There are resources on StackOverflow or other projects on GitHub which could be used to get some ideas on how to get started.

@SethWalkeroo
Copy link
Owner Author

@Ryuno-Ki I've mulled over stack overflow a bit. I will check out Pygments. Thank you for the resources!

@SethWalkeroo SethWalkeroo added this to To do in Quiet Text Oct 7, 2020
@WhiteHeadbanger
Copy link

Hi! I would like to contribute on this. It would be my first contribution ever

@SethWalkeroo
Copy link
Owner Author

SethWalkeroo commented Oct 7, 2020

@WhiteHeadbanger You can contribute to the project, but i'm not really sure how I want to tackle this specific issue yet. If you have something you want to improve on or fix, you can create an issue, and then make a pull request accordingly.

@WhiteHeadbanger
Copy link

Fair enough. I'll be using the software for a bit to get familiarized with it

@Sounakde
Copy link

Sounakde commented Oct 8, 2020

What do I have to do to use this software?

@WhiteHeadbanger
Copy link

What do I have to do to use this software?

Just clone it and run the quiet.py file

@Ryuno-Ki
Copy link
Contributor

Ryuno-Ki commented Oct 8, 2020

In case python3 -m tkinter throws an error, you can use Docker for it (assuming a GNU/Linux system).

If you can use tkinter, I'd suggest to set up a virtual environment (I'm still using virtualenv --python=python3 from my Python2.7 days …), activate it and then execute python -m quiet.py within that.

@SethWalkeroo Since @Sounakde asked and @WhiteHeadbanger reported to be a first-time contributor, it might make sense to extend the README for a local setup. Let me create a separate issue for that!

@SethWalkeroo
Copy link
Owner Author

@Ryuno-Ki Sounds great!

Quiet Text automation moved this from To do to Done Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

4 participants