I’ve been using Sublime more and more to handle the mass (mess?) of information I have to deal with at work. Although I do some web design, most of it does not have to do with programming. But I’ve found that using text files, especially with Sublime’s feature set, is the easiest way to handle the information.
What I currently use & what I am still missing:
-
A 300+ line TODO list using orgmode (Orgmode). This works well enough, but I can’t generate any kind of reports. For example, lines with a deadline this week, or tagged “:WaitingForGodot:”, etc. Also, opening links is painfully
slow. -
Several tab separated files (.tsv). These are useful for importing to Excel when I need to collaborate with other people. On the down side, they are hard to work with, because the values are not lined up. Longer files are especially headache inducing.
-
A bunch of markdown files with notes and other bits and pieces of information. This is actually where I am happiest: I use markdown headings for structure and then fly through the file using Ctrl+R. But I sometimes miss orgmode’s features here and I often want to incorporate tabular data with the same problems as above.
I was wondering if other users are have found any ingenious solutions (including plugins, hacks, etc.) on organizing their work/home life and what your workflows are.
Alex