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: 3 months ago
JSON representation
Logseq plugin for hypothes.is
- Host: GitHub
- URL: https://github.com/c6p/logseq-hypothesis
- Owner: c6p
- License: mit
- Created: 2021-08-22T17:31:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T08:46:13.000Z (12 months ago)
- Last Synced: 2024-07-03T02:44:03.045Z (4 months ago)
- Language: Vue
- Size: 185 KB
- Stars: 86
- Watchers: 2
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-hypothesis - Get hypothes.is annotations into logseq (🔌 Plugins)
- awesome-starred - c6p/logseq-hypothesis - Logseq plugin for hypothes.is (others)
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.