déplacement des fichiers org de modèle et remplacement de placeholders après génération

This commit is contained in:
Tykayn 2024-09-08 22:49:11 +02:00 committed by tykayn
parent 78180bbb00
commit c7383ed6ef
29 changed files with 127 additions and 735 deletions

View file

@ -0,0 +1,4 @@
:PROPERTIES:
:ID: GENERATE_UUID
:END:
* Intrigues

View 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:

View 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

View 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:

View 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