Proposal for Hypothesis integration
See original GitHub issueI’m interested in creating an extension that is quite similar to Disqus. The result will be the same, i.e. the integration of a discussion/annotation tool, except it’s not Disqus but Hypothes.is. Here’s a link to how this gets integrated manually.
From what I’ve seen by looking at the code for Disqus it’s really quite similar, it comes down to including an embed.js and configuring the behaviour via some options.
My questions are:
- Would you accept an integration like this as a PR?
- Are there any other places in the code to modify in order make such an integration work?
Thanks.
Edit: regarding question 2, there is of course the base.html file that would need an update, too.
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (20 by maintainers)
Top Results From Across the Web
How to Write a Research Hypothesis| Enago Academy
Research hypothesis is a statement that introduces a research question and proposes an expected result. It is an integral part of the scientific...
Read more >How to prepare a Research Proposal - PMC - NCBI
It is an integral part of selecting a research topic. ... A hypothesis can be defined as a tentative prediction or explanation of...
Read more >Development of an Online and Offline Integration Hypothesis ...
The Integration Hypothesis proposes that healthier patterns of Internet usage may be achieved through harmonious integration of people's online ...
Read more >Integrated Literature Review, Research Question/Hypothesis
Begin by introducing your topic and explain why it is socially important. Write a few paragraphs in which you integrate the individual, annotated...
Read more >writing research hypothesis and objectives
In a journal article, the introduction is usually integrated with the literature ... The proposal's theoretical section occupies a critical position in the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I kind of agree with your assessment of the Hypothesis functionality on mobile (and so, it seems, do the project people) but there is not much I can do. On Slack in a conversation they said:
That was 11 months ago and surely priorities do change … Personally, I think that on a small screen you have to make trade-offs of what you can do and display, and not showing annotations would for me and our use cases be an acceptable trade-off. We’ll do some tests with tablet screen sizes, but I expect it’s possible to show the sidebar in both landscape and portrait mode.
I didn’t know about the
extraheadtemplate variable and theextra_javascriptoption, so I guess we will experiment with these for the time being. Thanks!Added above comment to an existing ticket: https://github.com/hypothesis/product-backlog/issues/94#issuecomment-507346194