Matvey Soloviev
Matvey Soloviev
Unfortunately I don't understand. Are you referring to the git tags? What do you mean by "so mass"?
Actually, right now, if you copypaste from Notekit into any other text receptacle, it will convert all drawings into PNG images (implemented as data URIs). This probably should be made...
Would it be better if this were in fact part of the main binary, or should it be a separate one? Also, I tried out using SVG export instead of...
Oh huh, github itself doesn't like data URIs? Test:  I guess that would be a strong argument to go the external file route for any such functionality.
It wouldn't be particularly hard to have a bare-bones implementation, but is it something that's needed in Notekit? Programs like AutoKey provide the [same functionality](https://www.maketecheasier.com/autokey-make-your-own-keyboard-shortcuts-in-linux/) at global/IME scope, and that...
Yeah, AutoKey apparently doesn't. I did find [this writeup](https://luxagraf.net/src/replacing-autokey-wayland-plain-text-snippets) of someone spinning their own approach that works with sway (and other wlroots-based compositors?). You could probably modify that to only...
To me, this is just making it sound more like Wayland is not ready for prime time and we should stay with X11 at least until this sort of basic...
How do you envision a (sub)tree (multiple notes) being represented in a single PDF file? Just concatenate all the notes together? There's a stopgap solution to do something like what...
Just committed something that adds an export button to the app menu. You can currently choose between the same rendered markdown format that you get if you copypaste into another...
I believe you need to have separate regexen (with `...` and `...`) for the Gsv engine to match something across multiple lines. We could change this definition to work like...