org-rw/org_rw
Sergio Martínez Portela b174405c90
Some checks failed
Testing / pytest (push) Successful in 25s
Testing / mypy (push) Failing after 33s
Testing / stability-extra-test (push) Successful in 22s
Refactor headline state parsing.
- Add separate function to parse states.
- Handle edge case when no `|` is used to split TODO and DONE states.
- Add typing to the states to future-proof for handling keyboard shortcuts and actions on state changes.
2024-07-20 18:10:05 +02:00
..
__init__.py Draft conversion to DOM tree. 2021-08-27 00:22:25 +02:00
dom.py Complete typing with mypy --check-untyped-defs. 2023-10-16 00:21:30 +02:00
org_rw.py Refactor headline state parsing. 2024-07-20 18:10:05 +02:00
types.py Make typed functions pass mypy check. 2023-10-15 16:34:33 +02:00
utils.py Support get_raw_contents of list groups. 2022-11-04 00:14:41 +01:00