Using Labels in Scrivener

3749662498_7c29433b82_z by C.K. MacLeod

@CKmacleodwriter

A book in progress can be an unwieldy beast, and sometimes it’s difficult to keep track of all the parts and the status of each part.

Scrivener’s labels can help you to get your head around your writing project.

You can colour code each chapter of your book to determine where you are with that chapter. For example, here are the colours I used for a book I’m writing:

  • Yellow—Notes
  • Blue—First draft
  • Turquoise—Revised draft
  • Pink—Final draft

After I work on a chapter, I assign it a label so that the next time I open Scrivener, I can tell, at a glance, which chapters need attention and what kind of attention they need.

Assign coloured labels to files in Scrivener
Assign coloured labels to files in Scrivener

Here’s how you can apply labels to your writing project in Scrivener:

Labels in Scrivener Quick Steps

  1. Adjust your settings in Scrivener. Go to View, Use Label Color In, and select Binder. This will ensure that colour is applied not just to your cue cards, but in your Binder as well.
  2. Click on a file in Scrivener’s Binder. That’s the file the label will be added to.
  3. Open the Inspector Pane by clicking on the i button in the top right.
  4. Click on the triangle in the General Meta-Data area.
  5. Click on the down arrow in the Label area.
  6. Add an existing label to your Scrivener file, or create a new label by clicking on Edit, Label tab+button. To change a label’s colour, click on the coloured box next to the label and choose a new colour.

Add colour to your book’s chapters, so you can quickly tell what kind of attention those chapters need.

Image by albastrica mititica

Showing vs. Telling Macro

by @CKMacLeod

9631208527_e38342509b_m

Most writers are familiar with the adage, show, don’t tell. But sometimes it’s tricky to determine when those telling instances have crept into your writing.

Editor Janice Hardy of Fiction University explains how telling happens and offers advice for how to turn telling into showing. She and Valerie Comer of To Write a Story suggest lists of words you should avoid to prevent instances of telling.

I’ve inserted some of Valerie Comer’s and Janice Hardy’s telling words into the macro script below so you can identify them in your own writing. I’ve also included some words of my own.

Loch Ness telling sample
TellingWords in action; writing sample by Carla Douglas, used with permission

Copy the TellingWords* macro, below, from Sub to End Sub and paste it into Word’s Visual Basic Application (VBA). When you run the macro, it will hunt down and highlight those telling words so you can tell them, I mean, show them who’s boss.


Sub TellingWords()
‘ Highlights telling words


‘ Written by Roger Mortis, revised by Subcortical, adapted by Jami Gold and tweaked by C.K. MacLeod; word list by Valerie Comer and Janice Hardy

Dim range As range
Dim i As Long
Dim TargetList
TargetList = Array(“was”, “were”, “when”, “as”, “the sound of”, “could see”, “saw”, “notice”, “noticed”, “noticing”, “consider”, “considered”, “considering”, “smell”, “smelled”, “heard”, “felt”, “tasted”, “knew”, “realize”, “realized”, “realizing”, “think”, “thought”, “thinking”, “believe”, “believed”, “believing”, “wonder”, “wondered”, “wondering”, “recognize”, “recognized”, “recognizing”, “hope”, “hoped”, “hoping”, “supposed”, “pray”, “prayed”, “praying”, “angrily”)

For i = 0 To UBound(TargetList)

Set range = ActiveDocument.range
With range.Find
.Text = TargetList(i)
.Format = True
.MatchCase = False
.MatchWholeWord = True
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
Do While .Execute(Forward:=True) = True
range.HighlightColorIndex = wdPink
Loop
End With
Next
End Sub


Note: You need to use judgement with the results of any macro. This macro will highlight the telling words, but only you can decide if it’s an instance of telling.

To figure out what to do with the words the macro highlights, refer to Janice Hardy’s excellent show vs. tell posts. Also, this macro is a work in progress. Are there words I should include? Omit? Let me know in the comments section below.

Not sure what a macro is? See this post for an explanation. See also the videos for adding a macro and running a macro in Microsoft Word 2010.

What do you do with the highlighted words this macro finds? See Carla Douglas’ post at the Beyond Paper Editing blog for suggestions.

 Image by Pete

*Karen Woodward calls this macro the AddWords macro because you can add any list of words that you want the macro to find. The first version of this macro was written by Roger Mortis, revised by Subcortical, appropriated for writing by Karen Woodward, tweaked byJami Gold, and further tweaked by me, making it a true community effort.

A Self-Editing Toolkit

Toolkit

by C.K. MacLeod

Editors use a wide variety of tech tools to improve writing and to create a consistent reading experience for the reader. Below is a list of tools in many a professional editor’s toolkit. Writers can use these tools, too.

Many of these tools will take of bit of time to learn and use, but the initial investment of time can pay dividends later. Other tools are quick to assimilate into a writing and self-editing workflow. I’ve marked those with an asterisk (*). Give these tools a try, and bring out your inner editor!

Microsoft Word

The current best tool for editing, mostly because it has a variety of robust built-in tools, and it can run useful editing macros and plug-ins (see below).

Word’s Built-in Editing Tools

FileCleaner* (free trial)

Cleans up formatting mishaps such as extra spaces between paragraphs and sentences, changes two hyphens to em dashes, and much more, all with a click. Runs as a Word plug-in. This tool and other editing tools are created by Jack Lyon at the Editorium. Lyon is currently in the process of developing his tools for Mac users. Check his website for details.

Wiley Publishing offers a free clean-up tool* with some similar features to those found in FileCleaner.

PerfectIt*

A consistency checker that checks for typos that spell check won’t catch, and helps you determine if you’ve made consistent style decisions (e.g. spelled a word the same way) throughout your document. For PCs only. The full version is a Word plug-in, and a free lite version, called Consistency Checker* by Intelligent Editing, is available as an Add-on through Google Docs.

EditTools (free trial)

Combines 25 macros into one customizable tool. Created by Rich Adin. Recommended by editor Ruth Thaler-Carter.

Phrase Express (free for personal use)

Corrects typos in all applications, and automatically keys in phrases that you tend to use a lot. It prevents you from keying in phrases and unwieldy terms again and again. I learned about this tool from editor Hilary Cadman.

Bibme (free)

Helps you build your reference list and saves you hours of time by styling your references correctly. This tool works best if you use it while writing your book.

Word 2010 also has a powerful reference-building feature. You can access it in the References tab, Citations & Bibliography area.

ReferenceChecker

Checks that references and citations match up—particularly helpful if you’ve written a nonfiction book for print. This tool helps you to sort out your references after you’ve written your book.

Writing Macros* (free)

A list of writing macros that we’ve been experimenting with at Beyond Paper. Run them in Microsoft Word. Do macros scare you? This free 20-minute macro course will get you using macros in no time.

CrossEyes*

A reveal codes-type tool that helps you see the formatting that lurks in a document’s background. This is particularly helpful for solving mysterious formatting problems that arise while formatting an ebook.

Computer Tools for Editors (free)

An instructional book with a variety of macros designed to handle all sorts of editing challenges. FRedit is one worth trying. Created by Paul Beverley.

Copyscape

A plagiarism checker. Your content is your own, right? Run it through this tool to see if you’ve wandered too close to the line.

Adobe Reader XI

A PDF mark-up tool for proofreading a print PDF before it’s printed. Some editors use Adobe Acrobat Pro, but I’ve found that Adobe Reader XI and PDF XChangeViewer (both free) do the trick. Adobe XI is available as a tablet app, and iAnnotate is also useful for proofreading on a tablet. See this post for PDF mark-up in action.

Proofreading Stamps (free)

Used with with Adobe Reader XI or PDF XChange Viewer. Proofreader Louise Harnby has designed proofreading stamps for British English and Wiley Publishing offers a free set of American English stamps.

Merriam-Webster Dictionary online* (free and subscription)

To check spelling, definitions, and word breaks. Many editors use the online version, but the tablet app’s voice look-up makes it much faster to look up a word. The app is available for Android and iPad.

Link Checker for Microsoft Word (free trial)

Helps you to efficiently check the validity of ebook hyperlinks. You can also export a list of all the links in your book to a spreadsheet.

Editor Ken Endicott has a designed a series of free Microsoft Word utilities, one of which will help you to check the validity of your links.

Editors, do you have a favourite tool that I’m missing? Feel free to add it to the comments below.

Image by zzpza

How to Make Word Behave Like Scrivener

2775952906_5ba8ce091f_mby C. K. MacLeod

@CKmacleodwriter

There’s been much to-do about Scrivener lately. And for good reason. Scrivener appears to be able to solve some problems that traditional word processing software hasn’t been able to adequately address.

One of Scrivener’s strengths, its Binder feature, allows writers to manage and keep track of sections of a book-length work rather easily.

ScrivenerBinderWhat many writers don’t know is that Microsoft Word 2010 has a similar feature: the Navigation Pane.

Word’s Nav Pane isn’t ready-to-use when you first open Word, but a few simple tweaks can get it working for you:

Quick Steps

  1. Open Word. Sketch out your book outline by listing chapter titles, scenes, plot points, or story beats.
  2. Using Word’s Style menu, apply a heading style to each item in your outline.

Word 2010 Styles menu3. Open the Navigation Pane in Word by using the keyboard shortcut CTRL + F and clicking on the left tab in the Nav Pane. This is Word’s answer to Scrivener’s Binder.

WordNavigationpane4. Click on entries in the Nav Pane to navigate the document, and when you’re feeling wild and crazy, move them around. Moving entries in the Nav Pane results in moving sections around in your running document.

In sum, by setting up the Nav Pane, you’ve essentially set up Word to behave like Scrivener’s Binder.

There are ways to tweak Word so that it serves you better. Learning how to use the Navigation Pane will make book-length works easier to manage.

For further discussion on setting up Word’s Nav Pane, read more at the Beyond Paper blog.

Convert a Table to Text in Word

6781730476_339fc4f6f4_m

by C.K. MacLeod

@CKmacleodwriter

When you’re writing nonfiction, you often need to think about how best to present information—as a bulleted or numbered list, in a table, as a diagram, in a paragraph, and so forth. Your options are many.

Recently, I wanted to convert a two-column table to a single-column bulleted list in Word without having to re-key the whole thing. Here’s how you can do that quickly in Microsoft Word 2010:

Table-to-Text Quick Steps

  1. Select the table. This will bring up the Table Tools tab in Word. Click on the Layout tab.
Table Tools in MS Word
Table Tools in MS Word
  1. Click on the Convert to Text button in the Data area. A dialogue box will ask you to choose what separators you want to use. I chose the hyphen but you can choose a comma, too. It doesn’t matter because you’re going to remove the separator, anyway.
Convert Table to Text dialogue
Convert Table to Text dialogue
  1. You now have a list with hyphens between your two “columns” of words. To get rid of the hyphens, and put everything into a single column, use Word’s Find and Replace function to remove the hyphens and put a hard return between list items. Put a hyphen in the Find What box and put the paragraph code ^p (to indicated a hard return) in the Replace With box:
Remove hyphens and hard returns with Word's Find and Replace
Remove hyphens and hard returns with Word’s Find and Replace

And that’s it! You turned a table into a single-column list in a few short moves.

Image by Sid Mosdell

Find Passive Words in Your Writing

Verb, pure verb

Passive words can make your writing dull. Use this macro to find passive words so you can replace them with strong, active words. Word will highlight passive words in bright green.

Copy the macro from Sub to End Sub and paste it into Microsoft Word’s Visual Basic Application (VBA). This free 20-minute macro course will show you how.


Sub PassiveWords()

‘ Highlights passive words

‘ Written by Roger Mortis, revised by Subcortical, adapted by Jami Gold and tweaked by C.K. MacLeod; words selected from Ryan Macklin’s passive words list at http://ryanmacklin.com/2012/05/passive-voice-words/

Dim range As range
Dim i As Long
Dim TargetList
TargetList = Array(“be”, “being”, “been”, “am”, “is”, “are”, “was”, “were”, “has”, “have”, “had”, “do”, “did”, “does”, “can”, “could”, “shall”, “should”, “will”, “would”, “might”, “must”, “may”)

For i = 0 To UBound(TargetList)

Set range = ActiveDocument.range
With range.Find
.Text = TargetList(i)
.Format = True
.MatchCase = False
.MatchWholeWord = True
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
Do While .Execute(Forward:=True) = True
range.HighlightColorIndex = wdBrightGreen
Loop
End With
Next

End Sub


Remember to use judgement with the results of any macro. This macro will highlight passive words, but only you can decide if each word is helping or hindering your writing.

Image by Rebecca Siegel