Logseq plugin for hypothes.is
93
stars
39
commits
Vue
primary language
Feb 10, 2025
updated
If you like this plugin, you can buy me a ☕ here

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
{
"highlightFormat": "📌 {text} {tags}",
"annotationFormat": "📝 {text}",
"noteFormat": "📝 {text} {tags}",
"deletedFormat": "🗑️",
}
See #13 for discussion.
{
"highlightFormat": "> {text} {tags}",
"annotationFormat": "{text}",
"noteFormat": "{text} {tags}",
}
pnpm install && pnpm run build in terminal to install dependencies.Load unpacked plugin in Logseq Desktop client.Vue
68.6%
CSS
18.7%
JavaScript
10.9%
HTML
1.9%
Logseq plugin for hypothes.is
93
stars
39
commits
Vue
primary language
Feb 10, 2025
updated
If you like this plugin, you can buy me a ☕ here

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
{
"highlightFormat": "📌 {text} {tags}",
"annotationFormat": "📝 {text}",
"noteFormat": "📝 {text} {tags}",
"deletedFormat": "🗑️",
}
See #13 for discussion.
{
"highlightFormat": "> {text} {tags}",
"annotationFormat": "{text}",
"noteFormat": "{text} {tags}",
}
pnpm install && pnpm run build in terminal to install dependencies.Load unpacked plugin in Logseq Desktop client.Vue
68.6%
CSS
18.7%
JavaScript
10.9%
HTML
1.9%