I would like to format my dialogue only.
For example picture this dialogue:
BOB: YUMMY APPLES
LISA: INDEED.
I would like to remove the bold from the dialogue, but not the character names.
How could I do this?
I would like to format my dialogue only.
For example picture this dialogue:
BOB: YUMMY APPLES
LISA: INDEED.
I would like to remove the bold from the dialogue, but not the character names.
How could I do this?
Finding and replacing formatting is not a feature in Scrivener, but creating a Character Style (from a text token, not a story character) could be applied to the dialogue to remove Bold formatting.
Not sure if find and replace could copy a bold font of characterâs name and replace normal font??? If could change dialog to non bold and the replace names a bold name substitute.
I agree with AntoniDol. However, if youâre eager to find and change it right now, Iâll suggest a tedious and challenging method. Unfortunately, I donât know of an easier way using Scrivener.
Here are the steps:
(?<=:\s)(.*)
If this approach doesnât work, consider whether you used Shift+Enter instead of Enter when changing lines. In that case, use the following pattern in the find column:
(?<=:\s)(.*?)(?=\r)
Then keep tapping F3 and Ctrl+B.
Keep in mind that if thereâs a dialogue line like xxx:XXXX at the end of the file, the find pattern wonât be able to find the last line. If the last line contains dialogue, youâll need to choose carefully and unbold it.
I hope you have fewer changes to make. If not, perhaps using a macro program or a macro keyboard could help. Good Luck!
If youâre using one of the Script formats, you should be able to change it to get the results you want. I donât have a Windows computer handy, but on the Mac the settings are under Format â Scriptwriting â Script Settings.
If you are using the Stage Play UK format (which would be the closest thing to your example and desired formatting), then it should already be handling that for you. The key though is to use the Tab key after youâve typed in the character name. This will insert the colon for you, tab over to where dialogue should be, and switch off bold.
These settings can be adjusted in the place mentioned above, though. For example, maybe you donât want the dialogue as far over on the page. The tab stop can be adjusted in the Paragraph tab (and youâd probably want to adjust the âDialogue (Cont.)â elementâs tab stop to match it, as well).
To be clear though, this is all a typing aid, not something that would go back and change things that werenât formatted the way it expects to see them.