rglullis@communick.newsM to Emacs@communick.newsEnglish · 1 year agolem.el: emacs client library and interface for Lemmy instances.codeberg.orgexternal-linkmessage-square15fedilinkarrow-up12arrow-down11cross-posted to: emacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.ml
arrow-up11arrow-down1external-linklem.el: emacs client library and interface for Lemmy instances.codeberg.orgrglullis@communick.newsM to Emacs@communick.newsEnglish · 1 year agomessage-square15fedilinkcross-posted to: emacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.mlemacs@lemmy.ml
minus-squareblawsybogsy@lemmy.mllinkfedilinkEnglisharrow-up1·1 year agoglad you got going! thanks for opening issues in the repo. bindings are just work to do. development moving v fast, mainly I’m just still trying to add basic features. eg posting is only 4 days old. I’m not sure about the markdown issue, I just require markdown-mode. mayb I use a fn in the mode that requires the binary. Lemmy uses markdown, so to render post content I take the markdown data, render it using markdown-mode, then render the HTML output. not sure how else to do that, nor how to not rely on markdown mode. I shd look into it more, but mainly I had to just find my own way, as Lemmy is hardly documented at all. feel free to make more requests, its easier than fumbling along alone.
minus-squareblawsybogsy@lemmy.mllinkfedilinkEnglisharrow-up1·1 year agoyeah actually, rendering markdown is what requires the binary
glad you got going!
thanks for opening issues in the repo.
bindings are just work to do. development moving v fast, mainly I’m just still trying to add basic features. eg posting is only 4 days old.
I’m not sure about the markdown issue, I just require markdown-mode. mayb I use a fn in the mode that requires the binary.
Lemmy uses markdown, so to render post content I take the markdown data, render it using markdown-mode, then render the HTML output.
not sure how else to do that, nor how to not rely on markdown mode.
I shd look into it more, but mainly I had to just find my own way, as Lemmy is hardly documented at all.
feel free to make more requests, its easier than fumbling along alone.
yeah actually, rendering markdown is what requires the binary