Search found 18 matches

by 0Qq5Ew538tV
Fri Mar 29, 2024 8:01 am
Forum: Flare's General Discussion
Topic: What is stemmer-english.amd.min.js, is it malware?
Replies: 1
Views: 126

What is stemmer-english.amd.min.js, is it malware?

A file called stemmer-english.amd.min.js recently started appearing in my Resources/Scripts folder for my Flare project output. This file has never been here before. I have no idea where it came from or what it does, the Flare user guide doesn't turn up anything. Is this a legitimate Flare file or d...
by 0Qq5Ew538tV
Tue Nov 07, 2023 3:34 pm
Forum: Central's General Discussion
Topic: MadCap Central API
Replies: 2
Views: 5407

MadCap Central API

We currently have a trial license of MadCap Central that we're using mostly for analytics. Does MadCap document the API for Central anywhere? I searched but was unable to find any API documentation. I can easily use Postman Interceptor to capture the requests the user interface is making, and then s...
by 0Qq5Ew538tV
Wed Oct 25, 2023 2:48 pm
Forum: Flare's General Discussion
Topic: Filenames into a variable?
Replies: 1
Views: 4286

Filenames into a variable?

Is there any way within Flare that I can reference the filename? For example, if I have a file called Introduction.htm, I'm hoping there's a system Flare variable that I can use to grab and insert "Introduction.htm" in different places.

Is there any easy way to do this within Flare?
by 0Qq5Ew538tV
Thu Oct 19, 2023 12:44 pm
Forum: Flare's General Discussion
Topic: Analytics for Technical Documentation
Replies: 5
Views: 2003

Re: Analytics for Technical Documentation

Also, looking into the analytics that Central provides, it's even less than Google Analytics, and he's already not satisfied with Google Analytics.
by 0Qq5Ew538tV
Thu Oct 19, 2023 11:41 am
Forum: Flare's General Discussion
Topic: Analytics for Technical Documentation
Replies: 5
Views: 2003

Re: Analytics for Technical Documentation

The target doc site doesn't have to be hosted in Central, but the content must be authored in a Flare project within Central unfortunately. All of our writers use the standalone MadCap Flare application, and we don't want to switch to Central (changing our entire infrastructure) just to get the Anal...
by 0Qq5Ew538tV
Thu Oct 19, 2023 11:08 am
Forum: Flare's General Discussion
Topic: Analytics for Technical Documentation
Replies: 5
Views: 2003

Analytics for Technical Documentation

Hey guys, My boss recently asked me to start researching analytics tools for technical documentation because he doesn't think Google Analytics provides enough value. Do any of you use any third-party analytics tools? Which ones are the current best in class? Something that focuses specifically on te...
by 0Qq5Ew538tV
Thu Aug 25, 2022 9:42 am
Forum: Web-based Outputs
Topic: code snippet copy function inserts hidden characters
Replies: 2
Views: 1634

code snippet copy function inserts hidden characters

When users use the copy button to copy a code snippet, and then paste it into their editor, the code contains hidden <0xa0> characters which is the hex code for NBSP; HTML codes. If a user simply highlights the code and pastes into their editor there are no hidden characters. The Flare copy button i...
by 0Qq5Ew538tV
Mon Sep 20, 2021 8:19 pm
Forum: Printed Documentation Targets
Topic: PDF uses the page H1 for page names
Replies: 1
Views: 3665

PDF uses the page H1 for page names

When I build PDF output, the pages are labeled using the H1 from the page. However, I would like the pages in the PDFs to be labeled the same as the label in the TOC instead of the H1. How do I change this behavior? I've looked at every setting on my PDF target and can't figure it out.
by 0Qq5Ew538tV
Thu Aug 19, 2021 11:08 am
Forum: Flare's General Discussion
Topic: Check Flare license via command line
Replies: 2
Views: 1071

Re: Check Flare license via command line

That's very helpful, we can definitely query the registry to perform this check. Thanks for the response!
by 0Qq5Ew538tV
Wed Aug 18, 2021 4:28 pm
Forum: Flare's General Discussion
Topic: Check Flare license via command line
Replies: 2
Views: 1071

Check Flare license via command line

We had a Flare user publish to our website using an unlicensed version of Flare and thus the text was scrambled. We now want to create an automated check to prevent this in the future. Is there a way to verify if Flare is licensed via the command line? I know you can do it by going to Help -> About ...
by 0Qq5Ew538tV
Tue Aug 17, 2021 9:40 am
Forum: Flare's General Discussion
Topic: Flare inserts a BOM or byte order mark in post build event
Replies: 1
Views: 813

Flare inserts a BOM or byte order mark in post build event

We have several users that use Flare in our organization. Some of the users are experiencing an issue with the pre and post-build event commands. The issue only occurs when targets are built from the command line with madbuild.exe, not from the GUI. We have a post-build event command that echoes som...
by 0Qq5Ew538tV
Mon Aug 09, 2021 10:36 am
Forum: Flare's General Discussion
Topic: Post-build event command issue, command line build
Replies: 5
Views: 3910

Re: Post-build event command issue, command line build

Does anyone have any ideas? We're still experiencing the issue.
by 0Qq5Ew538tV
Thu Jul 29, 2021 1:09 pm
Forum: Flare's General Discussion
Topic: Post-build event command issue, command line build
Replies: 5
Views: 3910

Post-build event command issue, command line build

We have a post-build event command set up for a target that just echos variables to a file. This is the command: echo "$(TargetName)|$(ProjectDirectory)|$(OutputDirectory)" > %appdata%\mcoutput.fldat On my machine, I can build targets via the GUI in Flare and also via the command line, and...
by 0Qq5Ew538tV
Tue Jul 27, 2021 11:50 am
Forum: Printed Documentation Targets
Topic: PDF Links Broken
Replies: 1
Views: 1378

Re: PDF Links Broken

For anyone reading this, it's a bug in Flare 2021. Support sent me a replacement .dll file and now the issue is resolved.
by 0Qq5Ew538tV
Mon Jul 19, 2021 9:34 am
Forum: Flare's General Discussion
Topic: Broken links in PDF output - v2021
Replies: 11
Views: 5960

Re: Broken links in PDF output - v2021

I have broken links in my PDF output, but the issue for me is with hyperlinks, the cross-references work fine. It seems that Flare is hard-coding the hyperlinks in the build process instead of using relative links. For example: https://i.imgur.com/tncEdI4.png This seems to be an issue with Flare 202...
by 0Qq5Ew538tV
Mon Jul 19, 2021 9:25 am
Forum: Printed Documentation Targets
Topic: PDF Links Broken
Replies: 1
Views: 1378

PDF Links Broken

Most of the links within my generated PDFs are broken. I narrowed down the issue to links that were inserted as hyperlinks and that link to another file in the project. Cross-reference links work fine in the PDF output, it's only the hyperlinks that are broken. It seems that Flare is generating the ...
by 0Qq5Ew538tV
Thu Jun 17, 2021 1:17 pm
Forum: Single-Sourcing
Topic: Imported files appear to be unlinked (but are still linked)
Replies: 2
Views: 2634

Imported files appear to be unlinked (but are still linked)

I have a child project imports snippets from a global project. Normally, the snippets that are imported have a link icon next to the name indicating that the snippets aren't local. Additionally, when you attempt to edit one of these files you will get a dialog explaining that the document is a linke...
by 0Qq5Ew538tV
Wed Sep 30, 2020 10:52 am
Forum: Styles, Stylesheets and XML
Topic: Flare wraps variables in spans, any way to prevent this?
Replies: 4
Views: 1670

Flare wraps variables in spans, any way to prevent this?

When you build content that contains variables, the output has the variable wrapped in a span tag. <span class="ProductName">Widget</span> Is there any way to prevent Flare from wrapping variables in span tags? I just want Flare to insert my variable without wrapping it in span tags since ...