A CMS Guide for Craft CMS.
Guide is an author’s notebook and a developer’s best friend.
Content authors can create and manage their own CMS Guide, create pages in Craft CMS’s Control Panel, and manage their own content shown in widgets and slideout panels on entry edit pages.
Developers can use Guide instead of writing custom modules and site-specific plugins that provide reports, content-editing warnings, and tools that customize the author-experience around Craft CMS’s Control Panel.
Guide makes it easy to share helpful information all around the Craft CMS Control panel, so content authors don‘t need to go far to get the answers they need.
Guide content, AKA guides, can be written in Markdown or Twig using the built-in text editor. When using Twig you can use anything available in Craft CMS’s Twig tags, methods, and filters—and you can even use Twig code provided by other plugins.
The Guide Organizer shows you all of the guides in your CMS and makes it easy to add them around the Craft CMS Control Panel. Guides can appear on their own standalone pages, in slideouts, as widgets, and amongst editing fields in UI Elements. With a little CSS know-how you can even use Guide to add HTML elements to the Control Panel UI.
The PRO edition of Guide includes the Guide Organizer and a code editor with Twig components that make it easy to create guides and distribute them throughout the Craft CMS Control Panel (edit page slideouts, standalone CP pages, widgets, UI elements, and any CP URL you specify).
The LITE edition lets you create and manage a CMS user manual that apears in the CMS Guide page.
[!TIP]
Guide’s edition can be upgraded to PRO at any time.
Guide PRO can be purchased in the Craft Plugin Store.
This documentation includes the features available in the LITE edition, but it is written based on all of the features found in the PRO edition.
To install the plugin, you can find it in the Craft Plugin Store, or follow these instructions.
Open your terminal and go to your Craft project:
cd /path/to/project
Then tell Composer to load the plugin:
composer require wbrowar/guide
In the Control Panel, go to Settings → Plugins and click the “Install” button for Guide.
/templates
directory. The Asset Volume
setting is recommended when screenshots and other images are used in your guide content.The documentation for Guide features can be found in your Craft CMS project (look for blue buttons on Guide CP pages) or in the following Markdown files:
Release notes can be found at CHANGELOG.md
Here is a general goal for adding and supporting features for Guide going forward:
Brought to you by Will Browar