curly quotes: Difference between revisions

From IndieWeb
m ([tantek] added "brackets" to "See Also")
m (Add some stuff to see also: style manual, practical typography, one of the first web code I knew that replaced straights with curlies)
Line 34: Line 34:
* https://graphemica.com/search?q=quote
* https://graphemica.com/search?q=quote
* [[brackets]]
* [[brackets]]

Revision as of 21:24, 10 July 2024

curly quotes are pairs of quote marks that are shaped with curves to indicate the start and end of a quotation, like “ ” and ‘ ’ , and should be used in prose content and posts.

Why

You should use curly quotes in prose content for improved typography and better readability around quotations and as apostrophes in contractions and possessives.

How to

Different systems have different ways of entering curly quotes. You may find the following useful for copy/pasting:

“ ”   ‘ ’

How to type

On MacOS, you can type curly quotes as follows:

  • — option-[
  • — shift-option-[
  • — option-]
  • — shift-option-]

On browsers in general, you can create the following bookmarklets (curlypastelets or just pastelets) to choose and type the curly quotes you want:

IndieWeb Examples

Brainstorming

  • ...

See Also

  • https://graphemica.com/search?q=quote
  • brackets
  • The Chicago Manual of Style: 6.115: “Smart” quotation marks
    • Calls the quotation marks “directional” and gives the alternative names “smart”, “typographer’s”, and “curly”.
    • States that using the “unidirectional” (ie. non-curly) quotation mark “signals a lack of typographical sophistication”.
  • Matthew Butterick: Straight and curly quotes (archived) from Practical Typography:
    • Compared to straight quotes, curly quotes are more legible on the page and match the other characters better. Therefore, straight quotes should never, ever appear in your documents.

    • Documents how to write the different symbols on both Windows and macOS.
    • Describes how to turn on automatic smart-quote substitution in word processing software.
  • John Gruber: SmartyPants (archived), Perl script fot automatically replacing straight quotes with curly ones (and some other typography replacements). Initially released in 2002 and updated through 2004.