org-report-stats/README.md

26 lines
697 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# org-report-stats
Compte rendu html des tâches réalisées dans des fichiers Orgmode
![report in preview](screenshot.png "screenshot of the report in html")
# Prérequis
* une connaissance d'Orgmode pour exporter les tâches archivées
* un export json de vos tâches archivées (voir ox-json)
* mettre l'export json dans le dossier source
* avoir Nodejs version stable
# Utilisation
## compiler les fichiers org et les convertir en json
```bash
make convert
```
la sortie est générée dans "outputAbsolutePath" définie dans "parse_orgmode_to_json.mjs"
## voir le rendu
Lancer l'exécution du fichier app avec node, et consulter l'output html.
```bash
npm start
```
# TODO
# DONE