Search found 290 matches

by doloremipsum
Thu Oct 03, 2019 1:17 pm
Forum: Web-based Outputs
Topic: Using Snippets or Micro-Content for CSH?
Replies: 3
Views: 1465

Using Snippets or Micro-Content for CSH?

We have the most basic of basic help systems right now, and we would like to in future implement some CSH. I know that we can link individual buttons in the software to particular pages (topics) in the help. Is it possible to do a similar thing with snippets (or micro-content)? I'm imagining a syste...
by doloremipsum
Thu Oct 03, 2019 1:11 pm
Forum: Web-based Outputs
Topic: Conditions! Ability to exclude draft content
Replies: 4
Views: 1797

Re: Conditions! Ability to exclude draft content

I have a similar situation where I want to exclude everything tagged OEM.B, include everything tagged OEM.A (even if also tagged OEM.B), and exclude everything tagged ContentState.Draft (even if tagged with the others). Here's what I came up with: (OEM.A and OEM.B) or not OEM.B and not ContentState....
by doloremipsum
Wed Oct 02, 2019 1:33 pm
Forum: Printed Documentation Targets
Topic: Formatting Variables: Only Works Sometimes
Replies: 12
Views: 5129

Re: Formatting Variables: Only Works Sometimes

Probably an obvious question, but it has to be asked - neither of you have any styling on the Madcap variable or Madcap snippettext selectors respectively?
by doloremipsum
Mon Sep 30, 2019 5:54 pm
Forum: Printed Documentation Targets
Topic: Image appears in Web table but disrupts Print table
Replies: 7
Views: 2262

Re: Image appears in Web table but disrupts Print table

A few notes that might help you with your playing around: - The "position:absolute" style does place it in a particular position on the page itself (in this case, the top left as defined earlier in the style) rather than within its containing element. position:relative does the latter, but...
by doloremipsum
Mon Sep 30, 2019 5:43 pm
Forum: Styles, Stylesheets and XML
Topic: Multiple CSSs: how do I select which one to author in?
Replies: 2
Views: 967

Re: Multiple CSSs: how do I select which one to author in?

Although now that I think of it, the best way of making sure you have access to all of your styles at all times would be to define all of the styles in your master stylesheet. The styles that aren't being used by that output can be left 'blank', so they will inherit all values from the default. That...
by doloremipsum
Mon Sep 30, 2019 5:21 pm
Forum: Styles, Stylesheets and XML
Topic: Where is the xref code?
Replies: 9
Views: 3503

Re: Where is the xref code?

That stylesheet is presumably using the default xref style (all of the fields in the stylesheet editor are greyed out, which indicates that they are being inherited from the defaults). It won't show up in the stylesheet in the same way that you do not need to have the defaults for the <p> tag in the...
by doloremipsum
Thu Sep 26, 2019 6:13 pm
Forum: Styles, Stylesheets and XML
Topic: Strong, bold, or span.bold? and then some
Replies: 9
Views: 6209

Re: Strong, bold, or span.bold? and then some

But there is the rub - how do you add an <em> withour resorting to the text editor? It's not in the toolbar and not in the style window It may appear if you have something defined for it in the stylesheet. Open up the stylesheet in a text editor and add an empty style (em { }) or make a minor chang...
by doloremipsum
Thu Sep 26, 2019 5:12 pm
Forum: Styles, Stylesheets and XML
Topic: Multiple CSSs: how do I select which one to author in?
Replies: 2
Views: 967

Re: Multiple CSSs: how do I select which one to author in?

The stylesheet that you use in the editor is based on the primary project target. Simply navigate to the targets folder, right click on a target and select 'make primary' to set that stylesheet for editing.
by doloremipsum
Wed Sep 11, 2019 6:53 pm
Forum: Single-Sourcing
Topic: Entire topic conditionned through "Body"
Replies: 2
Views: 2300

Re: Entire topic conditionned through "Body"

If there is a condition on the body it should show up in the text editor for that topic. Open the topic in the text editor and delete the MadCap:conditions phrase from the <body> tag. If that phrase isn't there, it may be a style class that is excluded from that output, so delete that and check the ...
by doloremipsum
Mon Sep 09, 2019 8:38 pm
Forum: Source Control
Topic: Git Remote Repository Disappears
Replies: 2
Views: 2795

Re: Git Remote Repository Disappears

I'm not sure whether this is your problem, but one important thing to know that has caused me a lot of grief: Flare's internal Git integration will only work properly if the Flare project is the only thing stored in the repository. I've had similar issues in the past when we tried to store all of ou...
by doloremipsum
Tue Sep 03, 2019 9:42 pm
Forum: Printed Documentation Targets
Topic: Title Page as top level in Adobe Bookmark pane
Replies: 4
Views: 1606

Re: Title Page as top level in Adobe Bookmark pane

Unfortunately if you include it in the sidebar you will also include in the TOC. Both of those are looking at the same style property (mc-heading-level), so you can exclude it from one but it will also exclude it from the other (bane of my life). A way that might be less obnoxious: create a style li...
by doloremipsum
Sun Sep 01, 2019 4:31 pm
Forum: Printed Documentation Targets
Topic: Title Page as top level in Adobe Bookmark pane
Replies: 4
Views: 1606

Re: Title Page as top level in Adobe Bookmark pane

As far as I'm aware, those bookmarks are created the same way as the print table of contents. Each bookmark refers to a particular heading within your document, and the level is equivalent to the mc-heading-level attribute of that heading. So you could include the title page in the bookmarks pane by...
by doloremipsum
Wed Aug 28, 2019 1:24 pm
Forum: Single-Sourcing
Topic: Share Variable Definitions Across Targets
Replies: 3
Views: 2771

Re: Share Variable Definitions Across Targets

Yes - as I did mention in my original post, that is fine when you want to use the default variable definition in your target. But I have added alternative definitions to my variables, and I would like the target to reference those rather than the default definition. Instead, when I select those alte...
by doloremipsum
Mon Aug 26, 2019 8:42 pm
Forum: Single-Sourcing
Topic: Multi-PDF output same TOC
Replies: 6
Views: 6130

Re: Multi-PDF output same TOC

I've run into a similar issue when building the same manuals for four different companies, each of whom want their own special layouts (*sighs deeply*). However, there is a way around it. You need to have one page layout per output type, which you can assign to the target for that output. When you a...
by doloremipsum
Mon Aug 26, 2019 4:00 pm
Forum: Single-Sourcing
Topic: Share Variable Definitions Across Targets
Replies: 3
Views: 2771

Share Variable Definitions Across Targets

My documentation Flare projects include a large (and ever growing) number of variables which are stored in a Global project and shared via import files. Each variable has multiple definitions (mostly product names/codes which are different for the different companies we write for). The targets (also...