diff --git a/site/content/howtos/add-or-edit-content-on-life-itself-ecosystem.md b/site/content/howtos/add-or-edit-content-on-life-itself-ecosystem.md index 43e8f52b..86c042ba 100644 --- a/site/content/howtos/add-or-edit-content-on-life-itself-ecosystem.md +++ b/site/content/howtos/add-or-edit-content-on-life-itself-ecosystem.md @@ -3,13 +3,6 @@ title: How to add or edit content on the Life Itself ecosystem page isDraft: true --- -## Contents - -1. [Introduction](#introduction) -2. [How to edit and add to the site](#how-to-edit-and-add-to-the-site) -3. [Glossary](#glossary) -4. [Contact](#contact) - ## Introduction From the outset, we have argued that any successful mapping effort must be collaborative and participatory. To make it as simple as possible to contribute, we have opened up the site, giving it a wiki-like structure, meaning people can contribute and add items directly - no coding required. We hope this can support the ongoing growth of our contributor community, and empower users to continue in collective efforts to make the map ever more useful and informative. diff --git a/site/content/howtos/how-to-add-images-to-a-md-page.md b/site/content/howtos/how-to-add-images-to-a-md-page.md index 8b86ce62..113b5cc6 100644 --- a/site/content/howtos/how-to-add-images-to-a-md-page.md +++ b/site/content/howtos/how-to-add-images-to-a-md-page.md @@ -5,7 +5,7 @@ authors: ['Jake Hirsch', 'Ola Rubaj'] filetype: 'blog' --- -# Intro +## Intro 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: @@ -22,6 +22,8 @@ Or you can follow these two tutorials to start from scratch: - A GitHub Desktop app - Obsidian +## Steps + ### Step 1: Set the assets folder as an attachment folder In Obsidian, in the root of your vault, create a new folder called 'assets'. Then, right click on and select "set as attachment folder". By doing so, all the images you paste into your note will automatically be saved to this folder (instead of being saved to the root, next to all your notes). This is necessary for your website to display embedded images. @@ -34,7 +36,7 @@ Copy whichever image you would like to add and paste it directly into your Obsid To learn more about this step, see the howto or the tutorials listed in the intro section. -# Summary +## Summary Congratulations, you've now learned how to add an image to your Markdown page! diff --git a/site/content/howtos/quickly-create-a-sandbox-website.md b/site/content/howtos/quickly-create-a-sandbox-website.md index bd49c5fe..3ab71437 100644 --- a/site/content/howtos/quickly-create-a-sandbox-website.md +++ b/site/content/howtos/quickly-create-a-sandbox-website.md @@ -27,6 +27,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|add-a-simple-md-page|How to add a simple markdown page]] -- [[blog/edit-text-on-a-single-md-page|edit-text-on-a-single-md-page|How to edit text on a single markdown-based page]] -- [[blog/edit-or-add-md-pages-locally|edit-or-add-md-pages-locally|How to edit or add a markdown page locally on your computer]] +- [[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]]