From 691a8608fb2c012ad078f7a53a12bc49938bfd44 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sun, 12 Mar 2023 14:26:05 +0100 Subject: [PATCH] README Update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6ae1a0b..df4f0a5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ If you like the see your notes on a Calendar and easily find using a certain dat 3. Define **Date Format** you are using within **YAML**. The default date format is **YYYY-MM-DD hh:mm:ss** 4. After these changes, use **Reload Plugin** option to activate the changes in the vault. +For the ones that don't know how to add YAML key, see the following: + +```md +--- +created: 2023-03-10 09:48:22 +--- +``` + +You can use any YAML key instead of "created" and any date format value for the key. + ## Create File Option You can use the **Plus(+)** icon within the calendar view to add a note with default YAML key and date format.