tchin25 / text-to-anki

A web app built to help bulk extract sentence cards from text and import it into Anki using the Anki Connect API

Home Page:https://tchin25.github.io/text-to-anki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-to-anki

A web app created to convert text into sentence cards and import it into Anki using the AnkiConnect api

Requires Anki for desktop and a properly configured AnkiConnect add-on to work

More information in the 'How To' section of the website

Features

  • Tokenize text with custom regex
  • Export to specific field within a card model to a deck

Preview

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
# also add localhost:3000 to AnkiConnect's config webCorsOriginList
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

About

A web app built to help bulk extract sentence cards from text and import it into Anki using the Anki Connect API

https://tchin25.github.io/text-to-anki/


Languages

Language:Vue 74.7%Language:JavaScript 25.3%