You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 🙋♂️,
I'm looking for a way to configure ignored words in the actual Markdown files that are checked with vale.
Reason: using global ignore (txt) lists in .vale/styles/config/ignore leads to frequent merge conflicts when multiple people are editing those files.
In cSpell this can be achieved by using a special comment in the Frontmatter.
Example:
---
title: Example title
description: Test description
#cSpell:ignore hosters, perma, webcomponents
---
Is this already possible with vale or considered as future feature ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 🙋♂️,
I'm looking for a way to configure ignored words in the actual Markdown files that are checked with vale.
Reason: using global ignore (txt) lists in
.vale/styles/config/ignoreleads to frequent merge conflicts when multiple people are editing those files.In cSpell this can be achieved by using a special comment in the Frontmatter.
Example:
Is this already possible with vale or considered as future feature ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions