out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
152 stars 9 forks source link

Feat/tag manager #64

Closed Ninjani closed 3 years ago

Ninjani commented 3 years ago

Added a search window for selecting from existing tags. New ones are created from unfound search queries. When adding tags, only tags not already present in filtered annotations are shown and creation is allowed. When removing tags, only tags present in filtered annotations are shown and creation is not allowed.

This PR also adds support for entering multiple comma-separated tags as input to gooseberry tag and in the search query to create new tags.

Closes #63