Skip to main content

Blog

Practical insights on MadCap Flare, documentation architecture, and AI workflows for technical writing teams.

Flare Best Practices 50 Tips and Tricks

🧠 Feeling overwhelmed in MadCap Flare? You’re not alone.

June 13, 20254 min read
MadCap FlarePlugins

A guide to Improvementsoft's plugins

The Plugins That Actually Make Flare Better

May 7, 20252 min read
MadCap FlarePlugins

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.

March 22, 20243 min read
MadCap FlareJavaScript

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.

March 15, 20241 min read
MadCap FlareCSS

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.

March 4, 20241 min read
MadCap FlareCSS

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.

February 26, 20241 min read
MadCap FlareHTML

Implementing CSS Clamp in MadCap Flare

Clamp demo

February 26, 20241 min read
MadCap FlareCSS