quartz icon indicating copy to clipboard operation
quartz copied to clipboard

Ability to have readers leave comments

Open ejnix opened this issue 9 months ago • 9 comments

There is not a way for readers to leave comments on quartz pages, even anonymously.

It would be great if I could encourage discussion about topics on my blog through comments sections.

I've considered using another bit of code found here: https://github.com/aleen42/gitbook-comments but it only works with gitbook.

If there is a community plugin for comments, I have not seen it, but please direct me there.

Thank you for this amazing bit of technology and all your work :-)

ejnix avatar May 08 '24 19:05 ejnix

I am looking to deploy quartz soon too. Could either of these two work?

https://github.com/giscus/giscus https://github.com/utterance/utterances

They use github discussions/issues for comments.

rsachoc avatar May 09 '24 15:05 rsachoc

I've just done it, feels good, feel free to fork https://github.com/rickliujh/techblog

rickliujh avatar May 16 '24 23:05 rickliujh

I've just done it, feels good, feel free to fork https://github.com/rickliujh/techblog

I assume you are referring to this commit: https://github.com/rickliujh/techblog/commit/3a63084fc7643367adf99f0e1133672f791bd25b

I'll try to do something similar with https://github.com/utterance/utterances and will report.

aubertc avatar May 22 '24 21:05 aubertc

Ok, it wasn't too hard :-)

https://github.com/csci-1301/csci-1301.github.io/commit/7da584d7c33872f18f241e8ec0c2f1b910bcb7b7

aubertc avatar May 22 '24 22:05 aubertc

https://github.com/csci-1301/csci-1301.github.io/commit/4fb4f96ef4ef31425329c380d799de61db9e3480 makes utterance's style follow the selected style, but with a caveat (cf. https://github.com/jackyzha0/quartz/issues/1161 ).

aubertc avatar May 23 '24 00:05 aubertc

csci-1301/csci-1301.github.io@4fb4f96 makes utterance's style follow the selected style, but with a caveat (cf. #1161 ).

Ok, the issue is solved with https://github.com/csci-1301/csci-1301.github.io/commit/87c4fd44065ed915c0f71d515ff4dbe8251c446b

aubertc avatar May 23 '24 00:05 aubertc

I've just done it, feels good, feel free to fork https://github.com/rickliujh/techblog

thanks, it works for me 😄

Satar07 avatar May 24 '24 12:05 Satar07

The author said before to add this function, but still did not add, probably he forget it. Although the document is detailed enough, I have no experience with typescript, and the default configuration is good enough for me, so I'll wait for the author add this feature as plugin whenever he had time. @jackyzha0

xlinker1 avatar Jun 08 '24 14:06 xlinker1

https://twikoo.js.org/en/ is also a good choice.

iceprosurface avatar Jun 14 '24 07:06 iceprosurface

Thanks @rickliujh Your commit worked for me

jbadhree avatar Oct 10 '24 14:10 jbadhree

We already have giscus supported in Comments plugins

aarnphm avatar Oct 10 '24 17:10 aarnphm