Skip to content

v1.1.1

Choose a tag to compare

@pmslava pmslava released this 23 Aug 15:27
· 12 commits to main since this release

Harper goes mobile: this release runs on Joplin Android (3.3+) as well as desktop.

Mobile support

  • Grammar and spell checking in the mobile Markdown editor: colored squiggly underlines, tap an underline for the suggestion card (touch-sized buttons), one-tap fixes, add-to-dictionary, dismiss, disable-rule.
  • Fully offline on mobile too — the WASM engine ships inside the plugin.

Unified dictionary across devices

  • New: a synced "Harper Dictionary" note (create it via the "Harper: Create dictionary note" command). Words added on any device sync everywhere through Joplin's own sync.
  • Desktop can additionally mirror the note to a plain-text dictionary file (the existing external-dictionary setting), keeping external tools like harper-ls/Zed in the same loop.
  • Writes are carefully deferred so background updates never disturb an open editor.

Under the hood

  • Unified WASM loading on both platforms (the plugin file grows to ~21 MB; functionality unchanged on desktop).
  • Faster startup: the engine now warms in the background at launch instead of on your first keystroke.

Install: marketplace, or the .jpl below → Tools → Options → Plugins → Install from file. Mobile requires enabling plugin support in Joplin Android's settings (Beta).