Live data from Hacker News

Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

github.com

11–20 of 22 posts

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#11
I noticed there is an Always on Top option in Settings, but I cannot enable it. Do I need to grant any additional permissions? Also, it would be great if the app could read bookmarks from other browsers and support cloud syncing of the JSON file via WebDAV.

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#12

I noticed there is an Always on Top option in Settings, but I cannot enable it. Do I need to grant any additional permissions? Also, it would be great if the app could read bookmarks from other browsers and support cloud syncing of the JSON file via WebDAV.

Right now Always on Top options can be enabled only when you're not in the "attachment mode". Because when the app is attached to browser window it shows the sidebar only when it becomes active. I'll see if I can find some solution

As for importing from other browsers, this is definitely on my list (at least Chrome and Firefox). I just did Arc first because that's where I wanted to migrate from

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#13

This is hilarious! I love it! (I don’t want to be “that guy” but are you aware of the Zen Browser? It was a drop in replacement for me and I love it)

Thank you! Yeah I tried Zen a while ago. It was generally awesome and I saw they invested a lot in the experience lately. Need to give it another try for sure If only it wasn't Firefox-based, that would have been perfect :)

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#14

Bookmark managers being a separate application is a brilliant idea. Like password managers, they can be full blown standalone applications, with lots of functionality and variability. I wish Firefox and others had good IPC for external applications to function as bookmark manager, password manager, etc. Browsers can then focus on being browsers, and we have have a variety of external bookmark managers exploring diffe…

For sure! I briefly looked into integrating more with browsers, for example, to better what's currently opened in different windows. But so far the only way I found was to rely heavily on macOS accessibility API to get some bi-directional data flow between the browser and the external app. Or alternatively try to do this kind of integration via a browser extension. I know Raycast is doing something similar with their…

I am planning to use the extension route to... bypass the imgur UK block. Just need to use imgur for more than once in a while.

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#16
post #2

This looks like a nice project! I always have a love hate relationship with bookmarks. I tend to treat bookmarks as a write once read never datastore. I have a set of 2-3 bookmarklets that I use often, but almost never use other bookmarks. I do keep an archive of pages or links I find interesting, but I store those in a separate archive (self hosted Karakeep). So, I’m legitimately curious — for the author or others —…

I built a simple bookmarks app for myself and others, which sends you a weekly recap of what you saved and finds things from your archive you might want to revisit. Would love your feedback: https://apps.apple.com/us/app/eyeball-bookmarks-assistant/id...

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#17
post #8

Cool project! I’m a tab hoarder and this seems like it’ll be a good help, excited to try it

How do you feel about Safari tab groups? They're perfectly happy to snap open a thousand tabs at once, from however many such groups you like, all synced across all the (Apple) devices. And on the left of the Safari window in a sliding tray.

Aside from these groups, there's "Save all open tabs to a Bookmarks folder" which lets you just shove a few hundred or thousand tabs into a bookmarks folder every few weeks or months.

Given the old limits on these, it's remarkable how much work they put into tab hoarding enabling!

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#19

Bookmark managers being a separate application is a brilliant idea. Like password managers, they can be full blown standalone applications, with lots of functionality and variability. I wish Firefox and others had good IPC for external applications to function as bookmark manager, password manager, etc. Browsers can then focus on being browsers, and we have have a variety of external bookmark managers exploring diffe…

For sure! I briefly looked into integrating more with browsers, for example, to better what's currently opened in different windows. But so far the only way I found was to rely heavily on macOS accessibility API to get some bi-directional data flow between the browser and the external app. Or alternatively try to do this kind of integration via a browser extension. I know Raycast is doing something similar with their…

You should look at the native messaging API, it does what you need for bi-ditectional communication between extension and local app.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

Re: Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

#20

Bookmark managers being a separate application is a brilliant idea. Like password managers, they can be full blown standalone applications, with lots of functionality and variability. I wish Firefox and others had good IPC for external applications to function as bookmark manager, password manager, etc. Browsers can then focus on being browsers, and we have have a variety of external bookmark managers exploring diffe…

Check out raindrop.io, I use it everyday it’s it’s been a pleasure to use.
Post reply on HN