⚡ déplacement des fichiers org de modèle et remplacement de placeholders après génération
This commit is contained in:
parent
78180bbb00
commit
c7383ed6ef
29 changed files with 127 additions and 735 deletions
4
_models/example_livre/intrigues.org
Normal file
4
_models/example_livre/intrigues.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
:PROPERTIES:
|
||||
:ID: GENERATE_UUID
|
||||
:END:
|
||||
* Intrigues
|
38
_models/example_livre/livre.org
Normal file
38
_models/example_livre/livre.org
Normal file
|
@ -0,0 +1,38 @@
|
|||
:PROPERTIES:
|
||||
:ID: GENERATE_UUID
|
||||
:END:
|
||||
#+title: livre example_livre
|
||||
#+AUTHOR: (votre nom)
|
||||
#+EMAIL: votre@email.com
|
||||
#+BEGIN_EXPORT epub
|
||||
:title "Mon livre"
|
||||
:author "Votre nom"
|
||||
:email "votre@email.com"
|
||||
:language "fr"
|
||||
:encoding "UTF-8"
|
||||
:subject "Littérature"
|
||||
:description "Ceci est un livre écrit en Org-mode"
|
||||
:keywords "Org-mode, livre, électronique"
|
||||
:cover "image/cover.jpg"
|
||||
#+END_EXPORT
|
||||
|
||||
|
||||
* Livre BOOK_TITLE :title:
|
||||
** Préface :title:
|
||||
** Introduction :title:
|
||||
** Chapitre 1 :title:
|
||||
*** Chapitre 1 - Partie 1
|
||||
*** Chapitre 1 - Partie 2
|
||||
*** Chapitre 1 - Partie 3
|
||||
** Chapitre 2 :title:
|
||||
*** Chapitre 2 - Partie 1
|
||||
*** Chapitre 2 - Partie 2
|
||||
*** Chapitre 2 - Partie 3
|
||||
** Chapitre 3 :title:
|
||||
*** Chapitre 3 - Partie 1
|
||||
*** Chapitre 3 - Partie 2
|
||||
*** Chapitre 3 - Partie 3
|
||||
** Postface :title:
|
||||
** Sources :title:
|
||||
** Du même auteur :title:
|
||||
|
9
_models/example_livre/notes_intention.org
Normal file
9
_models/example_livre/notes_intention.org
Normal file
|
@ -0,0 +1,9 @@
|
|||
:PROPERTIES:
|
||||
:ID: GENERATE_UUID
|
||||
:END:
|
||||
#+title: notes d'intention de BOOK_TITLE
|
||||
|
||||
* Notes d'intention
|
||||
** Thématiques globales
|
||||
** Sources d'inspiration
|
||||
|
24
_models/example_livre/personnages.org
Normal file
24
_models/example_livre/personnages.org
Normal file
|
@ -0,0 +1,24 @@
|
|||
:PROPERTIES:
|
||||
:ID: GENERATE_UUID
|
||||
:END:
|
||||
#+title: personnages de BOOK_TITLE
|
||||
|
||||
* Personnages
|
||||
** bob
|
||||
- nom:
|
||||
- personnalité:
|
||||
- objectifs:
|
||||
- conflits:
|
||||
- évolution:
|
||||
** chuck norris
|
||||
- nom:
|
||||
- personnalité:
|
||||
- objectifs:
|
||||
- conflits:
|
||||
- évolution:
|
||||
** bobette
|
||||
- nom:
|
||||
- personnalité:
|
||||
- objectifs:
|
||||
- conflits:
|
||||
- évolution:
|
9
_models/example_livre/taches_example_livre.org
Normal file
9
_models/example_livre/taches_example_livre.org
Normal file
|
@ -0,0 +1,9 @@
|
|||
:PROPERTIES:
|
||||
:ID: GENERATE_UUID
|
||||
:END:
|
||||
#+title: tâches BOOK_TITLE
|
||||
|
||||
* Tâches du livre BOOK_TITLE
|
||||
** TODO lister les personnages de l'histoire
|
||||
** TODO Apprendre à générer les statistiques sur le livre dans le README.md
|
||||
** TODO lire les fichiers d'example
|
Loading…
Add table
Add a link
Reference in a new issue