c6p/logseq-hypothesis

Logseq plugin for hypothes.is

93

stars

39

commits

Vue

primary language

Feb 10, 2025

updated

Browse cluster: Vue ecosystem and theming

README

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.

Contributors

c6p

30 commits

phildenhoff

2 commits

hnykda

1 commits

koppor

1 commits

c6p/logseq-hypothesis

Logseq plugin for hypothes.is

93

stars

39

commits

Vue

primary language

Feb 10, 2025

updated

Browse cluster: Vue ecosystem and theming

README

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.

Contributors

c6p

30 commits

phildenhoff

2 commits

hnykda

1 commits

koppor

1 commits

Languages

Vue

68.6%

CSS

18.7%

JavaScript

10.9%

HTML

1.9%