From cd89e64cbd9fbb573cc5703658c4073fc3f03894 Mon Sep 17 00:00:00 2001 From: elisapaka <68704125+elisapaka@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:46:53 +0100 Subject: [PATCH] Update links, create & organise content folder --- .obsidian/app.json | 3 +- .obsidian/workspace.json | 53 ++++++++++++------ README.md | 2 +- .../assets}/tutorial-1-result.png | Bin .../assets}/tutorial-2-result.png | Bin .../howtos/add-a-simple-md-page.md | 0 .../create-a-simple-catalog-of-anything.md | 0 .../howtos/edit-or-add-md-pages-locally.md | 0 .../howtos/edit-text-on-a-single-md-page.md | 0 .../howtos/how-to-add-images-to-a-md-page.md | 2 +- .../publish-obsidian-vault-to-github.md | 0 .../quickly-create-a-sandbox-website.md | 6 +- .../create-a-website-from-scratch.md | 0 .../tutorials/edit-a-website-locally.md | 0 14 files changed, 42 insertions(+), 24 deletions(-) rename {Assets => content/assets}/tutorial-1-result.png (100%) rename {Assets => content/assets}/tutorial-2-result.png (100%) rename add-a-simple-md-page.md => content/howtos/add-a-simple-md-page.md (100%) rename create-a-simple-catalog-of-anything.md => content/howtos/create-a-simple-catalog-of-anything.md (100%) rename edit-or-add-md-pages-locally.md => content/howtos/edit-or-add-md-pages-locally.md (100%) rename edit-text-on-a-single-md-page.md => content/howtos/edit-text-on-a-single-md-page.md (100%) rename how-to-add-images-to-a-md-page.md => content/howtos/how-to-add-images-to-a-md-page.md (95%) rename publish-obsidian-vault-to-github.md => content/howtos/publish-obsidian-vault-to-github.md (100%) rename quickly-create-a-sandbox-website.md => content/howtos/quickly-create-a-sandbox-website.md (85%) rename create-a-website-from-scratch.md => content/tutorials/create-a-website-from-scratch.md (100%) rename edit-a-website-locally.md => content/tutorials/edit-a-website-locally.md (100%) diff --git a/.obsidian/app.json b/.obsidian/app.json index 0930a03..f996e90 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,3 +1,4 @@ { - "attachmentFolderPath": "Assets" + "attachmentFolderPath": "Assets", + "alwaysUpdateLinks": true } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ef65586..6353178 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -25,14 +25,26 @@ "state": { "type": "markdown", "state": { - "file": "README.md", + "file": "content/howtos/edit-or-add-md-pages-locally.md", + "mode": "source", + "source": false + } + } + }, + { + "id": "254a02d54852bc03", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "content/tutorials/create-a-website-from-scratch.md", "mode": "source", "source": false } } } ], - "currentTab": 1 + "currentTab": 2 } ], "direction": "vertical" @@ -98,7 +110,7 @@ "state": { "type": "backlink", "state": { - "file": "README.md", + "file": "content/tutorials/create-a-website-from-scratch.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +127,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "README.md", + "file": "content/tutorials/create-a-website-from-scratch.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +150,7 @@ "state": { "type": "outline", "state": { - "file": "README.md" + "file": "content/tutorials/create-a-website-from-scratch.md" } } } @@ -159,26 +171,31 @@ "command-palette:Open command palette": false } }, - "active": "6add48192ccb55a3", + "active": "254a02d54852bc03", "lastOpenFiles": [ - "edit-a-website-locally.md", + "content/tutorials/edit-a-website-locally.md", + "content/tutorials/create-a-website-from-scratch.md", + "content/howtos/add-a-simple-md-page.md", + "content/howtos/create-a-simple-catalog-of-anything.md", + "content/howtos/edit-or-add-md-pages-locally.md", + "content/howtos/edit-text-on-a-single-md-page.md", + "content/howtos/how-to-add-images-to-a-md-page.md", + "content/tutorials", + "content", + "blog/edit-or-add-md-pages-locally.md", + "blog", + "content/howtos/publish-obsidian-vault-to-github.md", + "content/howtos/quickly-create-a-sandbox-website.md", + "content/howtos", "README.md", - "create-a-website-from-scratch.md", - "create-a-simple-catalog-of-anything.md", - "publish-obsidian-vault-to-github.md", - "how-to-add-images-to-a-md-page.md", - "edit-or-add-md-pages-locally.md", - "add-a-simple-md-page.md", - "edit-text-on-a-single-md-page.md", - "quickly-create-a-sandbox-website.md", "Tutorial 1 - Create a website from scratch using Markdown and Flowershow.md", "why.md", - "Assets/tutorial-2-result.png", - "Assets/tutorial-1-result.png", + "content/assets/tutorial-2-result.png", + "content/assets/tutorial-1-result.png", "tutorial-1-result-screenshot.jpg.md", "Assets/tutorial-1-result-screenshot.jpg", "Assets/tutorial-1-result.png.md", - "Assets", + "content/assets", "design.md", "github.md" ] diff --git a/README.md b/README.md index 29de0ec..14ca853 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ In addition to these topics, the full tutorial shows you what other customisatio - [[quickly-create-a-sandbox-website|How to quickly create a sandbox website]] - [[edit-text-on-a-single-md-page|How to quickly edit text on a single Markdown-based page]] - [[add-a-simple-md-page|How to add a simple Markdown page]] -- [[edit-or-add-md-pages-locally|How to edit or add Markdown-based pages locally on your computer]] +- [[blog/edit-or-add-md-pages-locally|How to edit or add Markdown-based pages locally on your computer]] - [[how-to-add-images-to-a-md-page|How to add images to a Markdown-based page]] - [[publish-obsidian-vault-to-github|How to push an Obsidian vault to a GitHub repository]] - [[create-a-simple-catalog-of-anything|How to create a simple catalog of anything in Obsidian]] \ No newline at end of file diff --git a/Assets/tutorial-1-result.png b/content/assets/tutorial-1-result.png similarity index 100% rename from Assets/tutorial-1-result.png rename to content/assets/tutorial-1-result.png diff --git a/Assets/tutorial-2-result.png b/content/assets/tutorial-2-result.png similarity index 100% rename from Assets/tutorial-2-result.png rename to content/assets/tutorial-2-result.png diff --git a/add-a-simple-md-page.md b/content/howtos/add-a-simple-md-page.md similarity index 100% rename from add-a-simple-md-page.md rename to content/howtos/add-a-simple-md-page.md diff --git a/create-a-simple-catalog-of-anything.md b/content/howtos/create-a-simple-catalog-of-anything.md similarity index 100% rename from create-a-simple-catalog-of-anything.md rename to content/howtos/create-a-simple-catalog-of-anything.md diff --git a/edit-or-add-md-pages-locally.md b/content/howtos/edit-or-add-md-pages-locally.md similarity index 100% rename from edit-or-add-md-pages-locally.md rename to content/howtos/edit-or-add-md-pages-locally.md diff --git a/edit-text-on-a-single-md-page.md b/content/howtos/edit-text-on-a-single-md-page.md similarity index 100% rename from edit-text-on-a-single-md-page.md rename to content/howtos/edit-text-on-a-single-md-page.md diff --git a/how-to-add-images-to-a-md-page.md b/content/howtos/how-to-add-images-to-a-md-page.md similarity index 95% rename from how-to-add-images-to-a-md-page.md rename to content/howtos/how-to-add-images-to-a-md-page.md index 9c31666..7fd88f1 100644 --- a/how-to-add-images-to-a-md-page.md +++ b/content/howtos/how-to-add-images-to-a-md-page.md @@ -4,7 +4,7 @@ Here, you will learn how to add images to a Markdown-based page. These instructions show how to add these images locally, on your computer, so first you need to know how to work locally with GitHub Desktop app and Obsidian. If you're new to these tools, we recommend reading this howto first: -- [[blog/edit-or-add-md-pages-locally|How to edit or add Markdown pages locally]] +- [[edit-or-add-md-pages-locally]] Or you can follow these two tutorials to start from scratch: diff --git a/publish-obsidian-vault-to-github.md b/content/howtos/publish-obsidian-vault-to-github.md similarity index 100% rename from publish-obsidian-vault-to-github.md rename to content/howtos/publish-obsidian-vault-to-github.md diff --git a/quickly-create-a-sandbox-website.md b/content/howtos/quickly-create-a-sandbox-website.md similarity index 85% rename from quickly-create-a-sandbox-website.md rename to content/howtos/quickly-create-a-sandbox-website.md index bed6828..b7736af 100644 --- a/quickly-create-a-sandbox-website.md +++ b/content/howtos/quickly-create-a-sandbox-website.md @@ -22,6 +22,6 @@ Once you are on the Congratulations screen, click on the preview of your sandbox For instructions on how to add and edit pages, we recommend these howtos: -- [[howtos/add-a-simple-md-page|How to add a simple markdown page]] -- [[howtos/edit-text-on-a-single-md-page|How to edit text on a single markdown-based page]] -- [[howtos/edit-or-add-md-pages-locally|How to edit or add a markdown page locally on your computer]] \ No newline at end of file +- [[add-a-simple-md-page|How to add a simple markdown page]] +- [[edit-text-on-a-single-md-page|How to edit text on a single markdown-based page]] +- [[content/howtos/edit-or-add-md-pages-locally|How to edit or add a markdown page locally on your computer]] \ No newline at end of file diff --git a/create-a-website-from-scratch.md b/content/tutorials/create-a-website-from-scratch.md similarity index 100% rename from create-a-website-from-scratch.md rename to content/tutorials/create-a-website-from-scratch.md diff --git a/edit-a-website-locally.md b/content/tutorials/edit-a-website-locally.md similarity index 100% rename from edit-a-website-locally.md rename to content/tutorials/edit-a-website-locally.md