Just wanted to congratulate you on this, looks great! Especially the bookmark cards and user profile page / infos. Will probably be copying some of that down the line :wink:
Grimoire: Open-Source bookmark manager with extra features
121–130 of 138 posts
Re: Grimoire: Open-Source bookmark manager with extra features
#122It would be helpful to have an overview of how to use this. I understand that I run a docker image, but what does it do? Do I have a bookmarklet? Can I import and reorg my saved bookmarks? Does it tie in with Chrome or Firefox saved bookmarks? Etc? Thanks!
Documentation is still WIP and incomplete. As per https://grimoire.pro/docs/roadmap sharing, import, export, bookmarklet and browser extension are on the roadmap. Offtopic: I've heard the word Grimoire only from the Black Clover anime and expected the author to be a fan of the series. Didn't know that it's such a common word, so TIL.
Re: Grimoire: Open-Source bookmark manager with extra features
#123Gotta love the generic LLM generated description
Re: Grimoire: Open-Source bookmark manager with extra features
#124This looks great and I’ll definitely give it a spin when I get a chance. What I’d really like though is the ability to save the pages locally, I often revisit bookmarks from years ago only to find that the page no longer exists.
(It does have some idiosyncrasies since it's supposed to be a citation manager originally, but once you get used to the workflow it gets out of the way and works really well.)
Re: Grimoire: Open-Source bookmark manager with extra features
#125While humans are still browsing (instead of agents), there is definitely a need to manage our collections better. I worked on something in 2007 for bookmarking, too. https://vimeo.com/60251128
Re: Grimoire: Open-Source bookmark manager with extra features
#126I'm very flattered by such good observations and the warm welcome for this project. I won't be able to respond to every comment from you guys, but you bet I will read them all and take notes!
For now, Grimoire is at 1/10 of its potential, and I will work hard to make it worthy of being a good contender for your default bookmark manager. Definitely, it's missing many features, like a dedicated browser extension, import/export capabilities, and better documentation, and I'm well aware of that.
Was the launch rushed? Maybe, but I thought it would be great to hear your opinions and perhaps even appeal to some potential contributors (wink wink).
For now, I want to address the most common issues that prevent some of you from even running and testing it (clearly an oversight on my side). Then I will write a blog post on https://grimoire.pro to answer some of your questions and doubts, so (if not now, but maybe in the not-too-distant future), give it a chance.
Thank you again, and big kudos to user hunderbong for mentioning Grimoire on HN!
Re: Grimoire: Open-Source bookmark manager with extra features
#127Earlier quoted context omitted.
Have you given Nix a try? It's fully solved this problem for me, and it also has Dockerfile generation down great. Nothing else comes even close What's really nice is using direnv to cd into a directory and having a flake.nix file in it which changes the entire system to what I need to do in that folder. So I don't need any of my dev environment to be system-wide, everything is per project. That alone has cut my syst…
> What's really nice is using direnv to cd into a directory and having a flake.nix file in it which changes the entire system to what I need to do in that folder. How cross-platform is direnv + Nix? Do flake.nix files have macOS/Linux versions? One of the biggest advantages of using Docker images as a package format is that it's (sort of) cross-platform via Docker desktop and such on a Mac. I would prefer to use some…
Re: Grimoire: Open-Source bookmark manager with extra features
#128Earlier quoted context omitted.
Documentation is still WIP and incomplete. As per https://grimoire.pro/docs/roadmap sharing, import, export, bookmarklet and browser extension are on the roadmap. Offtopic: I've heard the word Grimoire only from the Black Clover anime and expected the author to be a fan of the series. Didn't know that it's such a common word, so TIL.
Derived from the word "grammar" for me.
Re: Grimoire: Open-Source bookmark manager with extra features
#129Earlier quoted context omitted.
I feel the opposite. I won't install anything except official OS packages outside Docker, if I can avoid it. Sick of polluting my filesystem with things that are hard to update, conflict with other installed packages, mess with my shell startup files, unnecessarily request root access to install, install to weird places, don't play nice with other installed packages, and on and on. Docker is not without complications…
Have you given Nix a try? It's fully solved this problem for me, and it also has Dockerfile generation down great. Nothing else comes even close What's really nice is using direnv to cd into a directory and having a flake.nix file in it which changes the entire system to what I need to do in that folder. So I don't need any of my dev environment to be system-wide, everything is per project. That alone has cut my syst…