nikipore / alfred-python

simple Python access to the Alfred workflow API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookmarks not appearing on Mac Firefox

chrisbrinkworth opened this issue · comments

Just testing out your workflow. It looks like some history appears, but no bookmarks. I'm wondering if this workflow was designed with a Windows-based Firefox profile in mind. For instance, I'm on a Mac and my places database is "places.sqlite" not "places.db".

I'm also wondering if it's possible to have the workflow pick up on bookmark keywords. For instance, I'd like to search "hotmail" although the bookmark name might be Microsoft Windows Live but the keyword is "hotmail".

Thanks

Mac 10.8.3
Firefox 20.0
Alfred 2.0.3 (187)
alfred-firefoxbookmarks (latest)

Test:
I have a bookmark entitled "Paperless Office Wiki". I type:
ff Pap

Expected Result:
Listing with "Paperless Office Wiki" bookmark entry

Actual Result:
History entries for "P" and "Pa", no entries listed for "Pap" and beyond.

Thanks for your feedback! You seem to have ended up on the wrong project. Just so much here and now:

  • The database scheme is called places.db, a glance at the code reveals that the db file is indeed places.sqlite. You wouldn't see a result otherwise.
  • My FF profile is Mac-based (FF 20, OS X 10.7).
  • You are correct on the bookmarks. All my bookmarks are in the history, so I didn't see that. Will fix it as soon as I find the time. Please re-open your issue here.