Skip to content

Releases: lucienbill/obsidian-daily-notes

V3.0.0 - One template to rule them all

15 May 17:07
7fd37d0
Compare
Choose a tag to compare

Change

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)

Changement

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)

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

V3.0.1 - One template to rule them all

15 May 17:35
e32cae6
Compare
Choose a tag to compare

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

V2.0.0 - base of automation = name of the files

03 Apr 17:00
3a85fbe
Compare
Choose a tag to compare

Change

The code of the templates now uses the names of the files as reference to get the date.
Example: previously, the "weekly" template did all the math base on "what's the current week?".
Now, the code reads the name of the file, such as "2024-03-18-to-2024-03-22" -> that's the week it uses to do the math.

Changement

Le code des modèles (templater) se base maintenant sur les noms des fichiers pour calculer la date.
Exemple : avant, le modèle "weekly" faisait les calculs en se basant sur "quelle est la semaine courante ?".
Maintenant, le code lit le nom fichier tel que "2024-03-18-to-2024-03-22" -> il utilise ce nom pour déterminer la date à utiliser pour les calculs.

Full Changelog: v1.1.1...v2.0.0

V1.1.1 - FR and EN

12 Aug 16:10
9db0a4c
Compare
Choose a tag to compare

What's Changed

V1.0.1

V1.0.0

Full Changelog: v1.0.0...v1.1.1

V1.1.0 - FR and EN

12 Aug 16:04
7e0a7d4
Compare
Choose a tag to compare

What's Changed

  • new: languages: fr + en (#4)

Full Changelog: v1.0.1...V1.1.0

V1.0.1 - Simpler aliases

11 Aug 07:48
c359810
Compare
Choose a tag to compare

What's Changed

  • Fix issue #2 by @lucienbill in #3
    • All links now only use aliases, and aliases don't contain file structure data (the issue was "these data are wrong and the links to files misbehave")

Full Changelog: v1.0.0...v1.0.1

V1.0.0 - First version

02 Aug 20:18
8ac41af
Compare
Choose a tag to compare

It works.
The user guide is not perfect.