Logseq Hypothes.is Plugin
February 10, 2025 ยท View on GitHub
If you like this plugin, you can buy me a โ here
Logseq Hypothes.is Plugin

Enter your API token and user address. If you are not using a third party hypothes.is provider, your user account is username@hypothes.is. Fetch Updates will fetch new hypothes.is notes.
Selecting an URI below and clicking Get Selected Page will gather notes and create a page.
Types of notes
- ๐ highlight
- ๐
- annotation - if under an highlight
- reply note - if a child
- page note - if not a child
- ๐๏ธ deleted note
Example Configuration
Default
{
"highlightFormat": "๐ {text} {tags}",
"annotationFormat": "๐ {text}",
"noteFormat": "๐ {text} {tags}",
"deletedFormat": "๐๏ธ",
}
Alternative
See #13 for discussion.
{
"highlightFormat": "> {text} {tags}",
"annotationFormat": "{text}",
"noteFormat": "{text} {tags}",
}
Running the Plugin
pnpm install && pnpm run buildin terminal to install dependencies.Load unpacked pluginin Logseq Desktop client.