DarylSerrano / clipboard-to-ankideck

listens the clipboard and exports strings as an anki deck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clipanki (Clipboard to ankideck)

WIP electron application that listens the clipboard and exports it as an anki deck.

Features

  • Listen to text contents on clipboard and save it into a card
  • Take screenshots and use it on the card
  • Record audio and use it on the card Windows only
  • Manually add a card
  • Export the cards created on the app into an anki deck

Download

Windows

Download

Linux

Download

Development Scripts

# install dependencies
yarn

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir

License

Apache License 2.0

About

listens the clipboard and exports strings as an anki deck.

License:Apache License 2.0


Languages

Language:JavaScript 74.4%Language:TypeScript 25.4%Language:CSS 0.1%