-
-
Notifications
You must be signed in to change notification settings - Fork 445
Refactor Bookmark plugin #695
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
Conversation
@Positron010 I have implemented the custom chromium bookmark loader. Do you want to take a try on this pr? You may need to figure out the data directory of the Vivaldi browser by yourself. |
Hi @taooceros, |
Nice to hear that! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
var allBookmarks = new List<Bookmark>(); | ||
|
||
//TODO: Let the user select which browser's bookmarks are displayed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//TODO: Let the user select which browser's bookmarks are displayed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue #527 exists for this, lets remove the todo
version bump please |
Always forget it😂 |
I will leave #688 in another branch |
will close #694
Refactor Bookmark plugin
TODO: