Search found 40 matches

by LeslieT
Tue May 30, 2017 11:10 am
Forum: Flare's General Discussion
Topic: Demanding a save
Replies: 5
Views: 2709

Re: Demanding a save

I wrote a git hook that removes these attributes from diffs/commits because it's not meaningful information. If anyone is interested I can share the hook, just let me know. KayJay, I am very interested! We are using Git and I just hate that these elements are considered changed when they really are...
by LeslieT
Thu May 25, 2017 1:03 pm
Forum: Flare's General Discussion
Topic: Can't see published articles in Salesforce
Replies: 7
Views: 3236

Re: Can't see published articles in Saleforce

Leslie, The Salesforce Connect license is a yearly subscription license of $2400/year/user. Thanks, that is good to know! Seems kind of pricey (more than a whole Flare license). Does anyone know how it handles article changes? For example, if you published to Salesforce and later make changes to th...
by LeslieT
Mon May 15, 2017 7:10 am
Forum: Flare's General Discussion
Topic: Can't see published articles in Salesforce
Replies: 7
Views: 3236

Re: Can't see published articles in Saleforce

Thanks, asbahr, for that summary.

Do you know the cost on this extra license? I don't want to bother proposing it and doing a PoC if it is not worth the cost to the higher ups.
by LeslieT
Thu May 11, 2017 7:46 am
Forum: Flare's General Discussion
Topic: 2017 r2 broke hyperlinking!
Replies: 6
Views: 3295

Re: 2017 r2 broke hyperlinking!

Yes, I am seeing this also.

Based on Dave's summary in another thread (viewtopic.php?f=13&t=28996), I think I'm going to have to uninstall this release and go back to the last one :cry:
by LeslieT
Tue May 09, 2017 1:15 pm
Forum: Flare's General Discussion
Topic: 2017 R2 broke all of my TOCs
Replies: 13
Views: 10361

Re: 2017 R2 broke all of my TOCs

I looked at mine and I saw this happen in one spot where I had a condition applied in the Heading text. I took that out and re-added it to the TOC and now it seems to be behaving.
by LeslieT
Tue May 09, 2017 8:49 am
Forum: Flare's General Discussion
Topic: Can't see published articles in Salesforce
Replies: 7
Views: 3236

Re: Can't see published articles in Saleforce

Did you get a separate license for it? I read in the docs that it needs its own license. It would be good to experiment with it before deciding that you want to use it.
by LeslieT
Tue May 09, 2017 8:46 am
Forum: Flare's General Discussion
Topic: Flare on a Mac
Replies: 18
Views: 13184

Re: Flare on a Mac

Thanks, Leslie. Is this how you're setting up the shared drive? https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004055 I also didn't prefer using the Flare project binding. If I'm understanding you, it sounds like you use git on the Mac side t...
by LeslieT
Mon May 01, 2017 9:03 am
Forum: Flare's General Discussion
Topic: Flare on a Mac
Replies: 18
Views: 13184

Re: Flare on a Mac

Hi Rona, I also use Flare on a Macbook via VMware Fusion. It works pretty seamlessly. In fact, I think I have better performance because I have an allocated amount of memory for the Windows guest system and I only run MadCap apps on it, with all other functions happening on the Mac host. I don't typ...
by LeslieT
Wed Apr 26, 2017 8:47 am
Forum: Source Control
Topic: protecting files with multiple authors in Git
Replies: 2
Views: 2398

Re: protecting files with multiple authors in Git

Hi Lisa, Basically, you would use the same mechanisms that the developers use to protect the files in their code base. For the most part, writers should probably work in their own branch and then merge to Master when things need to be combined. Master is usually a "protected" branch. If yo...
by LeslieT
Thu Mar 09, 2017 8:47 am
Forum: Source Control
Topic: GIT Repository with multiple projects
Replies: 11
Views: 13233

Re: GIT Repository with multiple projects

Morgan is absolutely on the money here. And I love talking about it too!! If you use standard Git tools, the question of how you group one or more projects into a repository is more how you need to branch. The approach that worked best for me and my teams was to create repos based on how product was...
by LeslieT
Thu Mar 09, 2017 8:17 am
Forum: Source Control
Topic: How to copy content between Flare branches?
Replies: 2
Views: 2342

Re: How to copy content between Flare branches?

Sadly, I do not think you can do this if you are using the Flare-Git source control and project binding. If you simply use Git with a standard Git client (such as SourceTree) you can merge changes from Master to a branch or you can cherry-pick one or more specific commits to that branch (probably th...
by LeslieT
Thu Mar 09, 2017 8:13 am
Forum: Source Control
Topic: Flare 2017 using Git with multiple authors
Replies: 2
Views: 2656

Re: Flare 2017 using Git with multiple authors

I led a six-person team where we had our source in GitHub and used SourceTree as our Git client (recommend highly over Tortoise Git). This system worked extremely well for merging changes. We did not use the Flare source control at all because it just isn't designed around the Git paradigm, which is...
by LeslieT
Tue May 24, 2016 8:21 am
Forum: Styles, Stylesheets and XML
Topic: Unordered list without bullets CSS
Replies: 3
Views: 1823

Re: Unordered list without bullets CSS

I think I would approach this using tested Divs.

I haven't ever implemented this, but I plan to experiment with it because the code indentation has certainly been a conundrum in the past. I'll post an update based on the experiment.
by LeslieT
Fri Apr 08, 2016 11:52 am
Forum: Flare's General Discussion
Topic: Salesforce - Flare only or Flare with CMS
Replies: 12
Views: 6481

Re: Salesforce - Flare only or Flare with CMS

I have been investigating this subject because our Product Management team wants documentation to be integrated with the Support and Community experience provided by SalesForce. And as many have expressed here, it is not a matter of simply uploading Flare online outputs into SalesForce. We are actua...
by LeslieT
Tue Apr 05, 2016 2:34 pm
Forum: Flare's General Discussion
Topic: Issue with TopNav when you include topics >1x
Replies: 13
Views: 6942

Re: Issue with TopNav when you include topics >1x

Paul,

So glad to have helped! Your info has helped me many times in the past and it is great to return the favor :D

Leslie
by LeslieT
Tue Apr 05, 2016 8:42 am
Forum: Flare's General Discussion
Topic: Issue with TopNav when you include topics >1x
Replies: 13
Views: 6942

Re: Issue with TopNav when you include topics >1x

Hi Paul, I have learned so much from you over the last few years, and it looks like I might have something that would be of help to you. I have successfully used topic files as snippets. Where I am currently working, the customer service teams have these "knowledge articles" on a support s...
by LeslieT
Tue Apr 05, 2016 7:43 am
Forum: Flare's General Discussion
Topic: Can I have two topics appear on the same HTML page?
Replies: 10
Views: 3398

Re: Can I have two topics appear on the same HTML page?

I have experimented with this. If you drag the HTML topic file into the XML editor, it automatically creates a cross reference. If you drag a snippet file onto the page but not within an existing element, it automatically creates a snippet block. There is no quick way to use a topic in the same way ...
by LeslieT
Tue Mar 29, 2016 9:01 am
Forum: Flare's General Discussion
Topic: Flare 12 "crashing" constantly
Replies: 14
Views: 4592

Re: Flare 12 "crashing" constantly

Mine is not crashing, but there is a "slowness" that is starting to become annoying. I did install the 64-bit version of GhostScript.

I am running Windows 8.1 on a VM. Does 8.1 support the Compatibility Troubleshooter?
by LeslieT
Mon Mar 07, 2016 12:49 pm
Forum: Source Control
Topic: Has anyone migrated to the Git integration?
Replies: 41
Views: 32498

Re: Has anyone migrated to the Git integration?

Started reading new posts and went back to realize that I am the one who started this thread -- LOL! Anyway, I finally came to the realization that there was just no real reason to use the Flare-Git integration. Using SourceTree as our Git client works great and Flare just doesn't need to be involve...
by LeslieT
Tue Sep 22, 2015 7:41 am
Forum: MadCap Pulse Server
Topic: Epic fail again
Replies: 4
Views: 11548

Re: Epic fail again

Is anyone using another social collaboration tool?

I want to move to the Top-Nav design and possibly integrate with a social collaboration and metrics tool. Any suggestions are most welcome.
by LeslieT
Fri May 15, 2015 1:17 pm
Forum: Source Control
Topic: Has anyone migrated to the Git integration?
Replies: 41
Views: 32498

Re: Has anyone migrated to the Git integration?

Thanks for all of the feedback here so far. Git is a distributed source control, which is why was wondering how this would play out with a Flare integration. Given what I am reading, I think we will stick to doing our source control outside of Flare for now. Git really is the best source control and...
by LeslieT
Tue Mar 31, 2015 8:56 am
Forum: Source Control
Topic: Has anyone migrated to the Git integration?
Replies: 41
Views: 32498

Re: Has anyone migrated to the Git integration?

I will definitely test anything before I roll it out for use across our team. I hate to "pollute" our Git repository with a lot of throw away files. I would normally use a "test" branch and then blow it away when I am done. I think I'll have to figure out how to get it into a bra...
by LeslieT
Thu Mar 26, 2015 1:29 pm
Forum: Source Control
Topic: Has anyone migrated to the Git integration?
Replies: 41
Views: 32498

Has anyone migrated to the Git integration?

We already have our projects in Git and already have a local copy of the repository. I have been reading the Flare docs to figure out their integration and I am just not clear on their project/branching management. We have branches, but a branch includes all of it and not a just a single project. Pl...
by LeslieT
Thu Mar 27, 2014 7:56 am
Forum: Printed Documentation Targets
Topic: Flare 10 -- PDF output oddities
Replies: 1
Views: 970

Flare 10 -- PDF output oddities

I have a rather large (800+ pages) PDF that I generate out of a Flare project. In Flare 9.1 all is well, but in testing the Flare 10 release the exact same set of files generates the target differently, and some of those differences are blockers for me. These are some of the things I am observing ri...