Bookmarks, contenteditable toggle & keyboard shortcut
This release adds three highly-requested features: saved rule sets, a proper contenteditable-only mode, and a global keyboard shortcut.
- New Bookmark panel — save, name, load, and delete rule sets from the 🔖 button in the header.
- New "Replace only in contenteditable" toggle — when on, Rewritr exclusively targets editable fields (Google Docs, Notion, email composers) and leaves static page text untouched.
- New Keyboard shortcut Alt+Shift+F to open the popup from any tab.
- Fix Previous "Replace in contenteditable" toggle was additive (not exclusive) — it was replacing text everywhere instead of only in editable areas. Now correctly restricts scope when toggled on.
- Imp Bookmarks are included in Import/Export JSON.
- Imp Dynamic mode MutationObserver now also respects the contenteditable-only restriction.
- Imp Migrates older
skipRichstorage key to the newreplaceRichflag automatically.