Jay

Results 24 issues of Jay

- Replaced structopt with clap - `conflicts_with` for `the-way-gist-url` is `gist-url` and not `gist_url` (Closes #135)

enhancement

A customizable responsive theme with a sidebar, margin notes, a search box, analytics, and comments. Demo: https://out-of-cheese-error.netlify.app/ Instructions: https://github.com/out-of-cheese-error/astrochelys

## Problem Gooseberry queries Hypothesis for every `search` and `make` which is time-consuming and wasteful since many old annotations won't change any more. ## Solution - [x] Store annotations in...

enhancement

Stores annotations in local sled database using CBOR format so that search, view, uri, make and index commands can be run offline without queries to the Hypothesis API. Closes #76

## Problem Annoying to run `gooseberry make` every time I add new annotations. ## Solution `gooseberry watch` on screen/tmux should watch for hypothes.is updates and auto-download + export to knowledge...

enhancement

## Problem Local PDF annotations have `urn:x-pdf:` as their URI, which says nothing about the filename or where it's stored. Would be nice to have the filename to link to...

enhancement

It's technically possible to have a Windows version without the `search` functionality.

enhancement

Add a new command `gooseberry edit` that lets you edit and upload the annotation content. Include this as a keyboard shortcut in `gooseberry search`. Think about how this could be...

enhancement