Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Auto generate Table of Contents (TOC) | pointers and ideas are welcome!

Started by ryan pao 8 years ago · 2 replies · 1579 views
8 years ago

Hi all,
Here is what I'd like to accomplish:
I'm implementing a wiki like function using grav, letting multiple users contribute content.
here is the mock layout of the directories

contents/
├── 00.toc
└── 01.articles
├── article.1
├── article.2
├── article.3
├── article.4
└── article.5
1) grab H1 element accross all article directory
2) auto generate TOC in 00.toc page.

Q1. is plugins like Page Toc able to go accross directories?
Q2. OR should I go the page.collection way?

thanx

8 years ago

I'd start with page collections. You could do some variation of this using a plugin or pure Twig.

8 years ago

Thank you for the pointer.

Looking at the plug in I thought page collection was the way to go.

arigato.
ryan

Suggested topics

Topic Participants Replies Views Activity
Plugins · by complanar, 2 weeks ago
2 250 4 days ago
Plugins · by Vladimir Novak, 1 month ago
3 594 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 416 2 months ago
Plugins · by Slebeig, 2 months ago
1 530 2 months ago
Plugins · by Rene, 3 months ago
2 731 3 months ago