Giter VIP home page Giter VIP logo

Comments (4)

jdkato avatar jdkato commented on June 29, 2024

You need to enable the Vale style to use the built-in rules:

BasedOnStyles = Vale, RedHat

from vale.

AnabasisXu avatar AnabasisXu commented on June 29, 2024

Sorry I just could not get it working even after the following setting.

BasedOnStyles = Vale, RedHat

File structure of config file:

G:\VALE\STYLES\CONFIG
├─dictionaries
├─ignore
└─vocabularies
    └─current

Current ini file:

StylesPath = "G:\vale\styles"
MinAlertLevel = suggestion
[*.{txt,md,org,html}]
BasedOnStyles = Vale, Google, RedHat

Vocab = current

Vale.Repetition = off
Vale.Terms = NO

Content of the accept.txt

cybersecurity
Grammarly

run vale 1.md which has the same content as accept.txt and it showed:


 1.md
 1:1  error       Did you really mean             Vale.Spelling
                  'cybersecurity'?
 1:1  suggestion  Grade level (31.15) too high.   RedHat.ReadabilityGrade
 2:1  error       Did you really mean             Vale.Spelling
                  'Grammarly'?
 2:1  warning     Use correct American English    RedHat.Spelling
                  spelling. Did you really mean
                  'Grammarly'?

Before running into this problem, I used scoop to install vale and deleted the old vale.exe. Now scoop installed vale at C:\Users\Administrator\scoop\shims\vale.exe. Could it be the problem caused by scoop?

from vale.

jdkato avatar jdkato commented on June 29, 2024

You want this:

StylesPath = "G:\vale\styles"
MinAlertLevel = suggestion

Vocab = current

[*.{txt,md,org,html}]
BasedOnStyles = Vale, Google, RedHat

Vale.Repetition = off

# NOTE: this disables half of the vocab-related functionality.
Vale.Terms = NO

from vale.

AnabasisXu avatar AnabasisXu commented on June 29, 2024

Hi @jdkato! Than you so much! Now it works.

A further minor issue: I found that I must keep the first line of the accept.txt empty and start from the second line.
For example, if I put Grammarly at the first line of accept.txt, then it will not work. Move it to the second line will work.

from vale.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.