Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links, create & organise content folder #17

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"attachmentFolderPath": "Assets"
"attachmentFolderPath": "Assets",
"alwaysUpdateLinks": true
}
53 changes: 35 additions & 18 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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
}
Expand All @@ -138,7 +150,7 @@
"state": {
"type": "outline",
"state": {
"file": "README.md"
"file": "content/tutorials/create-a-website-from-scratch.md"
}
}
}
Expand All @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
- [[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]]
File renamed without changes.