Open
Conversation
Screenshot added.
Screenshot updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey there, it's a nice & simple extension!
I needed a couple of new features, so I extended your extension a little bit without reading this discussion first. It seems the ideas discussed there were quire similar to my thoughts.
Because I've got lots of folders & sub-folders & sub-sub-folders etc., it's hard to identify which folder is a child of which collection. It would be a long process for me to switch from all these folders I've created to tags due to:
I tried the https://raindrop.io free account and they have this concept of (nested) collections, however after the import of a bookmarks.html file you are being notified that: "nested collections only available with PRO account (...) You can click "Continue" and import all your bookmarks and folders, but you will have a flat single-level collections structure!"
That's why I preferred to stay with the default chrome bookmarks first and came up with a couple of ideas to extend the chrome-better-bookmark by @ardcore.

The " > " character in a tooltip indicates the next hierarchical level.`

You can click on one of these radio buttons to mark the parent folder in which you wish to create a new one. That way you can continue to type the name of the new folder in the search input and the previously selected folder will be linked to it as a parent when you click "add new directory in that parent ↗" below.`
I guess my fork could also be easily extended to multiple folder support (checkboxes instead of radio buttons).
========================================
My fork is heavily optimised for people who likes to stick to the hierarchical folder structure adding new bookmarks: https://github.com/galakhov/chrome-better-bookmark
Try it out and provide some feedback if you like.