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>
parent
80dd338b4a
commit
08b7169b54
|
@ -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, {})
|
||||
}
|
||||
)
|
||||
),
|
||||
|
|
|
@ -9,3 +9,4 @@ Réaménagement
|
|||
biodiversité
|
||||
hyperindustrialisés
|
||||
lacto-fermentation
|
||||
d'engrain
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue