Matvey Soloviev
Matvey Soloviev
> Just use the binary produced by the latest build, the builds by github actions are basically identical to my local builds. Unpacked that into a fresh folder and ran...
This time it said `Resource path: /home/noa/snap/notekit/x5/.local/share/notekit`, which means that the data and sourceview directory need to exist in that folder, rather than the current working directory... (though it's odd...
Well, the path used as a base path for notes is determined by config.js... I guess I could add support for explicit environment variables overriding the others, but this wouldn't...
> This actually did it. > Now all the lines and text are displayed correctly Well, this helps us pin down the issue, but I wouldn't say that leaving the...
Thanks! That sounds like a reasonable feature to add. I'll look into it.
Thanks! Some points that need addressing before merge - * Since my CMakeLists.txt is autogenerated by a CodeLite plugin, the manual changes to it may not be preserved. In particular,...
> I tried but cmake is too old to generate the makefile. If it's about the `cmake_minimum_required` in its CMakeLists.txt, you can just manually edit that down to a lower...
Thanks for opening the issues, actually, the feedback is much appreciated :) I'm planning to add a mouse-based way for resizing drawings by dragging their edges.
I don't really have a website I actively use at the moment, and other projects seem to be okay with using issues to track feature requests, so I think this...
How does one detect tablet mode? The failure to resize to fit the whole screen sounds like it might be a problem of Gtk+ under Windows. Does unmaximising and remaximising...