~elerch


#43 links in dump mode a month ago

Comment by ~elerch on ~bptato/chawan

My appimage builder runs nightly, but I triggered a manual build and tested it out. Works great - thank you!

#43 links in dump mode a month ago

Comment by ~elerch on ~bptato/chawan

TIL about CSS counters. ;) Yeah, I think pseudo element + CSS counters would be a pretty good way to go about it.

In dump mode you don't need to worry about clickable links and such, but yes, it does seem similar to https://todo.sr.ht/~bptato/chawan/26

#43 links in dump mode a month ago

Ticket created by ~elerch on ~bptato/chawan

I use Chawan in dump mode as an autoview for html email in mutt. In w3m, links in dump mode were handled as a footnote like this[1], if using the option display_link_number=1 (e.g. w3m -o display_link_number=1 -dump https://www.google.com). It would be nice to have a similar option in cha for this.

References:

[1]: https://example.com

#40 AppImage packaging 2 months ago

Comment by ~elerch on ~bptato/chawan

That's fine with me, no problem

#40 AppImage packaging 2 months ago

Ticket created by ~elerch on ~bptato/chawan

Hey - cool project! I was able to create an AppImage for chawan. I set up a gittea action to do this automatically on a nightly basis on my self-hosted server: https://git.lerch.org/lobo/chawan-appimage/src/branch/master/.gitea/workflows/build.yaml.

I also have a docker version in the same repo: https://git.lerch.org/lobo/chawan-appimage/src/branch/master/Dockerfile.

It's only x86_64 for now, and I haven't uploaded it to AppImage hub or anything. I wasn't sure if you'd like to make this part of your release process, or I should keep it to myself as a personal thing, but I wanted to let you know.