dendronhq/dendron-site

Inconsistent capitalization

Closed this issue · 3 comments

jimt commented

A small quibble, but reading through the guide, I believe there is inconsistent capitalization of some proper nouns:

dendron/Dendron
vscode/VSCode/VS Code (see https://code.visualstudio.com/)
markdown/Markdown (example usage)
vim/Vim
emacs/Emacs
sublime/Sublime (or canonically Sublime Text)

Funny, this is also a quibble for me and I started working on aligning the different capitalizations of VS Code (which is currently spelled VSCode, VsCode, Vscode, vscode and VSC) around the same time that you reported this issue. I'll open a pull request for this soon.

Note to self: Add to the list of proper nouns:

  • jekyll/Jekyll
  • dendron cli/Dendron CLI
  • dendron markdown preview/Dendron Markdown Preview
  • youtube/YouTube
  • nextjs/Next.js
  • evernote/Evernote
  • github/GitHub

I'm thinking of making a basic style guide, and would like to evaluate something like Vale as a way to catch standardized casing, etc. (such as vscode vs. VS Code and others mentioned in this issue).