From 88a21c5cf2aa4df25a02ad67a727a4ecd94d51d4 Mon Sep 17 00:00:00 2001 From: Franco Speziali Date: Tue, 22 Mar 2022 16:10:24 +0100 Subject: [PATCH] Minor updates to README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27d687d..29def1d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ This plugin creates a calendar view of events that have been specified using the ## About -- The main feature of this calendar is the ability to change the view; you can group events by day, week or by month. -- Events do not have to placed in order. -- There is no need to specify a start and end date; the calendar will automatically calibrate the view depending on the dates found in the events +- The main feature of this calendar is the ability to change the view; you can group events by day, week or by month +- Events do not have to placed in order +- There is no need to specify a start and end date; the calendar will automatically calibrate the view depending on the dates found in the events +- Focus is on readability and simplicity of content, which is why the YAML is simple in structure ## Usage @@ -39,6 +40,8 @@ This plugin creates a calendar view of events that have been specified using the - date: 2012-11-05 icon: 🔥 title: Bonfire night + text: We have been collecting wood for a week now... + bgColor: orange - date: 2012-12-25 icon: 🎁 title: Time for a gift!