PaperEditor

Paper Editor

An earlier, browser-based build of Rhymr’s editor. It runs the core writing tools — live rhyme highlighting, a syllable gutter and Datamuse rhyme search — inside a small “personal web desktop” shell (draggable windows, a taskbar, a settings page).

It is not the full app. No projects or file tree, no built-in version control, no themes, no offline pronunciation resolver. The real Rhymr is the Rust + GTK4 desktop application in Rhymr/WinMac; this build is kept alive only to power the Try online preview on the Rhymr site.

Live: https://rhymr.github.io/PaperEditor/

What’s inside

Develop

npm install
npm run dev      # vite dev server
npm run build    # -> build/   (Vite, root: src, base: './')
npm run serve    # preview the build
npm run lint     # htmlhint + stylelint + eslint

Asset paths are document-relative and base is './', so a build can be mounted at any sub-path (the Rhymr site serves it under /demo/app/).

Licence

See LICENSE. Bundled third-party data (CMU Pronouncing Dictionary, word list) is under its own terms.