Added now placeholder

This commit is contained in:
Elio Struyf
2022-02-16 09:39:55 -08:00
parent 6dcd89e9cd
commit 6135e38fce
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
- Show the data item its details when clicking on the record
- Refactoring of the explorer view panel listeners
- Added `{{now}}` placeholder to the publishing date for content creation
- [#243](https://github.com/estruyf/vscode-front-matter/issues/243): Refactoring front matter parsing
### 🐞 Fixes
+2 -1
View File
@@ -827,7 +827,8 @@
{
"title": "Publishing date",
"name": "date",
"type": "datetime"
"type": "datetime",
"default": "{{now}}"
},
{
"title": "Content preview",