Giannis Poulis
Giannis Poulis
In some cases, e.g. on Mondays, there might not be entries for the last calendar day, but there would probably be entries for the latest working day (in this example...
When on Monday, while not having worked on the weekend, I would like to be able to run `stup show` and see what I noted on Friday.
```bash $ stup add -n 'Multi quote> line quote> note' Successfully added 1 notes in category personal for Friday May 01, 2020 ``` ```bash $ stup add -n 'Single line...
Added the horizontal bar graph as it appears in the book. I could not add a small square on the left of the legends. I used a dash instead. 
Allows for easier lookup, using any editor or tool Used nbconvert: ``` jupyter nbconvert --no-prompt --to python ```
### What's the issue? I created a valid `defs.yml` file instead of a `defs.yaml` file and it was ignored. My component was not loaded and no error was raised. ###...