David L. Day
David L. Day
Using podman first, will use docker later if needed.
@johangirod - Actually, hold off on making updates. I'm working on a new release for this weekend which has some major structural changes.
I don't know if this helps or not, but the LanguageTool Server now has support for processing annotated text. Not sure when exactly they implemented it. You can see the...
I created a few stand-alone packages that convert markup into LanguageTool's annotated text that might help: * [annotatedtext](https://github.com/prosegrinder/annotatedtext) - base package * [annotatedtext-remark](https://github.com/prosegrinder/annotatedtext-remark) - converts markdown to annotated text using...
Thank you. I see where I misunderstood the parsing in Atom. Should have looked a little closer. :( Anyhow, I'll dig in a little deeper on the grammars & linter-spell...
I've been watching/commenting on an issue on [atom-wordcount](https://github.com/OleMchls/atom-wordcount/issues/99) that feels like a similar problem. Basically trying to eliminate all non-natural language text from a document's word count. Getting tokenized lines...
Thanks for bringing this to my attention! I hadn't noticed the addition of the personal dictionary endpoints to the API. I'm in the middle of another time-sensitive project, but will...
NTS: This endpoint is only available for premium and does not work with a local service. Need to retain Globally Ignored Words for local / non-premium services.
Definitely a welcome PR! Let me know if you need anything. This is such a small package, I haven't invested the time in building out guidelines, etc.
Thanks for opening this issue and bringing Typst to my attention. I'll keep an eye on it. Unfortunately there doesn't seem to be a Typst parser in the Javascript /...