...
This commit is contained in:
Vendored
+10
-8
@@ -102,12 +102,14 @@
|
||||
"id": "6cb068dc588aedef",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "image",
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Images/Map.png"
|
||||
"file": "Generate overview page.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-image",
|
||||
"title": "Map"
|
||||
"icon": "lucide-file",
|
||||
"title": "Generate overview page"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -275,13 +277,14 @@
|
||||
},
|
||||
"active": "6cb068dc588aedef",
|
||||
"lastOpenFiles": [
|
||||
"Bases/Regions.base",
|
||||
"Tasks.base",
|
||||
"Generate overview page.md",
|
||||
"Images/Map.png",
|
||||
"Bases/Regions.base",
|
||||
"Overview.md",
|
||||
"_Tasks.base",
|
||||
"_Overview.md",
|
||||
"Bases/_Gear.base",
|
||||
"Images/Map.png",
|
||||
"Notes/White Sky.md",
|
||||
"Tasks/Generate a csharp script to do what you did.md",
|
||||
"Tasks/Generate a Markdown Website.md",
|
||||
@@ -318,7 +321,6 @@
|
||||
"Notes/Research Station.md",
|
||||
"Notes/Wasteland.md",
|
||||
"Notes/Wasteland 1.md",
|
||||
"Notes/Mountain 5.md",
|
||||
"Notes/Mountain 4.md"
|
||||
"Notes/Mountain 5.md"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
category: Task
|
||||
status: Working On
|
||||
---
|
||||
Look at the docs/Overview.md file.
|
||||
|
||||
I want you to create a new script in ET\Console\Program.cs that will make a new page with the href /overview.
|
||||
|
||||
This page will be all the reference markdown files referenced in Overview.md rendered on the page.
|
||||
|
||||
So for ![[Contents]] in the Overview.md page, I want to see all the contents of docs\Notes\Contents.md rendered on that /overview page. i.e. Overview.razor.
|
||||
|
||||
This overview page is just a easy connection of markdown documents for the user to read and get a structured understanding of Earthborne Trailblazer.
|
||||
|
||||
Do not worry about circular references in the documents.
|
||||
+2
-1
@@ -135,7 +135,8 @@ views:
|
||||
cardOrders:
|
||||
file.file: {}
|
||||
note.status:
|
||||
Working On: []
|
||||
Working On:
|
||||
- Generate overview page.md
|
||||
Done:
|
||||
- Tasks/Generate a Markdown Website.md
|
||||
- Generate a csharp script to do what you did.md
|
||||
|
||||
Reference in New Issue
Block a user