~cnx/site

1

Re: Comments for Static Sites without JavaScripts

Details
Message ID
<20220111131452.2ntqrw5cq3az4q6f@opensuse>
DKIM signature
missing
Download raw message
Hmm I often see separate feed for comments on some sites (though I can't
find them now), which is quite annoying to me because these comments are
separated from the post.  I'm not sure if it's just my feed reader not
understanding this field, but I guess it's unlikely the case.

> Follow the anchor in an author's name to reply

Why not just make a "Reply" link instead?  Is it intentional to be
unintuitive?

Re: deleting comments, I wonder how would you do that.  Do you have to
manually goes through the comments in mbox and delete it every time you
regenerate the comments?

Anyway, nice work, I think I might look into implementing something
similar at some point.

> FYI this email sets Reply-To instead of In-Reply-To so it won't show up
> on the site.  I've drafted the reply for this, could you please resend
> the comment with the corrected header?

FWIW, the workaround works:

neomut "mailto:..."

It is a bit annoying, though, because for some reason Firefox stripped
the parameters when I copy it.

Another way that works for neomutt is to use "edit header" (hot key: E).
↑ Note for future me

Re: Comments for Static Sites without JavaScripts

Details
Message ID
<CH2WDHRXM58H.3IUT9RHYUF6TM@nix>
In-Reply-To
<20220111131452.2ntqrw5cq3az4q6f@opensuse> (view parent)
DKIM signature
missing
Download raw message
> Hmm I often see separate feed for comments on some sites (though I can't
> find them now), which is quite annoying to me because these comments are
> separated from the post.  I'm not sure if it's just my feed reader not
> understanding this field, but I guess it's unlikely the case.

Yea not many readers support `wfw:commentRss`, which is the only semantic
way to deliver comments AFAICT, with WFW pepsi for quite a while.
It should not be difficult to add it to your favorite reader though
so it might be worth a shot discussing with its maintainers.

> > Follow the anchor in an author's name to reply
>
> Why not just make a "Reply" link instead?  Is it intentional to be
> unintuitive?

Thank you for the feedback, it was not a concious decision (-;

> Re: deleting comments, I wonder how would you do that.  Do you have to
> manually goes through the comments in mbox and delete it every time you
> regenerate the comments?

lists.sr.ht has moderation features so I'm using them.
If one uses a personal mail box, deleting or moving
inappropriate comments to a separate folder should do.

> Anyway, nice work, I think I might look into implementing something
> similar at some point.

Thanks d-; I'm looking forward to seeing it!

> FWIW, the workaround works:
>
>     neomutt "mailto:..."
>
> It is a bit annoying, though, because for some reason Firefox stripped
> the parameters when I copy it.

Seconded, Firefox does not treat URIs indiscriminately and pretends
that `mailto` is only about the email address )-;  Try *setting*
the following script for `mailto` handling in Firefox:

    #!/bin/sh
    exec urxvt -e neomutt "$@"
Reply to thread Export thread (mbox)