• egberts1 4 hours ago

    My only friction with hierarchy-type store of bookmarks is the orthogonal labeling scheme remains poorly or unsupported.

    Slapping a tag or two (or many) is bandaid.

    Need a way to navigate a tree for a bookmark that is repeatedly tagged and filed across hierarchy.

    Perfect example: retirement, budget, investment firms, reviewed

    Each day has a focus, and it often arrives differently to a same bookmark.

    Handcrafted Wikipedia category tree is a good start but still no navigation panel and a search box thereof.

    • moowmoow 3 hours ago

      The real issue isn't where you store notes — it's whether you find them when you actually need them.

      I've gone through Notion, Confluence, and plain markdown. The pattern is always the same: I diligently save everything, then never look at it again because the moment I need it, I'm in a completely different context (a ticket, a chat, a meeting).

      The "low friction = actually use it" point resonates. I've started thinking the answer isn't a better note-taking app, but surfacing the right information where the work happens, rather than making people go find it.

      • TheKnack 6 hours ago

        I used to keep everything in Obsidian, but I recently switched to keeping notes in Obsidian and links and articles in Karakeep (self-hosted).

        https://karakeep.app/

        One of many things that I like about Karakeep is that when you save a link it captures both a screenshot and text from the page, and uses AI to create tags and a summary for the link. Basically it automatically categorizes everything that you save.

        • weird_tentacles 21 hours ago

          The core idea of Zettelkasten:

          1. ONE (shared) dump-pile of all new notes. Your 2,600 pile should do fine

          2. REGULAR 'cleaning' of the new notes: a) Each note gets one or many tags (#urban-decay #gaming #assets) b) Each note is trimmed down to its essence, ready to be used for reasonable purposes. (e.g further writing)

          3. 'cleaned' notes are moved to your golden store, ready to be found by searching (search "#urban-decay")

          You have 1. You need 2. It's slightly work-y, but interesting and ... fun. Rediscovering and polishing forgotten dust-rubies.

          • a_protsyuk 17 hours ago

            That's a solid workflow. The "cleaning" step is where most people fall off though - how long does it take you to process a batch, and how often do you actually sit down to do it?

          • umtksa 5 hours ago

            using obsidian for notes raindrop.io for bookmarks and have my own jekyll template just for public links

            https://github.com/umtksa/links (repo)

            https://umtksa.github.io/links/ (demo)

            • CodeBit26 12 hours ago

              My system is basically a 'digital graveyard' if I don't use full-text search. I moved everything to Obsidian because it's just Markdown files on my drive. For links, I use a simple Telegram bot I wrote that dumps everything into a CSV. Low tech, but it’s the only thing I’ve actually stuck with for more than a year.

              • gagik_co 8 hours ago

                I’m also a “text myself” kind of person. I’m using my own chat-based notes app called tetrify, which is now adopting the Matrix protocol for sync.

                • Arathorn 5 hours ago

                  ooh, that's cool - come tell us about it in matrix.to/#/#twim:matrix.org when it's ready :)

                • throwaway5465 17 hours ago

                  Tools: Zettlr for notes. user?weird_tentacles explained the concept of zellelkasten. These are synced to a cloud folder so I have access to them on the move.

                  Blog: Compiling notes into 'new' knowledge is challenging and interesting. I try to keep on doing what I did in postgrad research.

                  • a_protsyuk 15 hours ago

                    Zettlr is underrated. When you're compiling notes into something new - how do you find the right notes to pull together? Do you browse, search, or does the linking do the work?

                    • throwaway5465 10 hours ago

                      Memory, notes hierarchy and filename (I tend to keep notes conceptually atomic and not just the date/time as a filename), tag search, free text search, citation backsearch; I have a bibtex library linked but that's mainly focused on maintaining references to published work- I use JabRef but IMHO that's really too heavy for what I use it for.

                  • longitudinal93 11 hours ago

                    I pin "Note To Self" in Signal and drop important stuff there. For less important stuff I have a Matrix room on my own server.

                    • sandreas 10 hours ago

                      I use a selfhosted flatnotes install with a cronjob commiting the changes to a private github repository.

                      Works pretty well

                      • theMezz315 21 hours ago

                        Google Keep CherryTree - which is much nicer than the web site portrays https://www.giuspen.net/cherrytree/

                        • a_protsyuk 17 hours ago

                          CherryTree looks interesting - hierarchical nodes. Do you split notes between Keep and CherryTree by type, or is there a different logic?

                        • choutos 21 hours ago

                          LogSeq, with the "brain" shared across devices using Koofr over webdav

                          • a_protsyuk 15 hours ago

                              LogSeq with WebDAV - nice setup. Do you use it mostly for linked notes/graph, or more as a daily journal?
                          • snowhale 18 hours ago

                            plain files in a git repo, one directory per topic, markdown. search is just grep. the friction of organizing is basically zero which means I actually do it. been doing this for ~6 years, it's messy but findable.

                            • a_protsyuk 18 hours ago

                              The "low friction = actually use it" insight is real. When grep fails you - topic you don't remember the exact words for - what's the fallback?

                            • HardwareLust 21 hours ago

                              I'm lazy, so I use Google Keep and will probably regret it someday.

                              • a_protsyuk 15 hours ago

                                "Will probably regret it someday" - what's the thing you're most worried about losing?

                                • HardwareLust an hour ago

                                  Google isn't exactly famous for maintaining their products. They'll kill it eventually, just a question of when.

                              • JohnFen 19 hours ago

                                I keep all that stuff on a Wiki that I run in my house.

                                • a_protsyuk 17 hours ago

                                  Self-hosted wiki - what software? And do you access it on mobile when you're out, or is it strictly home network?

                                • LetsAutomate 20 hours ago

                                  Notion — good for linking related notes

                                  • a_protsyuk 15 hours ago

                                    Does the linking actually pay off when you need to find something, or do you mostly just search?

                                    • LetsAutomate 4 hours ago

                                      I do just search.

                                  • journal 18 hours ago

                                    in md files in the file system.

                                    • a_protsyuk 15 hours ago

                                      Do you organize into folders, or just dump everything flat and rely on search?

                                    • ZYZ64738 20 hours ago

                                      ...sending myself an email

                                      • a_protsyuk 15 hours ago

                                        Email as inbox - do you ever actually process it, or does it just pile up with everything else?