A system for synthesizing and contextualizing personal data.
journalmeta
is a tool for extracting metadata from my Markdown journal
entries.
Meta blocks are either code fences that are tagged with meta
, like this:
```meta
> 9:21 AM
@ Strange Love Coffee
! 6/10
# work coding
```
Or they can be standalone bits of inline code, in a form of shorthand, like this:
> 5:00 PM ! 0.6 @ [home]
As of the current schema (v1
), there are four parseable tokens:
>
– time@
– location!
– valence#
– tags (levelled)
journalmeta
is invoked as follows:
journalmeta <path to markdown file>