diff --git a/my_snippets/markdown.lua b/my_snippets/markdown.lua index 052cf26..6e919ae 100644 --- a/my_snippets/markdown.lua +++ b/my_snippets/markdown.lua @@ -112,9 +112,8 @@ return { [[ --- title: {1} - creation_date: {2} - author: iGor milhit - categories: [inc] + date: {2} + id: {4} tags: [notes, quotidien, {3}] --- @@ -122,7 +121,8 @@ return { { f(get_month_year, {}), f(get_datetime, {}), - f(get_month, {}) + f(get_month, {}), + f(get_id, {}) } ) ), diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index be24260..bb424bf 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -9,3 +9,4 @@ Réaménagement biodiversité hyperindustrialisés lacto-fermentation +d'engrain diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index ca7a2bb..28b361d 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ