| For a lot of things I agree organization is over-rated, but for some things it's essential. And, in any case -- collecting things whether organized or not is super important. I think the act of capturing notes, todos, bookmarks, and other things, all involve the same _impulse_ and _function_. Whether a great idea strikes, remembering a quote from a good article you just read, or capturing an important piece of data. It turns out, there are all kinds of things that need collecting that don't fit neatly into a practice like: note-taking or todo lists or bookmarks. Transactions, events, and formulas are three other types I use extensively. But the act of collecting is the same: at random times you need to record some information. In an ideal world you need a button available everywhere and when pressed an input instantly materializes ready to record the desired information. It gets saved somewhere safe, accessible from any place, where it is easy to find, where it can be put to use without much effort, etc. I think it's extremely beneficial to consolidate information in the same system if that information is processed in the same way. This is where I see a ton of redundancy between tools and it drove me crazy enough to build a solution myself, Tap [1]. A couple notes specific to Tap and the solution I've come up with: To make this capture-anything from anywhere system work, I believe the format needs to be text. But, I don't think a structured data format with a schema definition is the answer, nor do I think markdown is a good fit. Tap uses a format designed specifically for Tap called sowhat [2]. It's a tiny syntax for parsing tokens that carry special meaning. Above all, it is intended to be easy for humans to write. This allows collecting information via SMS and email trivial. 1. https://tatatap.com
2. https://github.com/tatatap-com/sowhat |