~daninspace


#20 Feature request: Custom blocks 5 months ago

Ticket created by ~daninspace on ~bouncepaw/mycomarkup

There is a concept of blocks in mycomarkup, and some built-in blocks: table, img. It would be super useful to have some way to define custom blocks with this syntax, like: spoiler {hidden content}, html {custom html code}, js {some code that can be executed in place}.

Main problem would be - how to define this blocks? Probably, the easiest way is to define some module inside mycomarkup library with those blocks and to allow user to choose which version of mycomarkup to use with mycorrhiza

#124 typing / in text fields moves cursor to search field 6 months ago

Comment by ~daninspace on ~bouncepaw/betula

Yes, it worked. I wonder why version 1.3.1 was created three days ago, but I installed Betula just today, and it used version 1.3.0.

#124 typing / in text fields moves cursor to search field 6 months ago

Comment by ~daninspace on ~bouncepaw/betula

I followed the instructions in the documentation and installed the latest version of Betula using the command go install git.sr.ht/~bouncepaw/betula/cmd/betula@latest. I assumed that "@latest" meant the most recent version available.

Now, I'm wondering what the best approach is to update Betula.

#124 typing / in text fields moves cursor to search field 6 months ago

Ticket created by ~daninspace on ~bouncepaw/betula

when i type description for some bookmark there is sometimes a need to type "/" character. Every time after i type "/" focus jumps to search bar and it is very annoying

#122 Replace CGO dependencies 6 months ago

Ticket created by ~daninspace on ~bouncepaw/betula

Is it possible to replace dependencies that require cgo with something that does not require gcc or other compilers ? cgo makes it a lot harder to compile on Windows, setup takes a lot of time, effort and random windows bullshit to make it work