Closings Block
Appendix Index
An appendix index block that makes supporting material navigable.
Appendix
Backup material by question
Index supporting evidence around the questions it answers.
01
Model
02
Sources
03
Method
04
Detail
Use Appendix Index in your next deck — for free
STORYD writes a presentation around your topic and applies Appendix Index across every slide. No template hunting, no copy-paste.
Free, no card. Exports to PPTX.
OPF Config
blocks:appendix-index{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "Appendix Index",
"subtitle": "An appendix index block that makes supporting material navigable.",
"purpose": "Make appendix material navigable by question or evidence type.",
"narrative": {
"id": "pyramid-principle"
},
"keyMessages": [
"Backup content is organized.",
"Readers can find evidence quickly.",
"The main narrative stays focused."
],
"tone": "formal",
"tags": [
"content-block",
"appendix-index"
]
},
"design": {
"colors": {
"scheme": "slate-gray"
},
"fonts": {
"scheme": "aptos"
},
"background": {
"type": "solid",
"color": "#ffffff"
},
"layoutPreferences": {
"density": "dense",
"alignment": "left",
"animations": false,
"slideNumbers": false
}
},
"slides": [
{
"id": "appendix-index",
"layout": "agenda",
"section": "Appendix Index",
"elements": [
{
"id": "appendix-index-title",
"type": "text",
"slot": "title",
"content": {
"text": "Backup material by question"
},
"style": {
"fontSize": 34,
"alignment": "left"
}
},
{
"id": "appendix-index-subtitle",
"type": "text",
"slot": "subtitle",
"content": {
"text": "A navigable appendix index."
},
"style": {
"fontSize": 16,
"lineHeight": 1.3
}
},
{
"id": "appendix-index-points",
"type": "text",
"slot": "body",
"content": {
"bullets": [
"Financial model",
"Source ledger",
"Method notes",
"Detailed tables"
]
},
"style": {
"fontSize": 15,
"lineHeight": 1.25
}
}
],
"notes": "An appendix index block that makes supporting material navigable."
}
]
}Preview this config live at pptx.dev/playground.
Use Case
Use when a deck has backup material that should be easy to find without interrupting the main story.
When to Use
For board, investor, research, and technical decks with supporting evidence.
When to Avoid
Avoid if the deck has no meaningful appendix or backup material.
Block Structure
agenda
Backup material by question
A navigable appendix index.
- -Financial model
- -Source ledger
- -Method notes
- -Detailed tables
Best Practices
Organize around audience questions.
Do not repeat the main table of contents.
Keep appendix labels stable across revisions.
Playground deep link: config=blocks:appendix-index