Search found 8 matches

by msander
Thu Feb 07, 2019 2:39 am
Forum: Importing
Topic: Create multiple topics upon import of single file
Replies: 4
Views: 2892

Re: Create multiple topics upon import of single file

Hey Keri, You can use the Kaizen Plugin "Topic splitter" to solve the problem. Here's a link to an animated GIF that shows how it works. https://www.improvementsoft.com/content/resources/images/demogifs/topicsplitter_thumb_0_1280.png. You can read more about the plugin at https://www.impro...
by msander
Thu Dec 21, 2017 1:24 pm
Forum: Tips and Tricks
Topic: The free Kaizen Plugin for Flare
Replies: 4
Views: 5003

Re: The free Kaizen Plugin for Flare

I'm glad you like it!

The TODO notes work for anything UPPERCASE, ending with ":", e.g.

TODO:
NOTE:
REVIEW:
QUESTION:
by msander
Wed Dec 13, 2017 12:25 pm
Forum: Tips and Tricks
Topic: The free Kaizen Plugin for Flare
Replies: 4
Views: 5003

Re: The free Kaizen Plugin for Flare

I'm glad you like it Jeanne! :-) If you have any ideas for new features, or have any questions, feel free to e-mail me at mattias@improvementsoft.com.
by msander
Mon Aug 08, 2016 7:56 am
Forum: Tips and Tricks
Topic: The free Kaizen Plugin for Flare
Replies: 4
Views: 5003

The free Kaizen Plugin for Flare

Hey, I've made a little plugin for Flare that might help you get stuff done more efficient. You can download it for free at http://www.kaizenplugin.com/. Right now there are two neat features: Split a topics into several topics by the H1 elements. https://youtu.be/O4KTAH0Tfvg Update the CSS of multi...
by msander
Fri Oct 03, 2014 3:29 am
Forum: Styles, Stylesheets and XML
Topic: Custom Fonts for PDF output
Replies: 23
Views: 13363

Re: Custom Fonts for PDF output

Also try removing the single quotes from the CSS for p.TitleDocType p.TitleDocType { font-family: custom_bold, Arial, sans-serif; font-size: 32pt; color: #595b60; margin-top:22px; margin-bottom: 0px; margin-right: 45pt; text-align: right; text-transform: uppercase; line-height: 34pt; }
by msander
Fri Oct 03, 2014 2:28 am
Forum: Styles, Stylesheets and XML
Topic: Custom Fonts for PDF output
Replies: 23
Views: 13363

Re: Custom Fonts for PDF output

Hi Ruth,

Try this:

Code: Select all

@font-face {
  font-family: custom_bold;
  src: url(fonts/custom_bold-webfont.otf) format(opentype), url(fonts/custom_bold.ttf) format(truetype);
  font-weight: 900;
  font-style: normal;
}
Mattias
by msander
Thu Oct 02, 2014 1:20 am
Forum: Flare's General Discussion
Topic: Exporting Excel (xls*) to Flare Variable Set (flvar)
Replies: 4
Views: 2416

Re: Exporting Excel (xls*) to Flare Variable Set (flvar)

Hi,

Here's a simple spreadsheet you can use: https://dl.dropboxusercontent.com/u/437 ... leSet.xlsx

The animated GIF shows how to use it.

Good luck!
Mattias

Image