Skip to content

c6p/logseq-hypothesis

Repository files navigation

If you like this plugin, you can buy me a ☕ here

Logseq Hypothes.is Plugin

hypo

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 build in terminal to install dependencies.
  • Load unpacked plugin in Logseq Desktop client.