[site/content][xs]: minor fixes

This commit is contained in:
Ola Rubaj 2023-07-28 15:33:26 +02:00
parent 540a84d3f7
commit a997a956b5
3 changed files with 7 additions and 12 deletions

View File

@ -3,13 +3,6 @@ title: How to add or edit content on the Life Itself ecosystem page
isDraft: true 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 ## 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. 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.

View File

@ -5,7 +5,7 @@ authors: ['Jake Hirsch', 'Ola Rubaj']
filetype: 'blog' 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: 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 - A GitHub Desktop app
- Obsidian - Obsidian
## Steps
### Step 1: Set the assets folder as an attachment folder ### 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. 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. 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! Congratulations, you've now learned how to add an image to your Markdown page!

View File

@ -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: 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]] - [[howtos/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]] - [[howtos/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/edit-or-add-md-pages-locally|How to edit or add a markdown page locally on your computer]]