c6p / logseq-hypothesis

Logseq plugin for hypothes.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Logseq plugin for hypothes.is

License:MIT License


Languages

Language:Vue 68.6%Language:CSS 18.7%Language:JavaScript 10.9%Language:HTML 1.9%