jrnl/jrnl/plugins
Aaron Lichtman a8bd0bcd44
Add calendar heatmap display format (#1759)
* Add calendar heatmap exporter

Fix #743

* Lint fixes

* More lint fixes

* Surface total number of entries per month in heatmap

* Refactoring

* More refactoring

* Resolve last lint error

* Unbump version

* Add calendar export test scaffolding

* WIP: Test debugging + scaffolding

* Remove broken tests

* Remove args from .vscode/launch.json

* Discard changes to tests/bdd/features/format.feature

* Remove extraneous vscode files

* move NestedDict to utils file

* run formatter

* fix import error

* Address lints

---------

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
2024-10-01 18:59:26 -07:00
..
__init__.py Add calendar heatmap display format (#1759) 2024-10-01 18:59:26 -07:00
calendar_heatmap_exporter.py Add calendar heatmap display format (#1759) 2024-10-01 18:59:26 -07:00
dates_exporter.py Add calendar heatmap display format (#1759) 2024-10-01 18:59:26 -07:00
fancy_exporter.py Replace flake8 and isort with ruff linter and add black --check to linting step (#1763) 2023-07-15 12:35:10 -07:00
jrnl_importer.py Refactor flow for easier access to some files (avoid things like jrnl.Journal.Journal and jrnl.jrnl co-existing) (#1662) 2023-01-14 14:42:29 -08:00
json_exporter.py Refactor flow for easier access to some files (avoid things like jrnl.Journal.Journal and jrnl.jrnl co-existing) (#1662) 2023-01-14 14:42:29 -08:00
markdown_exporter.py Refactor flow for easier access to some files (avoid things like jrnl.Journal.Journal and jrnl.jrnl co-existing) (#1662) 2023-01-14 14:42:29 -08:00
tag_exporter.py Replace flake8 and isort with ruff linter and add black --check to linting step (#1763) 2023-07-15 12:35:10 -07:00
text_exporter.py Refactor flow for easier access to some files (avoid things like jrnl.Journal.Journal and jrnl.jrnl co-existing) (#1662) 2023-01-14 14:42:29 -08:00
util.py Add calendar heatmap display format (#1759) 2024-10-01 18:59:26 -07:00
xml_exporter.py Refactor flow for easier access to some files (avoid things like jrnl.Journal.Journal and jrnl.jrnl co-existing) (#1662) 2023-01-14 14:42:29 -08:00
yaml_exporter.py Replace flake8 and isort with ruff linter and add black --check to linting step (#1763) 2023-07-15 12:35:10 -07:00