https://github.com/alexandre-bartel/markdown2fodt
Markdown vers FODT (Flat XML Open Document) pour rédiger des articles dans MISCmag
https://github.com/alexandre-bartel/markdown2fodt
article fodt markdown markdown2fodt misc miscmag template xml
Last synced: over 1 year ago
JSON representation
Markdown vers FODT (Flat XML Open Document) pour rédiger des articles dans MISCmag
- Host: GitHub
- URL: https://github.com/alexandre-bartel/markdown2fodt
- Owner: Alexandre-Bartel
- Created: 2020-03-12T14:48:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T14:30:07.000Z (over 2 years ago)
- Last Synced: 2025-01-29T14:50:32.836Z (over 1 year ago)
- Topics: article, fodt, markdown, markdown2fodt, misc, miscmag, template, xml
- Language: HTML
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown2fodt
Markdown to FODT (Flat XML Open Document)
Code conçu en suivant la méthodologie de La RACHE (http://www.la-rache.com/)
pour faciliter l'écriture collaborative d'articles dans MISCMAG (https://www.miscmag.com/).
# Dépendances
```
# apt-get install pandoc python3-pandocfilters
```
# Utilisation
```
$ bash /path/to/md2fodt.sh /path/to/article.txt
```
# Exemple (génère un fichier fodt sans images)
```
$ bash md2fodt.sh ./test/article.txt
$ libreoffice ./test/article.txt.fodt
```
# Exemple (génère un fichier fodt avec images)
```
$ bash md2fodt.sh ./test/article.txt -i
$ libreoffice ./test/article.txt.fodt
```