So having played around with the tutorial and seen its capabilities, what are the benefits of using scrivener?
- It has a sophisticated, powerful yet intuitive interface that is easy to learn.
- It's adaptable so that you can add new meta-data, track characters, mood, points of view, sub-plots, whatever you want.
- All your materials, research, notes, drafts, etc are in one place and can be seen in a logically organized way.
- The work itself can be broken into small chunks, say chapters or even scenes. This is an important advantage. Keeping a 80,000 word novel in one gigantic file invites disaster, quite apart from the editing nightmare that that creates.
- It's easy to attach notes and comments to text, sections, even research and supporting documents.
- Creating an outline is dead-easy.
- It has a nice corkboard from which you can see notes or an image for each document and section.
- It can output your work into several formats, including word, html, pdf, rtf, latex, open-office and a few ebook formats. The work itself can be structured as a novel, essay, short story, screenplay and others. This is where a true technical manual becomes very useful, since there are so many options.
- The user can save snapshots of their work so they don't have to worry about loosing a previous version during a re-write.
- For those who care (say for NaNoWriMo), it can track your word-count.
However, I'm not going to at this time. I have my own organizational system that works very well for me. What is that? I use the Unix philosophy of smaller tools that complement each other. These are the tools I am sticking with for now:
- Text editor: VIM. I know; some of you may throw up your hands right now. Yes, there is a fairly steep learning curve to use it, and it is only a text editor, not a word processor. (More about that later.) However, hands never need to leave the keyboard; I rarely have to reach for the mouse, nor leave the home position. No, I'm not a touch typist, although I'm close to it. Each time I have to move a hand, I loose speed, accuracy and the flow of the writing. Using VIM, that doesn't happen very often and not at all when I'm writing the first draft.
- For output, I use LaTeX.
More screams of anguish from the crowd. Yes, I have been a scientist,
and have written software for fun. However, MS Word and other similar
WYSIWYGs can't touch the output quality. Sure the font control is a
little awkward, but the power, quality and flexibility is so good that
some commercial publishing houses (well, not for fiction that I've heard
of) use it. The other advantages are:
- I can use a WYSIWYG editor (LyX for example) if I want to. I don't want to.
- I can break up my document into just about any file structure that I like.
- I don't need to care whether I use hard-returns. The MS Word imposed idea that a hard-return defines a paragraph is frankly --- stupid. I can put one sentence or one word on a line, whatever I want --- I'm not dictated to by the software. Blank lines define paragraph boundaries, but I can live with that.
- It's not a WYSIWIG (What you see is what you get) word processor which are sometimes called "what you see is all that you can get". Consequently, for example, I control the markup, not a piece of software that does things I didn't expect. Also, it understands the difference between an inter-word space and the inter-sentence space. The issue of whether to use two spaces between sentences goes away. I can add as many spaces as I like, and the resulting document has a single wider space after the period of the sentences, as it should. I can even turn that feature off, but why would I want to?
- I can add comments to myself inside my writing, and they never appear in the final typeset document. I can add parenthetical comments, footnotes, and other insertions that can appear, but I can mark characters, moods, detail notes, research into the middle of the text, and it's all invisible to the readers.
The upshot is that when I write, I don't have to worry about formatting. I write the story, novel, whatever, using some markup I'll admit, but I don't have to worry about changing paragraph styles. How difficult is typing% comment to myself
into the document? Not.
or
\chapter{My Chapter's Name}
or
\footnote{Text of footnote} - For output to others: Latex2rtf and then OpenOffice to clean it up and export to Word or RTF. I haven't encountered any difficulties with OpenOffice/Word incompatabilities. Anyone with experience to the contrary? I've got a template that I use which I might make available here if anyone wants it. This way the master version remains the text-only files that I have written using Vim. I don't have to manage multiple versions of the same thing.
- For backing up, I make a copy of the directory. Simple.
- For outlining, character templates, word-counts, character-scene-plot inter-dependencies, I use a spreadsheet.
Sure, I could use dedicated software for some of those tasks, but so
far, the spreadsheet works fine. I have templates for character
descriptions, based in part on ideas gleaned from the excellent The Positive Trait Thesaurus and The Negative Trait Thesaurus.
I plan day-by-day plot action, yes, even for plot-lines that span more
than 2 years. That way, for example, I can track character's travel,
and ensure that it remains reasonable. I also "spread-sheet" scenes
against characters, so that I can ensure that every significant
character and every scene contributes to at least 3 of:
- plot progression
- subplot progression
- significant character (protagonist, antagonist, close support character) development (as the reader sees him/her)
- significant character growth (as he/she actually changes)
- setting (world building, etc)
- mood
- a decent corkboard that can show text (structured preferably), images, snippets from a spreadsheet (could be output---not an actual mini-spreadsheet). It really should be an application in a window that can manage multiple boards, not something that takes over the screen. I've heard they exist for Macs and they exist online (www.listhings.com isn't bad), but I've not found a good one for Windows.
- a simple relationship diagram editor. That way I can plot out the character's relationships (good, bad and neutral).
Useful analysis, Chris. I use it mostly for points 3, 4, 5, and 8. In fact, point 3 is crucial for me, because I like outsourcing the organization of my weird and wonderful ideas/notes/stories so that I can have the time and (mental) space to create more of the same.
ReplyDeleteI find it useful for editing as well. I use the 'compile' feature to create an epub file, and load it on my phone. When I read it on ibooks, it looks like an actual book instead of a work-in-progress, thus enabling me to catch poor flow. It does this by tricking me into giving me a feel of reading a new product instead of my same-old-same-old WIP.
That said, spreadsheets are still a life-saver. Like you, I find them immensely useful as detailed character sheets, plotting place, and so on.
There's another online site called Preceden http://www.preceden.com/timelines which is fantastic for making timelines, especially for complex plots where many things are happening to many people in many places along many points in time.
I share your wish for finding a relationship diagram editor. Right now I just keep notes for that. I've considered making a spreadsheet for that, but it just seems like too much work right now. Yet, who knows...if I do end up making one, will share it.