Skip to content

Commit

Permalink
Some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
razum2um committed May 7, 2018
1 parent 3b68b1c commit a157bf9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
@@ -1,10 +1,24 @@
# Google Translate + Anki <3

[![Build Status](https://travis-ci.org/razum2um/gtranslate-anki.svg?branch=master)](https://travis-ci.org/razum2um/gtranslate-anki)
[![Build Status](https://travis-ci.org/razum2um/google-translate-anki.svg?branch=master)](https://travis-ci.org/razum2um/google-translate-anki)

This chrome extension behaves *exactly* like google translate (2.0.7),
but allows to add the found word to [Anki](https://apps.ankiweb.net/) *desktop* app.
This chrome extension behaves *exactly* like google translate (2.0.7), in fact, it has been reverse engineered and patched.
Now it allows adding the found word to [Anki](https://apps.ankiweb.net/) *desktop* app.

*NOTE* You must install [AnkiConnect](https://ankiweb.net/shared/info/2055492159) extension before.
## Setup

1) You must install [AnkiConnect](https://ankiweb.net/shared/info/2055492159) plugin to enable HTTP protocol.
2) The desktop app (afaik) cannot be daemonized, so it should be running while adding (extension doesn't cache anything).
3) Setup the URL (default is `http://localhost:8765`), deck and model

![options-screenshot](https://raw.github.com/razum2um/google-translate-anki/master/options.png)

## Usage

Just click on target language translation word.
The source will be saved as "Front", the translation as "Back" card's fields.
After that, the target word becomes green (or red in case of duplication or another error).

## Why not AnkiWeb?

Don't ask for adding cards right into AnkiWeb, it's [authors explicitly don't want it](https://anki.tenderapp.com/discussions/ankiweb/1886-issue-with-saving-cards-via-rest-api)
Binary file added options.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a157bf9

Please sign in to comment.