|
|
|
|
|
by medstrom
1638 days ago
|
|
This looks similar to how I believe Nomie logs data behind the scenes. But it looks for keywords on the line and transforms them into data e.g. "Today I #walked(4)" gets coded in JSON as { walked: 4}. https://github.com/open-nomie/nomie5 |
|