Elektrine lite

← Feed

@hetare11@mastodon.social

Post #2427379

2026-04-09 08:03 UTC

@thibaultamartin@mamot.fr @haeckerfelix@mastodon.social Yes, I also use #typst with #HelixEditor. But I am still missing a spell/grammar checker solution that works for Typst and that ideally not only covers English, but other languages as well. Do you know any such Language Servers?

Replies (3)

  • @thibaultamartin@mamot.fr 2026-04-09 08:11

    @hetare11@mastodon.social @haeckerfelix@mastodon.social I use the Harper Language Server for that https://writewithharper.com/

    Open ##2427380

  • @KingmaYpe@mastodon.green 2026-04-09 08:39

    @hetare11@mastodon.social @thibaultamartin@mamot.fr @haeckerfelix@mastodon.social I'd like to have a #typst language checker, too, but I don't think it exists yet. Edit: #typesetter does English in 0.12 . I'm working on single typst sources with output in two languages, NL/EN, using this function as a single typst source file: #let ennl = (en, nl) => { [#nl] } //#let ennl = (en, nl) => { [#en] } #Typesetter can find the arguments in its preview, and a language checker would need to cooperate with this somehow.

    Open ##2427386

  • @jayvii@social.jayvii.de 2026-04-09 16:37

    @hetare11 @thibaultamartin@mamot.fr you could use languagetool via https://github.com/valentjn/ltex-ls

    Open ##2427389