Acidham / chromium-hist-bookmarks

Search in Chromium History and Bookmarks
137 stars 18 forks source link

Profiles Not Searched #26

Closed bwt615 closed 1 year ago

bwt615 commented 1 year ago

I have three edge profiles - only seems to pull from one.

Acidham commented 1 year ago

Yep from the default profile.

You could open .py files and add additional urls if required. I never tried it but I thought someone else was successful with the change.

bwt615 commented 1 year ago

It would be super cool to have all three listed and launch the bookmark based on the profile. Then you’d be the true replacement for the default search.

From: Acidham @.> Date: Tuesday, December 13, 2022 at 4:38 PM To: Acidham/chromium-hist-bookmarks @.> Cc: bwt615 @.>, Author @.> Subject: Re: [Acidham/chromium-hist-bookmarks] Profiles Not Searched (Issue #26)

Yep from the default profile. you can open .py files and additional urls if required. I never tried it but I thought someone else was successful with the change.

— Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAcidham%2Fchromium-hist-bookmarks%2Fissues%2F26%23issuecomment-1349774618&data=05%7C01%7C%7C6c7aae1f40754cec14b508dadd526693%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638065643216113093%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=9cMa2LCFkUUnIzuXXqpg6Ze5tRY8w4RCovYYVkTYJ6Y%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FALRHQ3PZOQV6BAIPHJD3NQDWNDUF7ANCNFSM6AAAAAAS5WGVLI&data=05%7C01%7C%7C6c7aae1f40754cec14b508dadd526693%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638065643216113093%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=9T7jp287NZZZh%2F2H7nqj8%2Fr%2Bb6G0d2Jp0KVVyYauDKs%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

Avivbens commented 1 year ago

Any update in here?

Acidham commented 1 year ago

I am not planning to implement profile search, but I suggested a workaround. Did you try?

Avivbens commented 1 year ago

Screenshot 2023-01-05 at 14 08 35 Just added that. I'm getting Code 1: ERROR: Alfred Environment "chrome-default" Variable not found! from Alfred3.py:290

Avivbens commented 1 year ago

Screenshot 2023-01-05 at 14 10 07

that as well info.plist

Acidham commented 1 year ago

Yes, you need to add a checkbox to user configuration after Chromium. The reason is to enable/disable search for that browser. See my mockup below. Don't forget to add chromium-work as well

Screenshot 2023-01-05 at 15 40 25
Avivbens commented 1 year ago
Screenshot 2023-01-05 at 17 09 15

Am I missing something here?

Avivbens commented 1 year ago

OK, I've found it Should be without - (no kebab case)

bwt615 commented 1 year ago

No plan to add multiple profiles :( ?

I think that would be a huge differentiator for this plugin! Currently nothing that does it.

I use profiles essentially because I have tenants and different bookmarks in each. Launching the relevant profile based on bookmark would be a game changer!

Acidham commented 1 year ago

I am not using profiles but when I am thinking of how to implement it. A profile can be any name, and this fact makes it hard to implement. This means I need to look into the directories to find out if it is a profile or not and subsequently add it. But the implementation effort would be similar to a re-write.

Avivbens commented 1 year ago

I'm working on a workflow that supports it. Let you know about it 👌

bwt615 commented 1 year ago

Awesome good luck!!

From: Aviv Ben Shahar @.> Date: Thursday, January 5, 2023 at 2:51 PM To: Acidham/chromium-hist-bookmarks @.> Cc: bwt615 @.>, Author @.> Subject: Re: [Acidham/chromium-hist-bookmarks] Profiles Not Searched (Issue #26)

I'm working on a workflow that supports it. Let you know about it 👌

— Reply to this email directly, view it on GitHubhttps://github.com/Acidham/chromium-hist-bookmarks/issues/26#issuecomment-1372662175, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALRHQ3OMF6D5YFP62JKPLXDWQ4Q4PANCNFSM6AAAAAAS5WGVLI. You are receiving this because you authored the thread.Message ID: @.***>

Avivbens commented 1 year ago

Just published this NEW workflow. Enjoy!

NPM Link

@bwt615