Earlier quoted context omitted.
Could you go over how you save bookmarks with Emacs, I'm curious as a fellow Emacs user.
Take a look at BrainTool. It's a bookmarks/tabs/todo-manager browser extension that writes to an org-mode syntax text file. Allows you to capture notes, containment hierarchy, to-do state etc and expose it all to your org PKMS. (Disclosure, I'm the developer.) https://braintool.org https://github.com/tconfrey/BrainTool
Bookmarks.txt is a concept of keeping URLs in plain text files
101–110 of 161 posts
Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#102Bookmarks are something I have grown tired of. From the days of del.icio.us, I started collecting bookmarks and it kind of trickled along almost until Pinboard went on life support (or something else if you'd prefer to call that). The thing is - I just saved bookmarks, I never really utilised them ever, to find something, to go back to. I can remember once or twice and either I couldn't find anything among my bookmar…
> The thing is - I just saved bookmarks, I never really utilised them ever, to find something, to go back to. You're not describing a bookmarks issue. You're describing a personal organization issue, which is reflected on how you manage bookmarks. You're voicing the exact same sort of complains often directed at todo lists. In fact, from your description you're implicitly treating bookmarks as ad-hoc Todo lists, and…
Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#103Earlier quoted context omitted.
I was wondering if someone else would remember this.
Remember? I just exported bookmarks as a HTML a few days ago. :o
Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#104[1]: https://learn.microsoft.com/en-us/previous-versions/windows/...
Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#105Given that the aim is to still visit the URL, this appears to be browser bookmarks with extra steps. I am not seeing an advantage to the external storage mechanism and the overhead it brings. Browsers have been doing an excellent job of managing bookmarks, you can tag and search for them from the address bar itself which is very convenient.
Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#106Earlier quoted context omitted.
Well, actually I could see a use for this in specific context and use cases, for instance if you happen to have different dev environments you're able to just move from machine to machine while keeping all the bookmarks in the repository. If you organise them you can even reference them from the codebase, or the documentation to avoid clutter. The format is simple and dumb enough so that a simple bookmark.txt can be…
You don’t have bookmark sync in your browser?
Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#107Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#108Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#109Re: Bookmarks.txt is a concept of keeping URLs in plain text files
#110 javascript:window.prompt("Title + URL:",document.title+"\n"+document.URL);
Which when clicked, opens an alert with 2 lines like this: Bookmarks.txt is a concept of keeping URLs in plain text files | Hacker News
https://news.ycombinator.com/item?id=45047572
I then paste this into my bookmarks.txt and have a simple text editor script to perform fuzzy searching on it and open a web browser tab with the found URL.