Compte rendu html des tâches réalisées dans des fichiers Orgmode
Go to file
Tykayn de47727360 add demos in sources folder/demo 2023-03-06 00:11:49 +01:00
.idea add conversion from wordpress to org files 2022-08-03 10:35:00 +02:00
css init all 2022-07-20 16:03:28 +02:00
donut add graphs 2023-02-09 23:29:37 +01:00
emploi-du-temps add graphs 2023-02-09 23:29:37 +01:00
graphs add graphs 2023-02-09 23:29:37 +01:00
scripts parsing org files and get stats ok 2023-03-04 23:52:46 +01:00
sources add demos in sources folder/demo 2023-03-06 00:11:49 +01:00
wp2org add conversion from wordpress to org files 2022-08-03 10:35:00 +02:00
.gitignore parsing org files and get stats ok 2023-03-04 23:52:46 +01:00
.yarnrc.yml generate folders from tasks.json export 2023-02-06 13:09:01 +01:00
LICENSE Initial commit 2022-07-20 15:35:36 +02:00
Makefile parsing org files and get stats ok 2023-03-04 23:52:46 +01:00
README.md add conversion from wordpress to org files 2022-08-03 10:35:00 +02:00
app.js hop 2022-10-02 21:59:31 +02:00
package-lock.json show tags from 2 sources 2022-07-21 15:21:39 +02:00
package.json find dates works 2023-03-05 23:13:16 +01:00
parse_orgmode_to_json.mjs clean content by special chars lines removal, add content word statistics 2023-03-06 00:01:59 +01:00
screenshot.png add screenshot 2022-07-20 22:36:12 +02:00
yarn.lock find dates works 2023-03-05 23:13:16 +01:00

README.md

org-report-stats

Compte rendu html des tâches réalisées dans des fichiers Orgmode

report in preview

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

Lancer l'exécution du fichier app avec node, et consulter l'output html.

 npm start

TODO

DONE