harper/packages/web
Andrew Dunbar 92b964d038
Some checks are pending
Build Chrome Plugin / package (push) Waiting to run
Build Binaries / Release harper-cli - macOS-aarch64 (push) Waiting to run
Build Binaries / Release harper-cli - Linux-aarch64-GNU (push) Waiting to run
Build Binaries / Release harper-cli - Linux-aarch64-musl (push) Waiting to run
Build Binaries / Release harper-cli - macOS-x86_64 (push) Waiting to run
Build Binaries / Release harper-cli - Linux-x86_64-GNU (push) Waiting to run
Build Binaries / Release harper-cli - Linux-x86_64-musl (push) Waiting to run
Build Binaries / Release harper-cli - Windows-x86_64 (push) Waiting to run
Build Binaries / Release harper-ls - macOS-aarch64 (push) Waiting to run
Build Binaries / Release harper-ls - Linux-aarch64-GNU (push) Waiting to run
Build Binaries / Release harper-ls - Linux-aarch64-musl (push) Waiting to run
Build Binaries / Release harper-ls - macOS-x86_64 (push) Waiting to run
Build Binaries / Release harper-ls - Linux-x86_64-GNU (push) Waiting to run
Build Binaries / Release harper-ls - Linux-x86_64-musl (push) Waiting to run
Build Binaries / Release harper-ls - Windows-x86_64 (push) Waiting to run
Build Web / build (push) Waiting to run
Package VS Code Plugin / Package - darwin-arm64 (push) Waiting to run
Package VS Code Plugin / Package - darwin-x64 (push) Waiting to run
Package VS Code Plugin / Package - linux-arm64 (push) Waiting to run
Package VS Code Plugin / Package - linux-x64 (push) Waiting to run
Package VS Code Plugin / Package - win32-x64 (push) Waiting to run
Package WordPress Plugin / package (push) Waiting to run
Precommit / precommit (push) Waiting to run
chore: rename affixes.json to annotations.json (#1504)
* chore: rename `affixes.json` to `annotations.json`

The name was getting further and further from the function of the file. And the file is very important so a more representative name makes it less abstract when learning how Harper works.

* fix: mention old name `affixes.json`

I also noticed two fields in the sample entry had outdated names.

---------

Co-authored-by: Elijah Potter <me@elijahpotter.dev>
2025-07-07 16:41:17 +00:00
..
src chore: rename affixes.json to annotations.json (#1504) 2025-07-07 16:41:17 +00:00
static Create a Chrome extension (#1072) 2025-05-02 09:40:29 -06:00
.dockerignore feat: added obsidian plugin 2024-03-15 11:39:22 -06:00
.gitignore docs(harper.js): setup automatic API documentation generation 2025-01-13 13:40:39 -07:00
demo_wp_blueprint.json fix(docs): use latest harper.zip for the WordPress demo 2025-04-02 08:37:37 -06:00
package.json feat(web): tweaks for SEO (#1311) 2025-05-21 10:09:14 -06:00
postcss.config.js build: format workspace 2025-03-18 00:44:38 +08:00
README.md feat: added obsidian plugin to build scripts 2024-03-15 22:22:56 -06:00
svelte.config.js build: format workspace 2025-03-18 00:44:38 +08:00
tailwind.config.js hotfix(web): properly import flowbite 2025-03-26 07:21:01 -06:00
tsconfig.json feat: added obsidian plugin 2024-03-15 11:39:22 -06:00
vite.config.ts docs: add page for Firefox + update FAQ (#1412) 2025-06-19 09:30:27 -06:00

Web

This directory contains the source code for [https://writewithharper.com].

Building

In order to build the site, you must first compile harper-wasm with:

wasm-pack build --target bundler