From 61dbea43722a2109331626c48266461761e501fd Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Thu, 21 Sep 2023 12:52:43 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c97155..82247bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Obsidian Sheets -![](docs/Screen01.png) +![](docs/screen01.png) This plugin enables to work with tabular data directly in Obsidian: either storing data in the note itself, or on an external Excel or CSV file. The following files are supported: From 2b584b7028eebaf7d7c275d0ba7c6997549eb7c7 Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Sat, 23 Sep 2023 08:35:08 +0200 Subject: [PATCH 2/4] Fixed README.md Issue #3 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82247bf..243706b 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,18 @@ In order to create a sheet it is enough to create a code block with the `sheet` Following is the complete list of properties with their default values: -~~~markdown +~~~yaml ```sheet filename: enableSave: autoSave: height: 540, -width: "auto", -rows: 100, -cols: 26, -fontSize: 10, -cellHeight: 25, -cellWidth: 100, +width: "auto" +rows: 100 +cols: 26 +fontSize: 10 +cellHeight: 25 +cellWidth: 100 ``` ~~~ From cf1c6b9cd9bab0509535eb3ff12976746112cefc Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Sat, 23 Sep 2023 08:35:35 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 243706b..c0e8803 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Following is the complete list of properties with their default values: filename: enableSave: autoSave: -height: 540, +height: 540 width: "auto" rows: 100 cols: 26 From c2dad5607ed41fdee515d97207d57b6faadf601a Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Sat, 23 Sep 2023 08:36:12 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e8803..03ab9fd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In order to create a sheet it is enough to create a code block with the `sheet` Following is the complete list of properties with their default values: -~~~yaml +~~~YAML ```sheet filename: enableSave: