This commit is contained in:
John Haverlack 2026-02-05 15:11:30 -09:00
parent f5fbb0b243
commit f848ff86bf
3 changed files with 23 additions and 12 deletions

View File

@ -4,21 +4,17 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "ae41ba9882c0a3d6", "id": "de82543a1a4896c0",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "01161538f53367e8", "id": "72de52a10ebaa6e5",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "empty",
"state": { "state": {},
"file": "chapters/02_Usage.md",
"mode": "source",
"source": false
},
"icon": "lucide-file", "icon": "lucide-file",
"title": "02_Usage" "title": "New tab"
} }
} }
] ]
@ -268,21 +264,21 @@
"obsidian-kanban:Create new board": false "obsidian-kanban:Create new board": false
} }
}, },
"active": "01161538f53367e8", "active": "72de52a10ebaa6e5",
"lastOpenFiles": [ "lastOpenFiles": [
"chapters/03_Features.md", "chapters/03_Features.md",
"chapters/Appendix.md",
"chapters/02_Usage.md",
"conf/sedkKV6c0", "conf/sedkKV6c0",
"conf/sedAqcSmo", "conf/sedAqcSmo",
"conf/sedk8YBK0", "conf/sedk8YBK0",
"conf/sedzF3xOr", "conf/sedzF3xOr",
"conf/sedtZNObL", "conf/sedtZNObL",
"chapters/02_Usage.md",
"chapters/AppendixB.md", "chapters/AppendixB.md",
"chapters/Bibliography.md", "chapters/Bibliography.md",
"chapters/AppendixA.md", "chapters/AppendixA.md",
"conf/sed6ZdLUq", "conf/sed6ZdLUq",
"chapters/04_Design.md", "chapters/04_Design.md",
"chapters/Appendix.md",
"chapters/01_Getting_Started.md", "chapters/01_Getting_Started.md",
"conf/sedBapyXA", "conf/sedBapyXA",
"conf/sedYZ2rBJ", "conf/sedYZ2rBJ",

View File

@ -20,6 +20,8 @@ Update:
1. `metadata.yaml` 1. `metadata.yaml`
2. `templates/pandoc.yaml` 2. `templates/pandoc.yaml`
> [!info] Suggestion
> Create a git repository to version control your new <PATH_TO_PROJECT> content.
## Editing Content ## Editing Content

View File

@ -118,6 +118,19 @@ Will render:
--- ---
> [!code] Markdown Example
> ```
> [!info] Info Box
> Same as a blue box
> ```
Will render:
> [!info] Info Box
> Same as a blue box
---
> [!code] Markdown Example > [!code] Markdown Example
> ``` > ```
> [!speculative] Purple Call-out Title > [!speculative] Purple Call-out Title