antonWetzel / typst-languagetool

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

Add flags to configure remote LanguageTool server #4

Closed FlyinPancake closed 12 months ago

FlyinPancake commented 12 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 12 months ago

Thanks for the contribution.