Author of lem.el, a lemmy client for emacs: https://codeberg.org/martianh/lem.el

  • 12 Posts
  • 20 Comments
Joined 5 years ago
cake
Cake day: March 9th, 2020

help-circle



























  • made some progress. mainly spent time working on getting the sorting types and listing types going, so you can cycle between them on the go. v basic display of post details in byline, etc., but that can easily be spruced up by pulling code from mastodon.el. + markdown rendered posts/comments, uwu!

    https://codeberg.org/martianh/lem. the readme has a rough todo list.

    logging in and loading lem as package is still pretty rough, or kinda broken. but i’ll get it sorted soon.

    still gotta build a comments tree also, that’s a biggie.





  • i’m the mastodon.el maintainer. i wonder if a decent idea for this would be to have an API library that could be used with gnus, elfeed, md4rd, or anything else? it seems like everyone will want to browse it in their preferred environment.

    some lemmy things are visible in mastodon.el, but it’s currently not great. not only because of how masto rendering is based on a microblog style view, but also because a lot of content doesn’t federate that well yet.

    i took a look at the lemmy API docs, but they don’t seem to provide an overview of the endpoints?