docs
vale
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docs
- Looking to get into designing and maintaining websites. Do you guys have any course recommendations so I can be knowledgeable about all things websites?
- Akamai to Acquire Linode
-
SSGs through the ages: The ‘Reinvention’ era
Hugo has seen success with corporate customers, including 1Password, Linode Digital.gov, KeyCDN, and Let’s Encrypt, to name just a few. Bjørn Erik Pedersen took over as the lead maintainer in 2015 and continues to lead Hugo’s thriving community.
-
Markdown Linting
Besides the official Vale style guides Buildkite, Linode, and Write The Docs have rules online that you can copy into your repo or use as inspiration for your own rules.
vale
- Vale.sh – A Linter for Prose
- Val, a high-level systems programming language
-
Just Simply – Stop saying how simple things are in our docs
> Write in US English with US grammar. (Tested in British.yml.)
heh, that was funny but it turns out the file is a list of British words checked using Vale, which I just learned existed: https://github.com/errata-ai/vale#readme (MIT)
Also, another TIL is that the "e" version of gray is British https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale... I had previously erroneously assumed they were just one of those quirks of English (which, I guess is still true but it is less random than I thought)
-
What terminal apps are you using?
vale to spell check and enforce writing style on my articles
-
6 ways we improved our documentation in 2022
Similar to how a software has integration or unit tests that are built to make sure changes in the software don’t break the entire system, we implemented tests for our documentation’s style guide using Vale and ESLint.
-
A simple guide on words to avoid in UK government
Related: Vale is a plain-language or "prose" linter. Built a version of this for use with the US DVA
-
How could I use neovim for general writing and annotations?
For longer writing, I like using vale.
-
nvim-tundra v0.2.0 - A punchy, dark theme for Neovim!
Hi r/Neovim! Today I released v0.2.0 for the [Tundra](https://github.com/sam4llis/nvim-tundra) theme so thought I’d post it here in case anybody is interested. ## Highlights: - Added `dim_inactive_windows` table in the Tundra `setup` function - when enabled, non-current windows will inherit the background colour `dim_inactive_windows.color`. - Added `:Tundra` command line sugar. This allows users to change configuration settings in real-time instead of having to reload their configuration. - `:Tundra toggle_transparency` - toggles `transparent_background` flag. - `:Tundra toggle_dim` - toggles `dim_inactive_windows.enabled` flag. - [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) integration now requires Neovim 0.8. Obsolete `TS*` highlight groups were removed from nvim-treesitter and Tundra will no longer support older highlight groups. To use the obsolete highlight groups, downgrade to Tundra v0.1.0. See [this](https://github.com/nvim-treesitter/nvim-treesitter/pull/3656) for more information. - Support for common terminals and software including Alacritty, fzf, iTerm-2, WezTerm, and Windows Terminal. - Improvement of Tundra documentation. - Rewritten using [Vale](https://vale.sh) to keep a consistent style guide. You can find more information about the Tundra theme over at its [GitHub repository](https://github.com/sam4llis/nvim-tundra). Thanks for reading!
-
Grammar auto-correction package?
I like vale.sh, which is a commandline tool that lets you customize what checks you want done on your writing - basically a linter for prose. It looks like someone developed a flymake integration.
- Is there a reliable grammar correction package for Emacs?
What are some alternatives?
lsp-grammarly - lsp-mode ❤️ grammarly
proselint - A linter for prose.
nvim-lspconfig - Quickstart configs for Nvim LSP
write-good - Naive linter for English prose
markdownlint - Markdown lint tool
remark-lint - plugins to check (lint) markdown code style
markdownlint - Repository for the markdownlint-mdl-action Github Action
languagetool - Style and Grammar Checker for 25+ Languages
flycheck-grammarly - Grammarly support for Flycheck
Sculpin - Sculpin — Static Site Generator
packages - :package: A collection of pre-packaged, Vale-compatible style guides and configurations.
markdownlint - A Node.js style checker and lint tool for Markdown/CommonMark files.