Earlier quoted context omitted.
I like Apple Notes and would use it if it did not have the following limitations: - You cannot link between notes like a wiki (like Evernotes evernote://$note-guid) - You cannot export all your notes in a standardised format. - You cannot store notebooks in specific offline only encrypted disk images for privacy. - Cannot change background (must use paper emulation)
> You cannot export all your notes in a standardised format. This! When I tried to export my notes I realized how hard to impossible it was to get them out. An absolute no-go for me. So I gave up on accumulating notes in this otherwise beautiful and practical app.
Tired of note-taking apps
401–410 of 481 posts
Re: Tired of note-taking apps
#402I believe I shared this once before. After twenty years of trying every possible note taking app from Word 95 to Notion, this is now the entirety of my note taking app: #!/bin/bash read text _date=$(date +'%Y-%m-%d') echo -e "\n$_date: $text" >> ~/Dropbox/notes/stream.txt
So you only take notes while on your actual computer. You never take notes besides when you are on your computer.
Re: Tired of note-taking apps
#403I searched far and wide for a good note taking app a few years ago, only to find that the best solution for me was right in front of me the entire time. git init fall2020 Git lets me keep track of everything, and I have free hosting at multiple different websites, or my own server if I want to. It's simple and customizable, and depending on what type of notes, I have different scripts to automate new notes and search…
I feel like this is half a solution to me. I use Git too, but it does nothing about how notes are structured or linked, for which I lean on sublime, Obsidian and Zettelkasten.
Re: Tired of note-taking apps
#404I've tried many different systems, and the one I settled on is a single simple doc. It's the only method I've used for over a year. You can do google doc or office doc, but the key for me was having one doc that I just keep prepending to. Each day i'll add the date yyyy-mm-dd (dow) in bold and then list my work for the day... I use hyperlinks to dedicated docs or online guides for more involved projects (quick ctrl-k…
Re: Tired of note-taking apps
#405I have gone through a lot of note-taking iteration, and I have finally found something that really works for me. If anyone cares enough about the post, feel free to submit it on my behalf
Re: Tired of note-taking apps
#406Earlier quoted context omitted.
You could still access it from web. The interface isnt bad, but it’s web, so no native UI.
Sounds like it's a stone throw away from being packaged by someone as an Electron app :)
I used this to create an Electron app for my entire iCloud account. It's the only way I can stand to use it from my Linux machines due to the aforementioned Firefox bug. I don't mind using Chromium as an Electron app for this purpose though. Combined with Alltray I got a nice little Apple logo in my system tray that I leave open.
Re: Tired of note-taking apps
#407It's really impossible to express how many times a day this comes in handy. The most mundane information usually, for me, is also the most forgettable, and a quick jot fixes that.
And finally, when the thing is cashed, though most of the notations within are completely useless after a couple days, the object itself has, through wear and abuse, become a compelling and aesthetically pleasing artifact.
Re: Tired of note-taking apps
#408Earlier quoted context omitted.
The secret here is about the input: a key stroke on the keyboard is always the same movement, more or less, while letters are each a different symbol/drawing. There's very little creativity to pressing keys on a keyboard, while handwritten text is unique to each person, in time.
Every keystroke isn’t the same if that’s how deep you’re going to get into it. You never use the exact amount of force, or fall from exactly the same angle when typing either. It has nothing to do with that. There’s nothing inherently creative about writing. But it adds value in that it forces you to spend more time on a single thought while writing, which is not the case while typing. On a computer, you write your n…
None of that metadata is recorded, or could ever be revisited. But when I write with a pen, I can see the differences and sometimes it clearly relates back to the emotional experience.
Re: Tired of note-taking apps
#409Re: Tired of note-taking apps
#410Nothing has been as frictionless as nvALT[1]. Plain text, full text search, and point it at iCloud/Dropbox/Drive and now you have your notes fully synced. I’ve spent far more time than I care to admit trying out new note applications... [1]: https://brettterpstra.com/projects/nvalt/
I hope they'll release nvUltra soon: https://nvultra.com I use this as well, have all my stuff in a git repo and sync it to my iOS device so I can edit it with apps like iA Writer or 1Writer easily.
I thought about putting it in git, wasn’t sure if even having to commit/push would be too cumbersome for me.
I sync my notes with iCloud and have nvALT look at the folder there - then I setup a shortcut on iOS that appends to a “daily” file - can even use Siri too. Everything stays in sync and I don’t need to think about it. At least for now