Track writing progress in org-mode table
Of course there's a package for that: https://github.com/tty-tourist/org-tracktable
Sample from the readme:
#+NAME: tracktable |---+---------------+-----+-----+-------+---------| | ! | date | beg | end | total | comment | |---+---------------+-----+-----+-------+---------| | | initial count | 0 | 0 | 0 | | |---+---------------+-----+-----+-------+---------| #+TBLFM: @2$2=initial count::$2='(org-tracktable-stamp)::@2$3=0::$3=(@-1$4)::$4='(org-tracktable-current-count)::$5=$4-$3
The package adds functions to add rows to the table with the current stats. This is not rocket science, and I bet someone here might be able to whip up something similar with Keyboard Maestro and output to a Markdown file ![]()
What's cool about org-mode tables: you can have formula that calculate cell values. That's built-in.
Author at Zettelkasten.de • https://christiantietze.de/
Howdy, Stranger!
Categories
- 3K All Categories
- 152 Research & Reading
- 692 The Zettelkasten Method
- 7 Knowledge Work
- 99 Writing
- 464 Software & Gadgets
- 154 Workflows
- 729 The Archive
- 15 Plug-In Showcase
- 88 Resolved Issues
- 225 Projects Logs and Journals
- 83 Project: Zettelkasten.de
- 53 Critique my Zettel
- 171 Random
- 373 Introduce Yourselves!
Comments
Nice! I was thinking of something similar when reading the "Make Writing a Part of Your Identity" post yesterday.
I use Bear and created a simple Alfred Workflow to add a line with simple information regarding my ZK status. There is room for improvement (more precise word count, for example) but I'm happy with my MVP.