Harper
QOwnNotes puede usar Harper para comprobar la gramática y estilo fuera de línea opcional en el editor de notas.
Complementa el soporte existente para el corrector ortográfico en lugar de reemplazarlo.

Características
- Subrayados de colores para detectar errores de gramática, estilo, puntuación y redacción
- Sugerencias de sustituciones en el menú contextual
Ignore this ruleandIgnore wordactions in the context menu- A quick toggle in the Edit menu with
Check grammar with Harper - Local checking with the
harper-lslanguage server overStdioorTCP
Configuración
Open Settings and select Editor -> Harper.
- Turn on
Enable offline grammar and style checking with Harper - Choose the
TransportStdio (recommended)starts a localharper-lsprocess directlyTCPconnects to an already runningharper-lsserver
- For
Stdio, set theCommand / binary path- El comando por defecto es
harper-ls Auto-detectsearches for it in yourPATH
- El comando por defecto es
- For
TCP, set theServer addressandPort- The defaults are
127.0.0.1and4000
- The defaults are
- Elija el
dialectoEstadounidenseBritánicoAustralianoCanadienseIndio
- Adjust the
Check delayto control how long QOwnNotes waits after typing before sending a request - Select which linters should be enabled
Spell CheckSentence CapitalizationPalabras repetidasOraciones largasAn vs AUnclosed QuotesCorrect Number SuffixEspaciosQuote SpacingNo French SpacesWrong ApostropheSpelled Numbers
Use Test Connection to verify that QOwnNotes can either start harper-ls in Stdio mode or reach the configured server in TCP mode.
Cómo funciona
- QOwnNotes comprueba los bloques del editor que son visibles, en lugar de todo el documento de una sola vez
- Se omiten las líneas en blanco, los encabezados y los bloques de código
- Requests are debounced so Harper is not queried on every keystroke
- Results are shown inline in the Markdown editor
- Harper and LanguageTool can be enabled at the same time
Notas
- Harper support is optional and depends on the feature being enabled in your build
Stdiomode is the simplest setup for local offline checking- If Harper cannot be reached, QOwnNotes shows a warning and stops checking until it is available again