From 634d798b06a95de16bed986e96f6d181a920b89c Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:03:55 +0200 Subject: [PATCH 1/2] Update README.md Link to wiki page updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6fef0..42f5d15 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This will enforce the order as you listed inside the YAML ## Editing multi-line properties in the new YAML properties editor (Obsidian 1.4 and newer) The newly introduced YAML properties editor (Obsidian 1.4 and newer) can make editing the multi-line text properties tricky and confusing. -There are short videos here [How to create or edit a multi‐valued property in Obsidian?](https://github.com/SebastianMC/obsidian-custom-sort/wiki/How-to-create-or-edit-a-multi%E2%80%90valued-property-in-Obsidian%3F) which could be helpful: +There are short videos here [How to create or edit a multi‐valued property in Obsidian?](https://github.com/SebastianMC/obsidian-custom-sort/wiki/How-to-create-or-edit-a-multi%E2%80%90line-property-in-Obsidian%3F) which could be helpful: - how to edit the multi-line text properties in Obsidian properties editor (`shift+enter` does the magic here) - how to edit the multi-line text properties in Obsidian `source view mode` (the classic way, as you did prior to Obsidian 1.4) From 95cd70360de005b15ba7de4f6358eadff0d8e72e Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:05:44 +0200 Subject: [PATCH 2/2] Update README.md Updated link to wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f5d15..d12fb69 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This will enforce the order as you listed inside the YAML ## Editing multi-line properties in the new YAML properties editor (Obsidian 1.4 and newer) The newly introduced YAML properties editor (Obsidian 1.4 and newer) can make editing the multi-line text properties tricky and confusing. -There are short videos here [How to create or edit a multi‐valued property in Obsidian?](https://github.com/SebastianMC/obsidian-custom-sort/wiki/How-to-create-or-edit-a-multi%E2%80%90line-property-in-Obsidian%3F) which could be helpful: +There are short videos here [How to create or edit a multi‐line property in Obsidian?](https://github.com/SebastianMC/obsidian-custom-sort/wiki/How-to-create-or-edit-a-multi%E2%80%90line-property-in-Obsidian%3F) which could be helpful: - how to edit the multi-line text properties in Obsidian properties editor (`shift+enter` does the magic here) - how to edit the multi-line text properties in Obsidian `source view mode` (the classic way, as you did prior to Obsidian 1.4)