-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
TODO list #39
Comments
Hi @jarun |
Hi @wheresmyjetpack, Please take a look at the current test cases to get an idea. If you ask me, Buku does very complex tag management and susceptible to break with even minor changes. I guess you can add stronger test cases there. |
Exact word match using regexp supported at 405b73a. |
For PR #65, is there a reason / necessity for the prompt staying up after a range of results has been opened? This is causing issues during testing. I'm able to patch |
In my case if I search for a reasonably frequent keyword like If it's of any help, the prompt exits with a |
Found a way to handle this, should be opening a PR tonight! |
👍 |
Not sure if I'm misunderstanding the prompt for opening bookmarks from search results, but supplying "a" for opening (a)ll bookmarks doesn't seem to produce any of the desired behavior. Presuming this is supposed to be either a range or "a" for all bookmarks. |
I'll check this and get back. |
Fixed this at commit d4ec9e8. |
Hello @jarun I can look into making a Pypi packages if you are interested. |
@Ovvovy thanks for the offer! There are a few problems we'll face regarding Pypi:
|
I think it's possible to change the packages owner on Pypi. I'll look into the naming thing. |
Thanks! This is to keep prepared for a situation where a contributor moves on.
Thank you! |
Here is the first step: https://pypi.python.org/pypi/buku/0.0.4 I had to move and create some files. I'm not sure it will be possible to do it without breaking Travis builds. If you give me your Pypi username I can add you to the package |
I'll create an account and share it with you. |
Please use the handle |
Would automatic tag suggestions be interesting? Me and some friends did such a project for bookmarks in a university course and it worked wonders. We trained our model on already categorized bookmarks, then when you insert a new page we calculated a score for each category. In all our tests the highest scoring category was always the correct one! We used an approach very similar to word2vec. |
Yes! I'm game if you would like to explore it in |
Hi, Thanks |
Does the |
If not, please feel free to contribute an unformatted output option. For example: |
Well, |
What do you think about bookmark export filterted for toolbars? Only entries with the tag |
You can make it generic instead of just |
@Ovvovy any update on the Pypi packaging? You can use the handle |
@jarun didn't really had the time to improve it, but i'll do it this weekend. I already added you as owner on Pypi. I thought they send an email but guess not. |
Nope, didn't get any noti But that's OK. Thanks for the update! |
Could you check by connecting to Pypi ? |
Yep, I'm there with you. 👍 |
|
|
Other good ideas:
|
Hi @heliocarbex
Are you interested in picking up any of the currently identified tasks? |
Hi, I'm a new user of buku. There is a feature´-request i found nice to have. A switch to check if all bookmark are still active and save this entry in the database (active, not available + last timestamp active). So inactive bookmark could be deletet. Sorry for my english , i'm still learning. |
Thanks for the suggestion! If you run |
Ok, I understand your problem. My idea were to check with buku -u all bookmarks, then if not reachable, mark in the database with timestamp, not reachable and a counter. On the next check with buku -u and not reachable, the counter will increased. If the counter reaches a level of 5 the flag bookmark filled with "the site may be deleted". I tried to write a script to solve my idea. Thanks for the quick answer |
👍 |
It would be great if there would be an option during import to use the existing folder names from Chrome as tags in buku. |
@cpaulik Nice one! Thank you! Added to the list. Would you be interested in contributing the feature? |
Hi @jarun, |
I know there are bookmark utilities (including FF bookmark manager) which track these data and store stats. We don't want to track users, collect data and intrude into user privacy. It's one of the guiding principles of buku. Regarding 'status' please check my earlier comment #39 (comment). What's the use case for an additional 'rating' field? Please note that users can have tags like 1 start, 2 star etc. |
Rolled at #78. |
Continued from #14.
Notes
The list below is a growing one. While suggesting new features please consider contributing to
Buku
. The code is intentionally kept simple and easy to understand with comments. We'll be happy to help out any new contributor.Some of the just-completed features may not have been released yet. Grab the master branch for those.
Currently identified ToDos
googler
source)Option to add folder names as tags while importing HTML(refer to Import folders as tags while importing bookmarks HTML. #80)The text was updated successfully, but these errors were encountered: