From 01c662b19e68cc7563bebf8f8bf59b0b7b3bff16 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 19 Feb 2025 16:58:14 +0000 Subject: [PATCH] Add post template --- content/.obsidian/workspace.json | 32 ++++++++++++++++---------------- content/_Templates/post.md | 15 +++++++++++++++ content/posts/notes-update.md | 15 +++++++++++++++ 3 files changed, 46 insertions(+), 16 deletions(-) create mode 100644 content/_Templates/post.md create mode 100644 content/posts/notes-update.md diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 3345537..cddfa30 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "notes/ready/flask.md", + "file": "posts/notes-update.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "flask" + "title": "notes-update" } } ] @@ -141,13 +141,13 @@ "state": { "type": "outline", "state": { - "file": "notes/ready/flask.md", + "file": "posts/notes-update.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of flask" + "title": "Outline of notes-update" } } ], @@ -171,6 +171,17 @@ }, "active": "ab03f7100c1ce0fb", "lastOpenFiles": [ + "_Templates/post.md", + "posts/notes-update.md", + "_Templates/note.md", + "posts/personal-web.md", + "posts/linux-starter-guide.md", + "posts/local-llm.md", + "posts/nix-starter-guide.md", + "posts/dotfiles.md", + "notes/drafts/linux/index.md", + "TODO.md", + "notes/ready/flask.md", "notes/ready/gdb.md", "notes/ready/git.md", "notes/ready/http.md", @@ -183,10 +194,7 @@ "notes/ready/binary_operations/d3.png", "notes/ready/binary_operations/d2.png", "notes/ready/binary_operations/multiplication.png", - "TODO.md", "notes/ready/firewall.md", - "notes/drafts/linux/index.md", - "_Templates/note.md", "drafts/nvim.md", "drafts/rust.md", "drafts/swift.md", @@ -195,14 +203,6 @@ "drafts/hardware-tools.md", "drafts/macOS.md", "ready/algorithms_and_data/index.md", - "ready/binary_operations/index.md", - "ready/cpu_architecture/index.md", - "ready/databases/index.md", - "ready/logic_gates/index.md", - "ready/memory/index.md", - "ready/tmux/index.md", - "ready/transistors/index.md", - "ready/c-language.md", - "ready/c-snippets.md" + "ready/binary_operations/index.md" ] } \ No newline at end of file diff --git a/content/_Templates/post.md b/content/_Templates/post.md new file mode 100644 index 0000000..ab0a0aa --- /dev/null +++ b/content/_Templates/post.md @@ -0,0 +1,15 @@ +--- +title: "{{Title}}" +description: +draft: true +tags: +author: TrudeEH +showToc: true +date: "{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}+00:00" +cover: + image: "" + alt: "" + caption: "" + relative: false + hidden: true +--- diff --git a/content/posts/notes-update.md b/content/posts/notes-update.md new file mode 100644 index 0000000..aeff7a5 --- /dev/null +++ b/content/posts/notes-update.md @@ -0,0 +1,15 @@ +--- +title: "notes-update" +description: +draft: true +tags: +author: TrudeEH +showToc: true +date: "2025-02-19T16:57:39+00:00" +cover: + image: "" + alt: "" + caption: "" + relative: false + hidden: true +---