Plugins in the Demo Installation
Activate and Configure Plugins
Manage and configure plugins in the "Plugin" section of system settings. While some plugins offer extensive configuration options, others can simply be toggled on or off. Remember, changes in this demo reset every 30 minutes.
Bettersearch
The Bettersearch plugin brings full-text search to your site. When users click on the search icon, a modal opens with a search bar, results, and a sidebar for filtering by content folder. The Bettersearch plugin requires a MAKER license.
Revisions
Perfect for tracking and restoring content changes, the Revisions plugin lets you browse page history and restore any version with a single click. This plugin is available with a BUSINESS license.
Variables
A powerful tool for managing reusable text variables and Markdown snippets across your website. By defining variables and snippets in a central location, you can easily integrate them into your content using simple shortcodes.
Clipboard
This free plugin adds a copy button to all code examples, making it easy for users to copy code snippets.
Highlight
Highlight is a free plugin for adding code syntax highlighting to all code examples on your site.
Mermaid
Mermaid is an ideal choice for creating charts and diagrams using Markdown syntax, and it's free to use.
Math
The Math plugin integrates formula rendering into Typemill’s visual editor, supporting both KaTeX and MathJax libraries. Free to use for all math enthusiasts!
HTML
To enhance Typemill's security, native HTML tags aren’t allowed. However, the HTML plugin offers a secure workaround, providing standard HTML tags (like div
and span
) through Typemill’s shortcode feature. The HTML plugin is available with a MAKER license.
Embed
Easily embed content from YouTube, Vimeo, Google Maps, and Soundcloud using the Embed plugin. A privacy feature can be added in the frontend, allowing content to load only with user consent. The Embed plugin is available with a MAKER license.
Develop Your Own Plugin
If you're a PHP developer, Typemill makes it easy to create custom plugins using the Symfony Event Dispatcher — a well-known and widely adopted library in the PHP community.