I tend to format my plaintext notes as markdown to add a small amount of organization. I also have some light folder/file organization to break things into categories/topics/days, depending on what it is. That gives me a nice clean slate to work from each day, but lets me pick up where I left off on more long-term stuff. Finally, I push it all to a private Github repo so I can get to my notes easily from wherever I a…
I'm guessing you're younger than 40. At some point, either your jobs novelty will wear off or your memory will just degrade. what happened to me is the lack of novelty in day to day and long term plans created a lot of unreliable data. having done a task multiple times, recalling the latest event details became a mixed bag of questionable facts. I still have the same capacity but now because I had such a great capaci…
My productivity app is a never-ending .txt file (2020)
141–150 of 272 posts
Re: My productivity app is a never-ending .txt file (2020)
#142I tend to format my plaintext notes as markdown to add a small amount of organization. I also have some light folder/file organization to break things into categories/topics/days, depending on what it is. That gives me a nice clean slate to work from each day, but lets me pick up where I left off on more long-term stuff. Finally, I push it all to a private Github repo so I can get to my notes easily from wherever I a…
Re: My productivity app is a never-ending .txt file (2020)
#143I'm doing something similar with Obsidian daily notes[^1]. I also have a weekly note that I use to plan the next week. Similar to how the author talks about scheduling their next day the evening before, I've started planning the big tasks for next on Friday afternoon, as this gives me momentum on Monday morning. Related: I've found the 3/3/3 technique from Oliver Burkeman[^2] and the concept of open and closed lists…
Happy Obsidian user here. I love that the "vault" concept it uses is literally just a folder of markdown files, meaning I'm still in full control of my data. I don't use their proprietary sync service, I just drop it into a regular folder and let syncthing take care of cloning it to every device I own and a few extras for backup. Obsidian itself has got to be the nicest markdown editor I have ever used, hands down. I…
Re: My productivity app is a never-ending .txt file (2020)
#144I tried to avoid bringing in some strange formatting rules etc, quite free form. With a single file, it's effortless to go back and find out maybe why something was done in that way or why it wasn't done at all.
Looks kind of like a work diary to me, I have seen people trying to do a similar thing by bringing too much structure/org modes etc and making it so complicated that they forgot at first why they are doing it.
KISS
Re: My productivity app is a never-ending .txt file (2020)
#145I have been using Apple Notes which is great because I can read/write in the moment on a Mac, on iPad, on iPhone, and everything is (almost always) synced and stored in the cloud. I have been doing one note per day. On the other hand, PTF (Pity The Fool) who tries to export these notes. I know some people have written exporters but of course, whenever Apple decides to change format, PTF. I would like to change to a m…
Re: My productivity app is a never-ending .txt file (2020)
#146I don't know how to articulate it, but I could never do anything like this. The ability to organize one's life like this is so foreign to me, it's almost like he's describing what it's like to be an octopus. I think it may be my emotional state that I can't manage. There is absolutely no way, I could decide what I'd be doing the next day every night. The thing is my state of mind would prevent me from doing half the…
I find it helpful to give myself permission decide NOT to do something. The to-do list is a bunch of things that I thought were important when I wrote them down. If the next day I only do half of them, but feel those were the important ones, then I have success. If I decide that half of them aren't worth doing, the doing those would be failure. The goal of the list isn't to beat you up, but just a tool to make sure t…
It did bring up the concept you mention. It basically had a person set their goal, then write down everything they could do to get there. From there you pick the ones that will get you the most bang for the buck. And when you hit your goal, you’re done. If that means it only took 5 tasks out of 47 possible, great. Goal achieved, trash the rest of the tasks and move on.
Re: My productivity app is a never-ending .txt file (2020)
#147Re: My productivity app is a never-ending .txt file (2020)
#148Re: My productivity app is a never-ending .txt file (2020)
#149I have been using Apple Notes which is great because I can read/write in the moment on a Mac, on iPad, on iPhone, and everything is (almost always) synced and stored in the cloud. I have been doing one note per day. On the other hand, PTF (Pity The Fool) who tries to export these notes. I know some people have written exporters but of course, whenever Apple decides to change format, PTF. I would like to change to a m…
I like that Apple Notes gives me the option to write, easily add images, make tables, etc. While 98% of my notes are just text, and some of these things can be done in markdown, it is higher friction in markdown. So I’m choosing the lower daily friction and extra features, knowing that I’ll probably experience one high friction migration day in the future, but that day could be 10 years from now.
The biggest issue moving notes out of Apple Notes was the extra new lines and spaces all over the place. I have to assume if the app is going to shutdown that some nice developer will make a little tool to take care of this. If not, meh… I’ll use it as an opportunity to clean up some clutter.
Re: My productivity app is a never-ending .txt file (2020)
#150I use https://joplinapp.org because it allows for pasting images and files. Supports markdown. Has easy sync and also mobile and desktop apps. Free and open source.
If you have all of your notes in a folder
~/my_notes
~/my_notes/work
~/my_notes/music
etcJoplin takes them and stores the notes internally as a SQLite table with UUID named markdown files. It makes it very difficult to use bash tools, finding them, other IDEs, etc to work with your files after Joplin has ingested them. Compare this to apps like Obsidian and Logseq (also open source) which don't mess with your markdown file organization.