Skip to content

Latest commit

 

History

History
 
 

autocomplete

Foreign Dispatch: Autocomplete

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.

Demo

Development

  1. Download WikDict database:

    ./download-wikdict.sh
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Publish

  1. Build the project:

    npm run build

Thanks