David L. Day

Results 23 issues of David L. Day

Please add JSON Schema schema registry support.

enhancement
processors

Tracking modules used here that are now ESM only in their latest major releases: - [annotatedtext-remark](https://github.com/prosegrinder/annotatedtext-remark) v1 - [annotatedtext-rehype](https://github.com/prosegrinder/annotatedtext-rehype) v1 - [node-fetch](https://github.com/node-fetch/node-fetch) v3 - [execa](https://github.com/sindresorhus/execa) v6

Emojis (`:thumbsup:`, etc) should be excluded from linting similar to back ticks.

bug

For the managed service, the extension should download LanguageTool and keep it in an "./embedded" directory. Version checking can be done via GitHub's release API for https://github.com/languagetool-org/languagetool. Extension should check...

enhancement

Add per-file embedded configuration for supported files (i.e. HTML, Markdown). For Markdown, this might be in YAML frontmatter. For HTML, it might be a comment block in the header. These...

enhancement

Add configuration via an external file (i.e. .languagetool.yaml, .languagetool.json, etc) similar to https://github.com/DavidAnson/vscode-markdownlint.

enhancement

Need to add tests for ignoring rules. Will require spinning up a LanguageTool instance to test against.

enhancement

Managed ignored rules similar to how ignored words are managed. Consider adding an option to either pass the rules to LanguageTool, or simply have rules ignored on the client side.

enhancement

Need to bring the README up to date with fresh screen caps and instructions.

documentation
help wanted

Restructured service code to allow for various implementations of LanguageTool as a backend and remove the burden of managing individual service implementations from the Configuration Manager. Added a `podman`-based service...