antonWetzel / typst-languagetool

LanguageTool Integration for Typst for spell and grammer check
MIT License
36 stars 9 forks source link

Add flags to configure remote LanguageTool server #4

Closed FlyinPancake closed 11 months ago

FlyinPancake commented 11 months ago

This pull request adds two new flags, --host and --port, to the command-line interface. These flags allow users to configure the address and port of the remote LanguageTool server. By default, the server address is set to http://127.0.0.1 and the port is set to 8081.

antonWetzel commented 11 months ago

Thanks for the contribution.