

You can do this under Preferences/Notes/Synchronization. I don’t use Simplenote as I don’t have an iPhone (if I did I probably would) but I like having all my notes backed up and accessible online.

Simplenote nvalt ios mac#
I noted this in a feature Shawn Blanc did on my Sweet Mac Setup (and indeed it is sweet), and several readers asked for an elaboration – how do I use NV? Display formatsĭoing writes the data file in the Markdown format, and displays the entries on the commandline in a table format inspired by Timetrap.These days I use the simple Mac program Notational Velocity to write nearly everything - notes, lists, todos, ideas, blog posts, book chapters, rambling rants to the government, and so on. Synonyms for "Start" and "End" are: "begin","time","at" and "finish","complete","done" respectively. Start and End times for the task can be defined simply by declaring the start/end # A Header defines a taskĪny normal text within a header section is considered "notes" for the task. List items to be above any other text content, so treat them only as metadata. The only caveat is that Doing will move all definition Lists are used to attach metadata to the task, including the start and end times, but you can The default file is ~/.doing.txt, and the format is Markdown, borrowing some semantics from Pandoc's Definition Lists. doing split laundry specifying uses the current time. Since it is under the h1 for the task, it will be included when you display notes for this task.Īll notes will accrue under the same task heading, so if you keep adding notes while working on the same task name, you can view all your notes for that task using: doing statusĮnd the current task and start a new task. This will simply add a sub header with the date and time, and include your text. doing start +projectA starting done you need to indicate a different day, I usually use doing done should allow spaces Taking notesĪdd notes to the current task using add, append or log: doing log currently yak shaving. You can use that project to filter tasks when listing. Use a +word in a task to indicate projects: doing start +projectA get started View tasks and durations (this is the default if you don't specify a subcommand): doing displayĮdit the text file using $EDITOR: doing edit InstallĪdd a note to the task: doing add My note This is a bummer, but i've only seen it happen a few times. NOTE: i've stopped using Simplenote synch, and there are some problems with nvAlt, notably that nvAlt can overwrite a change you made externally because it thinks it needs to synch something. Store my files in Dropbox, using nvAlt and Simplenote (iOS) to do any on-the-go changes.Simple text format with natural-language time/date.Summarize time spent on different tasks, or by date.Most of the features of Timetrap, via commandline interface.I would recommend that if you use this to track important things, you make sure to use Dropbox or something which gives you an easy way to roll back changes if something goes wrong with your log file. NOTE: This is still an experiment, but I've been using it constantly for quite a while now. Using a simple text format allows you to with other text-based tools, like nvAlt, Dropbox, etc. Time and task tracking in Markdown format, inspired by todo.txt and Timetrap.Īllows you to do time tracking of what you are doing, and records it in a Markdown formatted text file. This project is maintained by gschueler Doing.txt
