ajout filtre timesheet
This commit is contained in:
24
README.md
24
README.md
@@ -35,4 +35,28 @@ Ceci est un truc (des trucs et astuces)
|
||||
:::
|
||||
```
|
||||
|
||||
### `timesheet.lua`
|
||||
|
||||
Extrait des timesheets d'un fichier markdown.
|
||||
|
||||
Usage:
|
||||
|
||||
Markdown associé:
|
||||
|
||||
---
|
||||
timesheet: /path/to/file.csv
|
||||
---
|
||||
|
||||
```{.timesheet}
|
||||
2020-12-15, CL, 1, test
|
||||
```
|
||||
|
||||
Execution:
|
||||
|
||||
```
|
||||
pandoc --to markdown --lua-filter timesheet.lua
|
||||
```
|
||||
|
||||
Le fichier CSV sera enregistré à la place du fichier `/path/to/file.csv`
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user