PRESENTED BY
Cleaning Up the Clutter: Refresh Your MadCap Flare Project Design - - PowerPoint PPT Presentation
Cleaning Up the Clutter: Refresh Your MadCap Flare Project Design - - PowerPoint PPT Presentation
Cleaning Up the Clutter: Refresh Your MadCap Flare Project Design PRESENTED BY Nate Wolf AGENDA Signs of Needing a Refresh 1 Global Project Linking 2 Refreshing Your Project 3 Staying On Track 4 Questions 5 SIGNS YOUR PROJECT NEEDS A
SLIDE 1
SLIDE 2
Signs of Needing a Refresh Global Project Linking Refreshing Your Project Staying On Track Questions
AGENDA
1 2 3 4 5
SLIDE 3
- Multiple Stylesheets and/or TableStyles
- Unused or inefficient file usage
- Old HTML design/not responsive
- Local Formatting
- Not using Project Properties
SIGNS YOUR PROJECT NEEDS A REFRESH
SLIDE 4
- Styles getting out of hand much?
MULTIPLE STYLESHEETS/TABLE STYLES
SLIDE 5
- Unused topics
- Similar topics used for different purposes
- TOCs for every version of a product
Rethink the ways you use files
INEFFICIENT FILE USAGE
SLIDE 6
- Want to move from Tripane?
- Does your layout and design look like it’s from the 90’s?
OLD DESIGN
SLIDE 7
- Styles overridden with local formatting
LOCAL FORMATTING
SLIDE 8
Not set at project level
- Target Level
- Even worse, topic level
LOCAL SETTINGS
SLIDE 9
Global Project Linking
SLIDE 10
START WITH A GLOBAL PROJECT
- Stylesheets
- Table Styles
- Variables
- Page Layouts
- Master Pages
- Snippets
SLIDE 11
WHY USE A GLOBAL PROJECT?
- Files maintained in one place
- Gatekeeper
- Future-proof your documentation strategy
SLIDE 12
GLOBAL PROJECT LINKING
Global Project B Project A
SLIDE 13
SETTING UP GLOBAL IMPORT FILE
In your child project(s)
SLIDE 14
SETTING UP GLOBAL IMPORT FILE
Set up import options
SLIDE 15
SETTING UP GLOBAL IMPORT FILE
Accept files
SLIDE 16
REIMPORTING GLOBAL PROJECT
Reimport manually or automatically
SLIDE 17
Refreshing Your Project
SLIDE 18
Disclaimer
- Not a complete list
- Every project is different
SLIDE 19
- KEEP. IT. SIMPLE.
SLIDE 20
I cannot stress this enough!
- Create a backup of your child project(s) for testing
- If anything goes wrong, you’ll have a working backup
BACKUP PROJECT(S)
SLIDE 21
- Look at stylesheet implementation
– Most likely can create a new one (run reports) – Think simple
- Use templates
- No need for styles that perform same function
– Multiple indent styles – Over-defining styles
REVISIT YOUR STYLESHEET(S)
SLIDE 22
- Moving to a new
HTML design?
- Want to update
your PDF design?
Revisit Layout Files
SLIDE 23
- Add new variables?
- Start using them?
- Find and Replace with a variable
– <MadCap:variable name="DemoVariables.ProductName" />
REVISIT VARIABLES
SLIDE 24
- What items are currently unused?
RUN REPORTS
SLIDE 25
REPORTS
SLIDE 26
- Topics
- Import Files
- Stylesheets
- Table Styles
- Variables
- TOCs
Delete Files
SLIDE 27
SET PROJECT DEFAULTS
SLIDE 28
- Targets
APPLY YOUR CHANGES
SLIDE 29
- TOCs
- Styles
APPLY YOUR CHANGES
SLIDE 30
- CTRL+A + Select
– Removes from entire file
REMOVE LOCAL FORMATTING
SLIDE 31
Regular Expressions (RegEx or RegExp) Example
- Find
<span class=“bold”>(.*?)<\/span>
- Replace
<strong>\1</strong> http://regexlib.com/CheatSheet.aspx
REPLACE OLD STYLES W/ REGEX
SLIDE 32
SLIDE 33
IN SUMMARY
1 2 3 4 5
Go global! Revisit Design Files Run Reports Delete Stale Files
6 7 8 9
Set Project Defaults Apply your settings Remove Local Formatting Clean up with RegEx Pat yourself on the back!
10
Backup
SLIDE 34
Staying On Track
SLIDE 35
…in your project Create files/comments in your project that details uses for:
- Styles (CSS)
- TOC setup
- Global project
- Etc.
DOCUMENT YOUR PROJECT
SLIDE 36
- Run the same reports from earlier
- Set a timeline and reminders
RUN REPORTS PERIODICALLY
SLIDE 37
- Don’t revisit bad habits
- Need to make a change?
– Do it the right way!
- Create an archive project
- Remember, keep it simple
DON’T ADD UNNEEDED JUNK
SLIDE 38