Might be mild autism or some other mental condition, but I'm obsessive about timestamping everything. In my defense, it is useful when you want to refer back to it! Looks like a great little app
Timestamps are very underrated. There's so much useful information stored in them. It can help you remember what other things you did that day around that time, in what order some events happened, what were your initial plans and how they changed. These things can be so easily forgotten.
Notetime: Minimalistic notes where everything is timestamped
71–80 of 137 posts
Re: Notetime: Minimalistic notes where everything is timestamped
#72I like the idea, but not the web-based implementation. Local first, and ideally an open source app that can work offline when I'm going distraction free. It feels like a vim plugin. It definitely feels like org-mode can do this. A few years back I had a little command line tool where I could log things quickly - it was like syslog for humans - but with #hashtags for projects or clients, and then a small tool that wou…
$ ts | tee -a notes
Or just ts >>notesRe: Notetime: Minimalistic notes where everything is timestamped
#73Let me ask a random note-taking question. I am a heavy user of Roam ( before that workflowy, before that org mode). I have daily checklists, but also some extensive notes on specific topics and some large projects I'm tracking. But I'm so heavily using LLMs now to help with researching topics. And I haven't found a good way to bring my LLM usage to my note taking. I'd love to be able to go over some things with an LL…
Two QOL uses I've found is concept indexing and excerpt formatting. Before/after engaging with new material, I'd generate a table of concepts and the pages these concepts are mentioned. Simple two column markdown table, nothing more. Second, for excerpt formatting I use a specific markdown format (add timestamp header, page number, and one/two keywords) to convert my highlights after running through a PDF. A more adv…
What note taking software are you using? Or just text files?
Re: Notetime: Minimalistic notes where everything is timestamped
#74Earlier quoted context omitted.
I use AutoHotkey's text replacement to drop different date formats. Typing "]ts" in an input replaces it with 03/21/2025 10:10:48 ::]ts::{ Send(FormatTime(,"MM/dd/yyyy HH:mm:ss")) Return } Beware the syntax differences between Autohotkey 1 and 2 when searching documentation
Please take this as your official notice that you use dates completely wrong and the world thinks you are a terrible person. If you would like to be a good person, please correct your horrific use of dates immediately Medium/Small/Big Big:Medium:Small - No! Bad American! Big-Medium-Small Big:Medium:Small—Yes! You're now ISO 8601 compliant! TL;DR: Send(FormatTime(,"yyyy-MM-dd HH:mm:ss"))
For personal note taking, or notes to be shared locally, it makes sense to use your local locale's format.
Re: Notetime: Minimalistic notes where everything is timestamped
#75Re: Notetime: Minimalistic notes where everything is timestamped
#76Might be useful for someone.
Re: Notetime: Minimalistic notes where everything is timestamped
#77Re: Notetime: Minimalistic notes where everything is timestamped
#78Re: Notetime: Minimalistic notes where everything is timestamped
#79In my work I often need to know when things happened, for scenarios like: interviews, incidents, protocol meetings, experiments, debugging, etc I noticed there was no simple way to achieve this with any note taking app, so I made one. * every line you write is automatically timestamped. * minimalist and distraction free - follows the simplicity of the built-in note apps. * cross platform - it's a webapp so no install…
Re: Notetime: Minimalistic notes where everything is timestamped
#80As someone who works as an indie contractor and bills hourly, I have been wanting something like this for an eternity. Looks pretty cool and will take it for a spin.
if you really got into the habit of putting your train of thought in here i was thinking you could use it for billing hours/dividing up billable hours