Skip to content

V3.0.1 - One template to rule them all

Latest
Compare
Choose a tag to compare
@lucienbill lucienbill released this 15 May 17:35
e32cae6

Change - V3

There is now just 1 template file, it handles all the logic.
It answers the question "what type of note is it? Daily, Weekly, Monthly, ...?" based on the name of the file that the template is applied to, and then writes the content accordingly.

So now, instead of manually selecting the type of template for your note, you can juste apply the "Notes" template: if the name of the file is correct, it works.
If not, it crashes.

Example of filenames that the "Notes" can be applied to:

  • 2024-05-15.md (daily note)
  • 2024-05-13-to-2024-05-13.md (weekly note)
  • 2024-05.md (monthly note)
  • 2024-Q2.md (quarterly note)
  • 2024-FY.md (yearly note)

V3.0.1

  • A text was in English in the French template -> fixed it

Changement - V3

Il n'y a maintenant plus qu'un seul modèle qui gère tout.
Il répond à la question "c'est quel type de note ? La note du jour, de la semaine, du mois ?", en se basant sur le nom du fichier auquel le modèle est appliqué.
Puis il écrit le contenu qui correspond au type.

Maintenant, plutôt que de sélectionner le type de modèle à appliquer à votre note, vous pouvez juste sélectionner le modèle "Notes" : si le nom du fichier est bon, ça fonctionne.
Sinon, ça plante.

Exemples de noms de fichiers auquel le modèle "Notes" peut être appliqué :

  • 2024-05-15.md (note du jour)
  • 2024-05-13-to-2024-05-13.md (note de la semaine)
  • 2024-05.md (note du mois)
  • 2024-Q2.md (note du trimestre)
  • 2024-FY.md (note de l'année)

V3.0.1

  • Un texte était en anglais dans le modèle en français -> réparé

Full Changelog: v2.0.0...v3.0.1