@alphapapa A chat room but not quite
Had to write to David to get back
Yeah I hit the limit too, but Glorious Leader vouched for me (and you!).
The UX could be an of hybrid ement and mastodon.el
I managed to get this project to finally connect, and read the categories and topics lists in a readable format in a buffer, with some minor navigation capabilities.
The repo is here:
In its current form it will only read the topics and posts. I am working on being able to reply to topics, check user profiles and all that other good discourse stuff.
Test reply from a fledgling discourse for emacs package
I have tried your package, but I got no bindings, and the only commands I get are discourse-login
, discourse-submit-reply
and discourse-quote-post
.
I’m using emacs 30.0.92, and my config is the following:
(use-package discourse
:vc (:url "https://codeberg.org/glenneth/discourse-emacs" :rev :newest)
:custom
(discourse-default-forum "https://forum.systemcrafters.net")
(discourse-auth-sources (list (expand-file-name "authinfo.gpg" emacs-data-directory)))
)
This another test from within emacs this morning
Iam not seeing the latest replies to this topic, but am working on it
The problem was a pagination issue. I am seeing all of the replies now :). Moving on.
Hi @barocio thanks for pointing this out. I think it’s fixed now. I’d made changes in a feature branch and not merged to main. I’ve also just discovered that there is a limit to consecutive replies I thought it was errors in the code. Added a message informing the user of this.
Thanks again. I appreciate it.
Thanks, @Glenneth! Now it works if I clone the repo. Still doesn’t work with package-vc
, nor with use-package
. Maybe you need to make a git tag
for the latest update?
Enter your reply here…
is this thingon again? i broke it.