The problem I’ve found with many note taking apps is that it takes too long to simply write something down and find it later. Having simple “files” reduces friction and gets out of the way. Sometimes simpler is better.
My productivity app for the past 12 years has been a single .txt file (2020)
151–160 of 205 posts
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#152My productivity app has been pen + A5 paper pad Advantages: - Instant availability (no need to load up an app) - Works offline - I can't access it when I'm not at work (feature, not a bug) - I can draw as well as write - It's satisfying to tick items off
[1] https://gist.github.com/madphilosopher/c71dac84a096533d335bf...
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#153For the fellow .txt filists — I made a minimal online notepad https://kvak.io that makes it easier to access your notes anywhere. (With my wife we are also using it as an always-up-to-date shopping list).
Is there a self hosted version. No offense :)
It'd only need two pages. A list of notes, and a single page for editing notes. Perhaps a login page, but you could simplify further and just use HTTP Basic Auth. You wouldn't even need any JavaScript if you don't mind having to click a button to save your note instead of having it constantly updated as you type.
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#154I've always kept a text file or spreadsheet of things to do, priorities, etc... My biggest problem isn't keeping a list and getting organized, it's remembering to look at my list. I tend to space out for days working on a problem and forget to look at my list. I've experienced a big productivity boost by using the desktop background of my 43" monitor as a whiteboard (blackboard actually). I have an jpg the size of my…
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#155Earlier quoted context omitted.
Inspiration often comes after starting any given creative process.
I am a professional artist and I have to disagree with this. Once creative work becomes the thing you spend a large part of your life doing, you cannot rely on just sitting around waiting for inspiration. Creative workers regularly discuss the ways to get ourselves to work when we feel a total lack of inspiration for something with a looming deadline, as well as ways to create conditions where some kind of creative i…
> I write only when inspiration strikes. Fortunately it strikes every morning at nine o’clock sharp.
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#156Re: My productivity app for the past 12 years has been a single .txt file (2020)
#157I have a txt file open in emacs since 2012 formatted like YYYY-MM-DD Project 1. Daily notes. N.M hours TODO Project 2. Notes I use it to track what I'll have to invoice at the end of the month and why (some customers just pay others want to know what they are paying for) and to plan for the future. Plus a number of discarded A4 papers with a clean rear side filled with short term todo lists. Occasionally they become…
All I really needed to get started was to understand the equivalent syntax to the basic features Markdown would offer.
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#158/me retired. When I worked, my daily todo list would have been: * Spend another day working on Project X. Now it's all domestic tasks, which fall into two categories: tasks that have to be done urgently, and those I can do "when I feel like it". Guess what? My todo list now consists of one or two things I must do urgently, and getting on for a coupla hundred blue-sky tasks that'll never be done. Task #1: weed the tod…
Re: My productivity app for the past 12 years has been a single .txt file (2020)
#159I use a naming format for the task file, including the date and a short task description, e.g:
task.2021.12.23.short.task.description.txt
Number of task files created since 2012:
Task files: 18231 Total size: 350 MB
For each day I also create a worklog of the tasks I've been working on that day (including minutes spent). Since 2012 I've registered 2540 daily worklog files:
ls -l task.????.??.??.worklog.txt |wc -l
2540
The worklog files are also used to estimate time necessary to complete similar or recurring tasks.Re: My productivity app for the past 12 years has been a single .txt file (2020)
#160The key to this solution isn’t really the .txt file or the formatting. It’s the ritual. Any productivity system can be made to work once it becomes a habit and therefore your default action. I think .txt files or Org mode are attractive to devs because they feel like something we’d be doing anyway during our day. the same system will work with a paper journal or even a fresh piece of paper every morning if, and only…
If you read it, TFA is more than just a folksy phrase like "make it a habit."