I'm looking for a way to generate a cross-reference map, i.e. a list of all pages, that do a cross-reference (or <a> ) to another page.
Flare provides the link viewer that gives me a list of files referenced by a topic, and where it is referred to, but I want to generate a report that collated all ...
Search found 51 matches
- Thu Sep 20, 2018 7:28 am
- Forum: Flare's General Discussion
- Topic: generating a cross reference table
- Replies: 6
- Views: 2536
- Thu Jun 14, 2018 12:10 am
- Forum: Styles, Stylesheets and XML
- Topic: overriding CSS values in the master style sheet in a build
- Replies: 1
- Views: 1109
Re: overriding CSS values in the master style sheet in a bui
Answering my own question
1) create a master stylesheet master.css, set this as the master in the project or both the release and the draft targets
2) In that stylesheet link to the main-style.css and to the draft.css files - I prefer to do this in the text editor since the order is important ...
1) create a master stylesheet master.css, set this as the master in the project or both the release and the draft targets
2) In that stylesheet link to the main-style.css and to the draft.css files - I prefer to do this in the text editor since the order is important ...
- Wed Jun 13, 2018 3:27 am
- Forum: Styles, Stylesheets and XML
- Topic: overriding CSS values in the master style sheet in a build
- Replies: 1
- Views: 1109
overriding CSS values in the master style sheet in a build
Hi
I like to have TBDs to my text, where in a draft build they are highlighted and in release build they are hidden
The way I do it is
1) wrap the TBD text in a span with a tbd class
2) in my main-styles css the tbd class is styled to "display:hidden", and in the draft.css they are styled to ...
I like to have TBDs to my text, where in a draft build they are highlighted and in release build they are hidden
The way I do it is
1) wrap the TBD text in a span with a tbd class
2) in my main-styles css the tbd class is styled to "display:hidden", and in the draft.css they are styled to ...
- Sun Jun 10, 2018 4:00 am
- Forum: Flare's General Discussion
- Topic: syntax error in Language.js
- Replies: 0
- Views: 918
syntax error in Language.js
Hi
Flare is generating a file "language.js" which contains the following
define({'skin':{,'HTML5___Top_Navigation':{},'TopNav':{}},'toc':{}});
I'm getting a runtime error in the Chrome debugger
/docs/Data/Language.js?t=636642332693426216:1 Uncaught SyntaxError: Unexpected token ,
Looks like it's ...
Flare is generating a file "language.js" which contains the following
define({'skin':{,'HTML5___Top_Navigation':{},'TopNav':{}},'toc':{}});
I'm getting a runtime error in the Chrome debugger
/docs/Data/Language.js?t=636642332693426216:1 Uncaught SyntaxError: Unexpected token ,
Looks like it's ...
- Sun May 06, 2018 5:10 am
- Forum: Flare's General Discussion
- Topic: Stop the internal text editor replacing spaces with tabs
- Replies: 5
- Views: 6184
Re: Stop the internal text editor replacing spaces with tabs
Sorry, I don't like the answer :?
If I copy a <code> </code> block from one topic to another, I expect Flare to simply copy it "as is" -
what happens in practice is that it replaces my carefully placed spaced with tabs......
Flare should have three options in the text editor:
1) keep spacing and ...
If I copy a <code> </code> block from one topic to another, I expect Flare to simply copy it "as is" -
what happens in practice is that it replaces my carefully placed spaced with tabs......
Flare should have three options in the text editor:
1) keep spacing and ...
- Sun Apr 08, 2018 11:49 pm
- Forum: Flare's General Discussion
- Topic: random sticky id makes every file "changed"
- Replies: 0
- Views: 1307
random sticky id makes every file "changed"
Hi
Every file in my generated HTML5 output contains lines such as
<div class="container">
<div class="sidebar">
<div data-sticky-container="" id="umGvcCL_ekq_YGxttMsLuw">
.......
I understand that this has something to do with the scrolling of the sidebar.
My problem is that every build, every ...
Every file in my generated HTML5 output contains lines such as
<div class="container">
<div class="sidebar">
<div data-sticky-container="" id="umGvcCL_ekq_YGxttMsLuw">
.......
I understand that this has something to do with the scrolling of the sidebar.
My problem is that every build, every ...
- Tue Mar 20, 2018 1:22 am
- Forum: Web-based Outputs
- Topic: Flare 9 HTML5 and TocPath in page links
- Replies: 66
- Views: 160351
Re: Flare 9 HTML5 and TocPath in page links
OK problem solved
in your "target" got to the advanced tab, and uncheck "Synchronize navigation elements with TOC entries"
that's it - they ugly URL is gone
BUT - if you want to reference the same topic from two places in the ToC - you can't do this.
I suppose the solution is to put the content in ...
in your "target" got to the advanced tab, and uncheck "Synchronize navigation elements with TOC entries"
that's it - they ugly URL is gone
BUT - if you want to reference the same topic from two places in the ToC - you can't do this.
I suppose the solution is to put the content in ...
- Mon Mar 19, 2018 7:27 am
- Forum: Web-based Outputs
- Topic: Flare 9 HTML5 and TocPath in page links
- Replies: 66
- Views: 160351
Re: Flare 9 HTML5 and TocPath in page links
I tried to look for the code to change it
I found MadCapAll.js in three places
C:\Program Files\MadCap Software\MadCap Flare 13\Flare.app\Resources\WebHelpMobile\Advanced\Resources\Scripts
C:\Program Files\MadCap Software\MadCap Flare 13\Flare.app\Resources\WebHelp\Content\SkinSupport
C:\Program ...
I found MadCapAll.js in three places
C:\Program Files\MadCap Software\MadCap Flare 13\Flare.app\Resources\WebHelpMobile\Advanced\Resources\Scripts
C:\Program Files\MadCap Software\MadCap Flare 13\Flare.app\Resources\WebHelp\Content\SkinSupport
C:\Program ...
- Mon Mar 19, 2018 7:18 am
- Forum: Web-based Outputs
- Topic: Flare 9 HTML5 and TocPath in page links
- Replies: 66
- Views: 160351
Re: Flare 9 HTML5 and TocPath in page links
It's now 2018 - has this not been solved ?
- Mon Mar 12, 2018 8:11 am
- Forum: Source Control
- Topic: Sequence contains more than one element
- Replies: 33
- Views: 39175
Re: Sequence contains more than one element
Just happened to me too - did you ever find a solution?
- Thu Feb 08, 2018 2:32 pm
- Forum: Web-based Outputs
- Topic: supressing CDATA
- Replies: 0
- Views: 1022
supressing CDATA
Hi
I'm using handlebars templates in a topic. This means that I need to insert a template like this.
<script id="params-template" type="text/x-handlebars-template">
{{#myhelper '}}
some content
{{/myhelper }}
</script>
My problem is that when I build the output, Flare is adding CDATA and ...
I'm using handlebars templates in a topic. This means that I need to insert a template like this.
<script id="params-template" type="text/x-handlebars-template">
{{#myhelper '}}
some content
{{/myhelper }}
</script>
My problem is that when I build the output, Flare is adding CDATA and ...
- Tue Dec 05, 2017 12:26 am
- Forum: Flare's General Discussion
- Topic: Using a grammer checker with Flare
- Replies: 8
- Views: 6584
Using a grammer checker with Flare
I use "Grammarly" when I write anything (including this post...), but unfortunately, it does not work with Flare. Does anyone have an automated way to do good quality proofreading? At the moment the best I can do is to copy paste the web output to the Grammarly desktop app.
Thanks
Thanks
- Wed Nov 22, 2017 2:59 am
- Forum: Flare's General Discussion
- Topic: Handling Multiple coding language code inserts
- Replies: 1
- Views: 1237
Handling Multiple coding language code inserts
Hi
I'm documenting a tool that has SDK in multiple programming languages (Java, Javascript, Ruby, C++ and more).
I have two challenges:
1. Giving example code for each of the languages. While I could certainly always give every code example in all languages, perhaps using text dropdowns to hide the ...
I'm documenting a tool that has SDK in multiple programming languages (Java, Javascript, Ruby, C++ and more).
I have two challenges:
1. Giving example code for each of the languages. While I could certainly always give every code example in all languages, perhaps using text dropdowns to hide the ...
- Wed Nov 08, 2017 12:37 am
- Forum: Web-based Outputs
- Topic: generating absolute URLs instead of Relative URLs
- Replies: 0
- Views: 809
generating absolute URLs instead of Relative URLs
My flare generated document tree is being served by a server that inserts it into a skin that is common to the entire site.
It is expecting to get all URL references (to other page or to resources) as an absolute path from the top of my tree
/Content/Resource/Images/myImage.png instead of ...
It is expecting to get all URL references (to other page or to resources) as an absolute path from the top of my tree
/Content/Resource/Images/myImage.png instead of ...
- Sun Nov 05, 2017 6:29 am
- Forum: Capture's General Discussion
- Topic: I million possible arrow properties and few are useful
- Replies: 7
- Views: 32647
Re: I million possible arrow properties and few are useful
Anyone work out how to scale it ? I need a much small arrow
- Tue Oct 31, 2017 2:56 am
- Forum: Flare's General Discussion
- Topic: problems with snippetBlocks
- Replies: 2
- Views: 1335
Re: problems with snippetBlocks
Oops....
I must have erased it by accident
Thanks that solved the placement problem as well. If I drag it on to a line with only a <p> then it indeed inserts a blovk.
It would have been nice if Flare would detect an illegal snippet (no body)......
Thanks
I must have erased it by accident
Thanks that solved the placement problem as well. If I drag it on to a line with only a <p> then it indeed inserts a blovk.
It would have been nice if Flare would detect an illegal snippet (no body)......
Thanks
- Tue Oct 31, 2017 1:00 am
- Forum: Flare's General Discussion
- Topic: problems with snippetBlocks
- Replies: 2
- Views: 1335
problems with snippetBlocks
Hi
I use a snippet to put placeholders in my test where I want to insert image. It is defined like this:
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:lastBlockDepth="2" MadCap:lastHeight="37" MadCap:lastWidth="718">
<head ...
I use a snippet to put placeholders in my test where I want to insert image. It is defined like this:
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:lastBlockDepth="2" MadCap:lastHeight="37" MadCap:lastWidth="718">
<head ...
- Mon Oct 23, 2017 11:30 pm
- Forum: Flare's General Discussion
- Topic: using the "Responsive Gradient Panel Layout" template
- Replies: 2
- Views: 1865
Re: using the "Responsive Gradient Panel Layout" template
Thanks
I would think that as a minimum Madcap should point out where the key files are:
I followed your second approach and the answer is (so far)
1. rename and copy the following files from the template project to your existing project
a) Content/Home.htm
b) Resources/Stylesheets/StylesForHomePage ...
I would think that as a minimum Madcap should point out where the key files are:
I followed your second approach and the answer is (so far)
1. rename and copy the following files from the template project to your existing project
a) Content/Home.htm
b) Resources/Stylesheets/StylesForHomePage ...
- Mon Oct 23, 2017 6:03 am
- Forum: Flare's General Discussion
- Topic: using the "Responsive Gradient Panel Layout" template
- Replies: 2
- Views: 1865
using the "Responsive Gradient Panel Layout" template
I've downloaded a template from https://www.madcapsoftware.com/downloads/madcap-flare-project-templates/
But it's not clear to me
1. How do I change an existing project to use this template
2. How do I change the template? I can't find where in the project/Content the various elements on the home ...
But it's not clear to me
1. How do I change an existing project to use this template
2. How do I change the template? I can't find where in the project/Content the various elements on the home ...
- Tue Oct 03, 2017 4:57 am
- Forum: Flare's General Discussion
- Topic: missing video element ID in HTML5 output
- Replies: 1
- Views: 1605
missing video element ID in HTML5 output
Hi
A problem and a question
I want the user to be able to press a link in the text (or perhaps a button), and then play a video in a video element from a given position
I've put the code I'm using below
1) For some reason the id I'm assigning to the video element in the source does not appear in ...
A problem and a question
I want the user to be able to press a link in the text (or perhaps a button), and then play a video in a video element from a given position
I've put the code I'm using below
1) For some reason the id I'm assigning to the video element in the source does not appear in ...
- Wed Sep 27, 2017 1:40 am
- Forum: Flare's General Discussion
- Topic: inserting new elements quickly
- Replies: 6
- Views: 3885
inserting new elements quickly
Sorry for the newbie questions...
I'm looking for a quick way to add new elements such as div,p,h1,h2 etc in the XML Editor
Obviously, I can do this manually in the text editor -
In some cases (after a P and an h) doing Enter will add me a <p> and then I use the Syle window on the Home tab to ...
I'm looking for a quick way to add new elements such as div,p,h1,h2 etc in the XML Editor
Obviously, I can do this manually in the text editor -
In some cases (after a P and an h) doing Enter will add me a <p> and then I use the Syle window on the Home tab to ...
- Mon Sep 25, 2017 5:34 am
- Forum: Flare's General Discussion
- Topic: clicking on topic does not open the topic in the editor
- Replies: 1
- Views: 1744
clicking on topic does not open the topic in the editor
This may be a newbie problem or perhaps it's a bug?
In some cases, not all, when I double click on a topic in the Content explorer it does not open the topic in the XML editor.
Right click open or Doing enter also does not work
right click Open with Firefox does open it...
Restarting Flare cleared ...
In some cases, not all, when I double click on a topic in the Content explorer it does not open the topic in the XML editor.
Right click open or Doing enter also does not work
right click Open with Firefox does open it...
Restarting Flare cleared ...
- Sun Sep 24, 2017 12:32 am
- Forum: Tips and Tricks
- Topic: dealing with TBDs
- Replies: 6
- Views: 5627
Re: dealing with TBDs
Thanks for the replies
I use pen and paper or our bug tracking / backlog system. I don't think the Flare project is the right place for a personal to do list. Just my 2 €.
Maybe I wasn't clear - this isn't a to do list. Just a place holder within the text for something I want to add later at that ...
I use pen and paper or our bug tracking / backlog system. I don't think the Flare project is the right place for a personal to do list. Just my 2 €.
Maybe I wasn't clear - this isn't a to do list. Just a place holder within the text for something I want to add later at that ...
- Tue Sep 19, 2017 5:55 am
- Forum: Tips and Tricks
- Topic: dealing with TBDs
- Replies: 6
- Views: 5627
dealing with TBDs
As I write things keep popping up in my mind, like the need to add a term to a glossary or to reference a "see also".
In order not be distracted I want to add a TBC (to be done aka TBC) - a note to myself that I need to add something later.
The nature of the TBD is
1. I want to be able to search ...
In order not be distracted I want to add a TBC (to be done aka TBC) - a note to myself that I need to add something later.
The nature of the TBD is
1. I want to be able to search ...
- Tue Sep 19, 2017 2:33 am
- Forum: Tips and Tricks
- Topic: Tips for Outlining
- Replies: 0
- Views: 1712
Tips for Outlining
Hi There
When I start a new document, or a new section, I like to brainstorm and make a list of subjects, in some sort of outline hierarchy to get a view of what i want to do.
In Flare these then become content/folder, Topics, Snippets or just headings and paragraphs in a topic/snippet
Does anyone ...
When I start a new document, or a new section, I like to brainstorm and make a list of subjects, in some sort of outline hierarchy to get a view of what i want to do.
In Flare these then become content/folder, Topics, Snippets or just headings and paragraphs in a topic/snippet
Does anyone ...