Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/tchin25/text-to-anki
anki ankiconnect ankiweb bulma firebase github-pages nuxt vuejs
Last synced: 13 days ago
JSON representation
A web app built to help bulk extract sentence cards from text and import it into Anki using the Anki Connect API
- Host: GitHub
- URL: https://github.com/tchin25/text-to-anki
- Owner: tchin25
- Created: 2020-07-15T19:19:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:40:59.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T16:53:28.608Z (3 months ago)
- Topics: anki, ankiconnect, ankiweb, bulma, firebase, github-pages, nuxt, vuejs
- Language: Vue
- Homepage: https://tchin25.github.io/text-to-anki/
- Size: 3.5 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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#### [See Live Website Here](https://tchin25.github.io/text-to-anki/)
---
| Preview |
|:---------:|
||---
## Build Setup
```bash
# 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
```