136
General Software Discussion / Re: I'm thinking of going primitive, with discursion into zettelkasten
« on: June 14, 2020, 06:17 AM »FYI- Roam has released its pricing. It's $15/month. You can continue for free right now, but as at some point they will do away with the free plan (and their language is shaming people that don't want to pay that price), I'm done with Roam. That's just way too much a month for me. Emphasized the part below about the not free forever part...Only shows how much is in flux right now with these different tools.-wraith808 (June 11, 2020, 03:23 PM)
One thing I hope for is standardization of some of the newer features. Like double bracket style links, timestamps as references and automatic backlinking, autocompletion and highlighting tailored for note taking, and more. A superset of CommonMark with features for working with information in large sets of interrelated plaintext files.
I've previously mentioned using Everything and AutoHotkey for a DIY quick linking feature. Basically, datestamps or unique filenames as links and a script that on hotkey press copy selection, silently search Everything for that string and take appropriate action. For example, if the selected string has a unique match and it is an image or pdf or txt file, then open it in a preset application. If it is another filetype then open Explorer and select it. If there are multiple matches then open the Everything window with the search results. Etcetera. This can be used regardless of what program I'm reading the plaintext note file in.
Maybe one could also make a decent DIY auto backlinking feature that does not depend on a specific all-features-included note taking app (Roam, Obsidian, ...) by using ripgrep, Everything and AutoHotkey together. Detect plaintext file changes and extract and update backlinks to the currently active plaintext document. Backlinks could show in a child window anchorded to the side of whatever app (Notepad++, ...) used to edit/read a plaintext file.