PlayForge Lotus Docs v1.0.0
Initial public release — a documentation plugin for WordPress that ports the Lotus Docs Hugo theme's layout and styling into native WordPress.
Highlights
- Hierarchical Docs custom post type (
pfld_doc) with folders and documents. - Collapsible sidebar tree reflecting the document hierarchy.
- Auto-generated table of contents with scroll-spy active highlighting.
- Markdown authoring via bundled Parsedown / ParsedownExtra.
- Syntax highlighting with Prism.js and a large set of language components, plus a copy button on code blocks.
- Client-side instant search across all docs.
- Bulk import of Markdown files or
.ziparchives, preserving folder structure. - Settings screen for labels, sidebar, TOC, search, and code-highlighting options.
- Renders inside the active theme's header/footer — no separate theme required.
Installation
- Download
playforge-lotusdocs.zipfrom the assets below. - In WordPress, go to Plugins → Add New → Upload Plugin, choose the ZIP, and install.
- Activate the plugin.
- Use the new Docs menu to add documents and folders.
Requirements
- WordPress 6.0+
- PHP 7.4+
Notes
- The installable ZIP excludes the
build/(SCSS sources + node_modules) andhugo/(upstream theme reference) directories per.distignore; neither is needed at runtime. Compiled CSS is bundled underassets/css/.