From a68b2294727bae4a3d4df3697f408dec197156e1 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Wed, 18 Oct 2023 16:26:07 -0400 Subject: [PATCH] Updated: Wednesday, October 18,2023-10-18 16:26:03 --- .../.obsidian/plugins/recent-files-obsidian/data.json | 8 ++++---- enter/.obsidian/workspace.json | 10 +++++----- enter/HTML & CSS Tricks.md | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 95bbaee..53f5fb6 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,9 @@ { "recentFiles": [ + { + "basename": "HTML & CSS Tricks", + "path": "HTML & CSS Tricks.md" + }, { "basename": "HTML Group Project", "path": "HTML Group Project.md" @@ -8,10 +12,6 @@ "basename": "THE link", "path": "THE link.md" }, - { - "basename": "HTML & CSS Tricks", - "path": "HTML & CSS Tricks.md" - }, { "basename": "Drawing 2023-10-18 15.33.54.excalidraw", "path": "Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md" diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index ed3f1a3..fa39e8e 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -71,7 +71,7 @@ "state": { "type": "markdown", "state": { - "file": "HTML Group Project.md", + "file": "HTML & CSS Tricks.md", "mode": "source", "source": false } @@ -153,7 +153,7 @@ "state": { "type": "backlink", "state": { - "file": "HTML Group Project.md", + "file": "HTML & CSS Tricks.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -170,7 +170,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "HTML Group Project.md", + "file": "HTML & CSS Tricks.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -193,7 +193,7 @@ "state": { "type": "outline", "state": { - "file": "HTML Group Project.md" + "file": "HTML & CSS Tricks.md" } } } @@ -222,11 +222,11 @@ }, "active": "2122e8152e7c974f", "lastOpenFiles": [ + "HTML Group Project.md", "THE link.md", "HTML & CSS Tricks.md", "Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md", "Excalidraw", - "HTML Group Project.md", "Excalidraw/Drawing 2023-10-17 18.01.00.excalidraw.md", "Machine Tips (Quantum)/Physics/Hardware/Potentiometers & Analog SerialReader.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Quantum Stuff.md", diff --git a/enter/HTML & CSS Tricks.md b/enter/HTML & CSS Tricks.md index 32d1139..691ef2c 100644 --- a/enter/HTML & CSS Tricks.md +++ b/enter/HTML & CSS Tricks.md @@ -83,7 +83,8 @@ Add a Search bar into your site Eventually CSS will be needed for multiple page creation in order to maintain consistency. -Linking to different parts of your code on HTML: +## Linking to different parts of your code on HTML: + ```html

The Heading