Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/c6p/logseq-hypothesis

Logseq plugin for hypothes.is
https://github.com/c6p/logseq-hypothesis

Last synced: 4 months ago
JSON representation

Logseq plugin for hypothes.is

Lists

README

        

> If you like this plugin, you can [buy me a ☕ here](https://www.buymeacoffee.com/c.6p)

# Logseq Hypothes.is Plugin
![hypo](https://user-images.githubusercontent.com/80478/130854045-ac8c603f-0e07-4531-b195-c15833475052.jpg)

Enter your [API token](https://hypothes.is/account/developer) and user address. If you are not using a third party hypothes.is provider, your user account is `[email protected]`. `Fetch Updates` will fetch new [hypothes.is](https://web.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
```json
{
"highlightFormat": "📌 {text} {tags}",
"annotationFormat": "📝 {text}",
"noteFormat": "📝 {text} {tags}",
"deletedFormat": "🗑️",
}
```
### Alternative
See #13 for discussion.
```json
{
"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.