Flare Best Practices 50 Tips and Tricks
🧠 Feeling overwhelmed in MadCap Flare? You’re not alone.
A guide to Improvementsoft's plugins
The Plugins That Actually Make Flare Better
Implementing a dynamic search dropdown in MadCap Flare
Here's a Javascript you can use to implement a dynamic search dropdown in Flare. Just save the script below in a file and include it in your Flare project, and then include the script in your template page, or any page where you want the dropdown to appear. You might need to adjust the CSS selector of the search input field based on your project's structure.
Using Post Build Events in Flare for CSS Customization
Post build events in MadCap Flare can append styles to the skin-specific CSS, enabling customization of elements not available in the Flare skin editor. This is particularly useful for Tripane skin where some elements, like the search bar proxy, lack direct support for modifications.
Supercharge Tables in Flare
Supercharge your tables in MadCap Flare using the DataTables JavaScript plug-in. As a bonus it makes your tables mobile friendly automatically.
Enhance Responsiveness with the <picture> Element
When working with MadCap Flare, generating responsive HTML output is key for accessibility across various devices. The HTML `` element is an essential tool for this purpose, ensuring images in your documentation adapt seamlessly to different screen sizes and resolutions.
Implementing CSS Clamp in MadCap Flare
Clamp demo