badlydrawnrob / print-first-css

Other
0 stars 0 forks source link

Writing styleguide #10

Open badlydrawnrob opened 6 years ago

badlydrawnrob commented 6 years ago

This issue is too long!! Split into manageable chunks! Start by prioritising what, exactly, I need to do. Writing is a huge subject!

"I just let it run, because you can always rewrite, check things, find the right way to say things. If you sit and plan, you get stuck in the planning. When you’re writing a book, I find my fingers just start doing it." (Terry Prachett, source)

Just-in-time and revise as-you-go — easy to understand for beginners and just enough for serious writing. Do the next right thing. Pick a style and stick with it! You can cherry-pick some of the styles you prefer, but it's easier to pick one style guide as a base.

Decide a general tone, style (academic? head first) as a standard default. This can always be extended or updated for child themes.

Writing must be

  1. Easy to understand and reckon with (the stupid version of future me)
  2. Easy to write in Markdown (including extra html markup)
  3. Work in any version of Markdown (Stick with CommonMark)
  4. Easy to extend (for specific needs)
  5. Looks pretty

Don't be boring

I don't need to think of all this upfront, as the main things I'm using this repo for is simple articles, the anki tool, possibly a faq or simple documentation, someday a book ... so on. It just needs a simple guideline that's reasonably fun to read (and not a wall of text).

Start super small, super simple and build from there.

Inspiration

  1. Going to print
  2. Designing for print
  3. Economist style guide
  4. Practical Typography
  5. Gov.uk styleguide (design styleguide)
  6. Optical size blog post

See also:

Legible fonts

Basics

Italics

  • [ ] When to use italic to highlight terms (or places, authors, titles)
  • [x] Bear in mind that serif fonts are way better than sans-serif fonts for this.[^1]

I'm finding it hard to find examples in context online: the way it's actually written in the book. There's lots of quotes with images, but not so many in the original style (a thought in italics)

Heavily used in Terry Prachett's work and Game of Thrones. There's also times where it may not be appropriate.

Italics for works, titles, etc — or should this be 'quotation' style? For instance, this guide has seemingly arbitrary rules for not using quotation marks on certain types of works.

Bold

Bold or italic: they're mutually exclusive

Possibly for sans-serif font to replace italic terms (ie: titles, but not thoughts)

Using quotations and brackets

These also tend to change depending on country — there's a few ways to go about this ¡Vamos!

Semicolons and dashes

Images

  • [ ] Better figure and figcaption defaults

Citations

General Typography

General writing

Code

Other stuff

Composition

Accessibility

[^1]: They just don't stand out very well. For sans-serif fonts I feel "this stands out" better than this stands out. Possibly "this stands out" even better. For instance the "first instance of a cited Book Title" could look like this.

[^2]: Just use Markdown and stick to basic css and regular HTML tags (that Pandoc accepts), using child themes (like Anki) which have proper templating languages for more complex stuff. There might be some scope for e-Books later!

badlydrawnrob commented 5 years ago

Tidy this list up, prioritise, sketch it out — DO SOMETHING :)