Jogai

Results 150 comments of Jogai

@lukencode Can you elaborate on the status of the project?

The self promotion is true, but at least you can check a few basics in a project, like has it clear documentation, unit tests, examples etc. For a book its...

There's no subdivision for free books, just add them wherever I'd say

I didnt use flatpak or appimage, I took it from the aur, which is a source build: https://aur.archlinux.org/packages/notepadnext

Well, that's an option, but I was thinking more along the lines of this: https://successfulsoftware.net/2021/03/31/how-to-add-a-dark-theme-to-your-qt-application/

Yeah, but I tought that might be the problem. I styled my OS with kvantum and every app loads the same style. I thought maybe notepad next skips the os-wide...

This works now in the 0.5.4 version

Is there any work done on issues marked by "Enhancement"? This is one I could use.

I'd recommend acting on a sorted list of files. Then on resume the script can check the last file written and find that in the list and resume there. For...

$ sudo python -c "import sys; print(sys.stdout.encoding)" Gives me UTF-8 I added the print(_file) statement. Will report back.