snippets: fix the inc front matter

- Fixes the front matter for the incremental notes files, removing
  unnecessary metadata and adding the id.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-07-03 09:36:04 +02:00
parent e6fd86020e
commit 7fa37ec5d5
Signed by: igor
GPG Key ID: 692D97C3D0228A99
3 changed files with 5 additions and 4 deletions

View File

@ -112,9 +112,8 @@ return {
[[ [[
--- ---
title: {1} title: {1}
creation_date: {2} date: {2}
author: iGor milhit id: {4}
categories: [inc]
tags: [notes, quotidien, {3}] tags: [notes, quotidien, {3}]
--- ---
@ -122,7 +121,8 @@ return {
{ {
f(get_month_year, {}), f(get_month_year, {}),
f(get_datetime, {}), f(get_datetime, {}),
f(get_month, {}) f(get_month, {}),
f(get_id, {})
} }
) )
), ),

View File

@ -9,3 +9,4 @@ Réaménagement
biodiversité biodiversité
hyperindustrialisés hyperindustrialisés
lacto-fermentation lacto-fermentation
d'engrain

Binary file not shown.