Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

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

Started by ryan pao 8 years ago · 2 replies · 1520 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 Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago