An experimental editor with an inline English-German dictionary. To look up a translation, write "@" followed by the English word. To apply a translation, press "Enter". Try it here.
-
Download WikDict database:
./download-wikdict.sh
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build the project:
npm run build