Compte rendu html des tâches réalisées dans des fichiers Orgmode
Go to file
Tykayn 24f590d7e5 better tags search 2023-04-18 12:23:52 +02: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 feat add stats for created and closed by time spans in statistics 2023-04-18 11:25:16 +02: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 ignore org files in source, make script to run update for my tasks orgmode 2023-03-06 00:12:24 +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 change make convert 2023-03-25 12:43:39 +01:00
README.md feat add stats for created and closed by time spans in statistics 2023-04-18 11:25:16 +02:00
app.js hop 2022-10-02 21:59:31 +02:00
firefox_places_json_to_json_activities.mjs better tags search 2023-04-18 12:23:52 +02:00
google_searches_to_json_activities.mjs better tags search 2023-04-18 12:23:52 +02:00
json_orgmode_sort_by_dates.mjs feat add stats for created and closed by time spans in statistics 2023-04-18 11:25:16 +02:00
package-lock.json show tags from 2 sources 2022-07-21 15:21:39 +02:00
package.json hopla 2023-03-14 18:04:54 +01:00
parse_orgmode_to_json.mjs better tags search 2023-04-18 12:23:52 +02:00
screenshot.png add screenshot 2022-07-20 22:36:12 +02:00
sms_to_csv.mjs better tags search 2023-04-18 12:23:52 +02:00
up_stats.sh ignore org files in source, make script to run update for my tasks orgmode 2023-03-06 00:12:24 +01:00
utils.mjs add export of firefox places 2023-03-15 22:00:07 +01:00
yarn.lock hopla 2023-03-14 18:04:54 +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

## compiler les fichiers org et les convertir en json

 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.

 npm start

TODO

DONE