Earlier quoted context omitted.
I do something but on the computer. I issue `j w` on the terminal, which means journal write, to create a new time coded entry and open it on an editor where I copy the URL and any immediate thought I have in my mind. Most people will just bookmark and forget which I also do often. Anyway, we replaced a tab overload problem with a notes/bookmarks overload.
I used to swear by org-mode until I realized I’ll never look at nested folders and files again. Maybe you could automate pasting the url by copying it beforehand and having the new entry draw it from the clipboard.
I do look at mine extensively. Though I invested a significant amount of time organizing them. Having a way of quickly searching notes and previewing their contents does help. I use fzfx, which is basically opinionated shell functions on top of fzf to do the search. In the future I want to autosync the public notes to my site and implement an improved search system there.
> Maybe you could automate pasting the url by copying it beforehand and having the new entry draw it from the clipboard.
C-C + C-V isn't a huge hassle at least for me. I have a bind on Neovim to format the link in Markdown format so I don't have to type []() and carefully paste the link in the right place but honestly I always forget to use and lately I'm just pasting the raw link and not caring about formatting. I think formatting should be done automatically in the background. In the future I may adapt or write a formatter for those niche cases. It can be triggered by a save or pre-commit hook (everything is in a repo inside a single monorepo). Might even hook up a LLM to it. Developing my own Notion lol.