Florian "sp1rit"

Results 92 comments of Florian "sp1rit"

> Looks like the size group based layout broke. (I was aiming to have all the UI elements actually representing modifiable settings line up in a column.) That was intentional?...

I'd prefer a drop down style search widget. Like gnome-builder ![image](https://user-images.githubusercontent.com/31540351/101193076-5112a680-365c-11eb-9bd7-1151d807dfe0.png) Considering it uses Gsv as well, it might be possible to copy this search implementation.

Might be a good idea, but I guess we should submit the package to flathub first.

@blackhole89 doubt that'll work on Wayland. Additionaly I think it makes sense to have it as part of notekit, as the snippets are likely to be notekit/markdown/tex specific.

After reading (and understanding) this, the obvious limitation is, that Wayland does not allow inputs from an userspace application to input keyevents ([libei](https://who-t.blogspot.com/2020/08/libei-library-to-support-emulated-input.html) seems kinda dead in the water). What...

> Am I missing something? NoteKit saves it's drawings as a zlib compressed serialization of a cairo surface (mostly for performance & size reasons). Pandoc can't deal with them. If...

> Is there any chance to implement this kind of workflow as a single button click? we've talked about it in the notekit chat-room (mostly about a general "export" button,...

> I'm using fedora, i'll wait for the copr repo Thanks to @LyesSaadi, Fedora 34 now carries NoteKit (with cLaTeXMath chopped off) in it's repos.

If I try to enter any LaTeX it segfaults, and `$\LaTeX$` is not working anymore. Working with the resources in `sourceview/` is a big pain anyways (I've attempted to add...

> No, gtksourceview unfortunately exposes almost nothing useful about its syntax highlighting via the API. (See the trickery to get highlighting for different languages...) Ever considered askig if upstream could...