Hello,
Trying to work out something... is there any reference tags that we can associated with all the images in my Flare help project that is not visible the front end (in HTML5/ Printed outputs). So we have some reference codes to all the screens in company's application. What we are after is applying the same reference ids to all the images in Flare project. When any of these images are updated in the application, we just locate that image instances in the Flare project by their reference information and update the image. Something similar to to Topic IDs in Word.
Is there an option? Thanks for your help.
Image references
-
BedfordWriter
- Sr. Propeller Head
- Posts: 231
- Joined: Wed Jun 23, 2010 10:13 am
- Location: Nova Scotia
Re: Image references
Maybe a bookmark?
Doesn't show. Doesn't create an entry in Styles.css. Easy to search. Can contain anything you want, like a reference to the screen ID.
Doesn't show. Doesn't create an entry in Styles.css. Easy to search. Can contain anything you want, like a reference to the screen ID.
-
ChoccieMuffin
- Senior Propellus Maximus
- Posts: 2650
- Joined: Wed Apr 14, 2010 8:01 am
- Location: Surrey, UK
Re: Image references
If you mean instances of the screenshots in the topics (rather than attached to the image itself) you could create a style with a condition and ALWAYS exclude the condition in your targets, then apply that style to a paragraph containing whatever you want to say. This is what I have in my stylesheet, so I can easily see the yellow background when I'm working in Flare:
.COMMENT
{
background-color: #ffff00;
mc-conditions: 'Primary.COMMENT';
}
.COMMENT
{
background-color: #ffff00;
mc-conditions: 'Primary.COMMENT';
}
Started as a newbie with Flare 6.1, now using Flare 2024r2.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
Re: Image references
I am not that good yet with using Conditional text. Still struggling to get the target the way I'd like
With the image, one of my colleagues suggested renaming the images using the reference code. That simplified the approach, so we are currently renaming all the images to match their associated reference codes. The search will be similar to search you can perform on a folder.
Simple as that
With the image, one of my colleagues suggested renaming the images using the reference code. That simplified the approach, so we are currently renaming all the images to match their associated reference codes. The search will be similar to search you can perform on a folder.
Simple as that