Skip to content

Instantly share code, notes, and snippets.

View mormorhaxa's full-sized avatar

Branwyn Tylwyth mormorhaxa

View GitHub Profile
@mormorhaxa
mormorhaxa / Auto-generate Subpage Tree for Wiki.js 2.x.md
Last active November 10, 2025 02:47 — forked from psycho0verload/Auto-generate Subpage Tree for Wiki.js 2.x.md
This script dynamically loads and displays a hierarchical list of subpages for the current page in Wiki.js (version 2.x). It utilizes the built-in GraphQL API to fetch child pages and builds a nested tree view up to a specified depth.

📄 Auto-generate Subpage Tree for Wiki.js 2.x

Description:

This script dynamically loads and displays a hierarchical list of subpages for the current page in Wiki.js (version 2.x). It utilizes the built-in GraphQL API to fetch child pages and builds a nested tree view up to a specified depth.

The script is especially useful for wikis with structured page hierarchies and helps users navigate subpages more easily.

Usage:

The script can be included in two ways:

  1. Globally by the administrator