-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert new tags into tag index #212
Comments
I think this is possible, but not super trivial First, the extension must ask the librarianette which category they want to add it to, or if they want to create a new category |
We can easily find the categories and the nesting depth using the Tag Index Index, however we would need to restructure our parsing of the tags, as right now they only point to parents, and for new insertion we would want the tree pointing in the other direction too. |
I'm trying to imagine what a perfect UI for this thing looks like. When you hover over a tag or sheet that you wish to insert the new tag under, it would be great if it gave you a description. The description could either go in a tooltip (maybe yuck) or in the To support this, the Tag Index Index would also need to tell Better LibraryThing where the descriptions even are. And it would probably be nice if the whole sheet had a description |
When the extension notifies a user that they are adding a tag that is not in the tag index, if they decide to keep it, insert the new tag into the tag index.
The text was updated successfully, but these errors were encountered: