Skip to content

Releases: chrispengcn/playforge-lotusdocs

v1.0.0 - Initial Release

Choose a tag to compare

@chrispengcn chrispengcn released this 23 Aug 15:01

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 .zip archives, 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

  1. Download playforge-lotusdocs.zip from the assets below.
  2. In WordPress, go to Plugins → Add New → Upload Plugin, choose the ZIP, and install.
  3. Activate the plugin.
  4. 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) and hugo/ (upstream theme reference) directories per .distignore; neither is needed at runtime. Compiled CSS is bundled under assets/css/.