Search found 11 matches

by amygil
Wed Jul 15, 2020 6:54 am
Forum: Web-based Outputs
Topic: Modifying tripane search results with Javascript
Replies: 1
Views: 758

Re: Modifying tripane search results with Javascript

In case anybody is interested in doing something similar, I solved this. Incidentally, we switched to Side Navigation skin but the solution should be the same for any skin that uses this search engine. Here's the fix. I needed to wait for the search results to be written to the page (DOM): $().ready...
by amygil
Wed Jul 01, 2020 7:32 am
Forum: Web-based Outputs
Topic: Modifying tripane search results with Javascript
Replies: 1
Views: 758

Modifying tripane search results with Javascript

I wrote some code to modify the path in the search results to show the name of the document instead and remove everything after the slash. Path is not helpful to my users but it would be good to show the docoument. Here's the code: $(document).ready(function(){ $('.url cite').each(function() { var n...
by amygil
Wed Jun 20, 2018 11:55 am
Forum: Source Control
Topic: Versioning newbie
Replies: 1
Views: 1981

Re: Versioning newbie

We use git for our documentation. When we do a release, we branch the release. The master is the development version. That would solve your issue, I would think.
by amygil
Wed Jun 13, 2018 9:29 am
Forum: Flare's General Discussion
Topic: Need help with regular expression to remove span tags
Replies: 8
Views: 3623

Re: Need help with regular expression to remove span tags

jww's RegEx is exactly what barbs is looking for. Just wanted to state that in case it wasn't clear. I use Notepad++ to do find/replaces across multiple projects. It uses the same RegEx syntax that Flare does (they don't all) and it's a great text editor in its own right. @wabernat, that plugin look...
by amygil
Thu Jul 27, 2017 9:51 am
Forum: Flare's General Discussion
Topic: Broken URLs with Apache Tomcat
Replies: 15
Views: 16370

Re: Broken URLs with Apache Tomcat

Does anybody know when we can expect a fix for this?
by amygil
Thu Jun 22, 2017 11:26 am
Forum: Web-based Outputs
Topic: Using Flare for Conversion and Output (not authoring)
Replies: 0
Views: 804

Using Flare for Conversion and Output (not authoring)

Our documentation team of two uses Flare and we love it for all of our documentation needs. It took a few years but now most of our doc has moved over from Word and other sources to Flare. One product that can't move from Word is one that one particular SME authors himself. He is an excellent writer...
by amygil
Fri May 26, 2017 9:55 am
Forum: Flare's General Discussion
Topic: Add Title to Mini TOC
Replies: 21
Views: 16533

Re: Add Title to Mini TOC

I see this topic is old but I found a simpler method for adding a title to the mini TOC. I use the before selector: div.miniToc::before { content: "More:"; font-weight: bold; } Of course, support for the ::before selector was limited in 2008 and there may be some older browsers that don't ...
by amygil
Fri May 19, 2017 8:13 am
Forum: Web-based Outputs
Topic: Duplicate images in HTML5 Output
Replies: 2
Views: 1220

Re: Duplicate images in HTML5 Output

Wow. How did I miss that. And only the third one down on the list. Thanks so much. That'll do the trick.
by amygil
Fri May 19, 2017 8:04 am
Forum: Doc-To-Help General Discussion
Topic: Doc-to-Help Conversion Very Slow
Replies: 8
Views: 6316

Re: Doc-to-Help Conversion Very Slow

I used Words own bullets. I could try changing to C1H and see what happens. What is the difference?

Though it seems the list conversion is done quickly and it's the step after that that is the slow one. I'll try it again to confirm and also try it using C1H bullets.
by amygil
Fri May 19, 2017 7:43 am
Forum: Web-based Outputs
Topic: Duplicate images in HTML5 Output
Replies: 2
Views: 1220

Duplicate images in HTML5 Output

When I output to HTML5, I get duplicates of each image. One is the original and one is resized to the exact width and height specifications set in the code for that image. The original isn't linked in the output. Is there any way to remove this original since it's not being used. These images double...
by amygil
Thu May 11, 2017 9:41 am
Forum: Doc-To-Help General Discussion
Topic: Doc-to-Help Conversion Very Slow
Replies: 8
Views: 6316

Doc-to-Help Conversion Very Slow

I have a new problem with Doc-to-Help and I can't figure out what changed if anything to cause it. Maybe Word did a minor update but I'm not sure. My document conversions can take 1/2 hour or even an hour if it's a long document. These are documents that used to take 10 minutes at the most. The slow...