Releases: out-of-cheese-error/gooseberry
Releases · out-of-cheese-error/gooseberry
0.6.0
0.5.2
0.5.1
Fixed
- URI file name should have the full path
0.5.0
Fixed
- Fixed Issue #49 - recursively creates db_dir and kb_dir
- Fixed
search
andview
without annotation_template set
Added
- Sort option
gooseberry config kb sort
(Issue #48) - Page template option
gooseberry config kb page
(Issue #52)
Changed
- URI/BaseURI options don't have "http" and "https" in folder/file name anymore (these are also not used when sorting)
0.4.0
Changed
- escape spaces in links with "%20". See rust-lang/mdBook#527
- remove IGNORE_TAG business, delete always deletes from hypothesis
- list available groups on running
gooseberry config group
with the "use existing" option
0.3.0
Changed:
Switched to Handlebars templates!
- tokio 1.0 update
- Fixed some bugs
- Added a make test
0.2.0-alpha
- Adds a new
config
subcommand calledkb
for configuring generated knowledge base. This has
all Change everything related to the knowledge base
directory Change knowledge base directory
annotation Change annotation handlebars template
link Change index link handlebars template
index Change index file name
extension Change knowledge base file extension
hierarchy Change folder hierarchy
- Uses
annotation
template to render annotations in plaintext files withextension
filetype and an index file namedindex
with links to each page decided bylink
.hierarchy
dictates the folder format anddirectory
says where the knowledge base files are stored. - Added examples of use for mdbook, obsidian and org-mode (partial)
BREAKING CHANGE
0.1.1
Changed:
- hypothesis crate points to crates.io version instead of git
- upgraded dependencies (except tokio and directories-next)
Added:
- badges to README
- link to releases in README
- first crates.io version
0.1.0
First somewhat decent release!
Main commands:
gooseberry sync
- syncs hypothesis annotations to gooseberrygooseberry search
- opens an interactive search buffer to select annotations.
Has keyboard shortcuts to add tags, remove tags and delete annotations.
This should be the main entrypoint for users whilegooseberry tag
,gooseberry delete
, andgooseberry view
are more for automating these tasks.gooseberry make
- builds the mdbook knowledge basegooseberry config
- manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the location of the knowledge basegooseberry move
- move annotations from one group to another (move not copy).
Useful if you have a bunch of annotations scattered around and want to move them into one group for gooseberry.