- Select pieces of text & save them straight into Anki
- Use ALT + A to call the popup
- Fill the fields matching the card model.
$replace$
will get replaced with the selected text (which can be edited) - Know the gender of nouns in real-time by hovering over them
- Country flag SVGs: yammadev/flag-icons
- Noun gender data:
- DE: danielnaber.ce
- Dungas for our pomodoro sessions and feedback
- Key shortcuts for popup & other actions
- Datasets for more languages (especially Portuguese and Spanish)
- Safari?
Meemo uses pnpm
, but you may use any other.
pnpm run watch:<ffox|chrm>
- Add extension as "temporary extension" under Chromium-based browsers or Firefox
-
pnpm run dev:ffox
yieldsTypeError: error loading dynamically imported module: http://localhost:port/@vite/client
, so I haven't used that. -
Hot Module Reloading is used to load changes inline without requiring extension rebuilds and extension/page reloads Currently only works in Chromium based browsers. I mainly use Firefox so I disabled this.
pnpm run build:<ffox|chrm>