Code Monkey home page Code Monkey logo

Comments (4)

znck avatar znck commented on May 22, 2024 1

Would love a PR.

username/password for logging into grammarly.com to enable paid features like advanced grammar issues.

dialect, audience etc to set document goals, can use overrides to set goals for specific files (can use glob pattern to match files). Exactly same as Get Goals on grammarly.com UI.

ignore to skip files, can use glob patterns

from grammarly.

miohtama avatar miohtama commented on May 22, 2024

Where is the list of (multichoice?) values I can have in dialect and audience field? I assume these are identifies, not plain English.

from grammarly.

znck avatar znck commented on May 22, 2024

In package.json

grammarly/package.json

Lines 38 to 131 in 6749bba

"grammarly.audience": {
"scope": "resource",
"enum": [
"general",
"knowledgeable",
"expert"
],
"default": "knowledgeable",
"enumDescriptions": [
"Easy for anyone to read with minimal effort.",
"Requires focus to read and understand.",
"May require rereading to understand."
]
},
"grammarly.dialect": {
"scope": "resource",
"enum": [
"american",
"british"
],
"default": "american",
"enumDescriptions": [
"English (US)",
"English (UK)"
]
},
"grammarly.domain": {
"scope": "resource",
"enum": [
"academic",
"business",
"general",
"technical",
"casual",
"creative"
],
"default": "general",
"enumDescriptions": [
"Strictly applies all rules and formal writing conventions.",
"Applies almost all rules, but allow some informal expressions.",
"Applies most rules and conventions with medium strictness.",
"Applies almost all rules, plus technical writing conventions.",
"Applies most rules, but allow stylistic flexibility.",
"Allows some intentional bending of rules and conventions."
]
},
"grammarly.emotions": {
"markdownDescription": "**Experimental.** How do you want to sound?",
"scope": "resource",
"type": "array",
"items": {
"enum": [
"neutral",
"confident",
"joyful",
"optimistic",
"respectful",
"urgent",
"friendly",
"analytical"
],
"enumDescriptions": [
"😐 Neutral",
"🤝 Confident",
"🙂 Joyful",
"✌️ Optimistic",
"🤗 Friendly",
"⏰ Urgent",
"📊 Analytical",
"🙌 Respectful"
]
},
"default": []
},
"grammarly.goals": {
"markdownDescription": "**Experimental.** What are you trying to do?",
"scope": "resource",
"type": "array",
"items": {
"enum": [
"inform",
"describe",
"convince",
"tellStory"
],
"enumDescriptions": [
"Inform",
"Describe",
"Convince",
"Tell A Story"
]
},
"default": []
},

from grammarly.

znck avatar znck commented on May 22, 2024

Related: microsoft/vscode#95186

from grammarly.

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.