VACILT / SSW_project

MIT License
0 stars 0 forks source link

Commenting and annotating #16

Closed kuchaale closed 3 years ago

kuchaale commented 3 years ago

Add functionality for direct web commenting and annotating our jupyter book #9. See here for options. I would vote for utterances since it is required to have another account instead of Github. However, the Hypothesis overlay of annotations is very nice too.

kuchaale commented 3 years ago

Please modify _config.yml accordingly.

kuchaale commented 3 years ago

I would allow commenting only under markdown files summarizing plots in the jupyter book. Insert the following in the end

```{raw} html
<script src="https://utteranc.es/client.js"
        repo="VACILT/SSW_project"
        issue-term="pathname"
        label="utterances"
        theme="github-light"
        crossorigin="anonymous"
        async>
</script>```