Compte rendu html des tâches réalisées dans des fichiers Orgmode
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tykayn e2fae4d826 up convert from orgmode to tsv 2 months ago
.idea up convert from orgmode to tsv 2 months ago
css init all 11 months ago
donut add graphs 4 months ago
emploi-du-temps add graphs 4 months ago
graphs add graphs 4 months ago
scripts feat add stats for created and closed by time spans in statistics 2 months ago
sources add demos in sources folder/demo 3 months ago
wp2org add conversion from wordpress to org files 10 months ago
.gitignore ignore org files in source, make script to run update for my tasks orgmode 3 months ago
.yarnrc.yml generate folders from tasks.json export 4 months ago
LICENSE Initial commit 11 months ago
Makefile change make convert 2 months ago
README.md feat add stats for created and closed by time spans in statistics 2 months ago
app.js hop 8 months ago
base_convert_to_activities_tsv.mjs up convert from orgmode to tsv 2 months ago
firefox_places_json_to_json_activities.mjs better tags search 2 months ago
google_searches_to_json_activities.mjs better tags search 2 months ago
json_orgmode_sort_by_dates_to_activities_tsv.mjs up convert from orgmode to tsv 2 months ago
package-lock.json show tags from 2 sources 11 months ago
package.json hopla 3 months ago
parse_orgmode_to_json.mjs base parser from json to tsv added 2 months ago
screenshot.png add screenshot 11 months ago
sms_to_csv.mjs better tags search 2 months ago
up_stats.sh ignore org files in source, make script to run update for my tasks orgmode 3 months ago
utils.mjs up convert from orgmode to tsv 2 months ago
yarn.lock hopla 3 months ago

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