From ce223e73ad5d0a780ad59e6cb3e1226b4f459a54 Mon Sep 17 00:00:00 2001 From: Elijah Potter Date: Mon, 22 Dec 2025 14:09:07 -0700 Subject: [PATCH] docs: add section for projects using Harper (#2351) * docs: add section for projects using Harper * docs: add fixmyspelling to the list --- packages/web/src/routes/docs/about/+page.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/web/src/routes/docs/about/+page.md b/packages/web/src/routes/docs/about/+page.md index 5daf6ddc..a32a9c2b 100644 --- a/packages/web/src/routes/docs/about/+page.md +++ b/packages/web/src/routes/docs/about/+page.md @@ -39,3 +39,16 @@ We do this because we view Harper not as a disparate set of integrations, but as For the time being, we only actively develop and maintain the latest version of Harper (seen in the `master` branch on GitHub). If long-term support for older versions is desired, please let us know and we will do our best to accommodate you. + +## Projects Using Harper + +Some of the open-source projects using Harper include: + +- [Gherlint](https://github.com/gherlint/gherlint) +- [walletbeat](https://github.com/walletbeat/walletbeat) +- [Stencila](https://github.com/stencila/stencila) +- [fixmyspelling](https://github.com/samedwardes/fixmyspelling) + +Are you using Harper in your open source work and want to be included in this list? +If so, please open a PR. +We would be happy to add it.