c6p / logseq-hypothesis

Logseq plugin for hypothes.is
MIT License
86 stars 14 forks source link

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

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