An open API service indexing awesome lists of open source software.

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

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
```