Code Monkey home page Code Monkey logo

anki-apkg-export-app's Introduction

anki-apkg-export-app

Build Status Gitter chat

Online anki decks generation

Install

$ git clone
$ npm install

Usage

$ npm start

Input format

text on front of card 1  <space>-<space> text on the back of card 1
text on front of card 2  <space>-<space> text on the back of card 2
text on front of card 3  <space>-<space> text on the back of card 3

Comment lines start with #

Related

License

MIT © ewnd9

anki-apkg-export-app's People

Contributors

ewnd9 avatar hhzl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

anki-apkg-export-app's Issues

Support adding tags

A suggestion:

Support adding tags, for example with the following syntax

# tag:  tagA
contentOfFrontOfCard1  - contentOfBackOfCard1
contentOfFrontOfCard2  - contentOfBackOfCard2
contentOfFrontOfCard3  - contentOfBackOfCard3

# tag:  tagB
contentOfFrontOfCard4  - contentOfBackOfCard4
contentOfFrontOfCard5  - contentOfBackOfCard5

Result:
The cards 1, 2 and 3 have 'tagA' and cards 4 and 5 have 'tagB'.

Another possibility, no hash sign. It is unlikely that the content of a card starts with 'tag:'

tag:  tagA
contentOfFrontOfCard1  - contentOfBackOfCard1
contentOfFrontOfCard2  - contentOfBackOfCard2
contentOfFrontOfCard3  - contentOfBackOfCard3

tag:  tagB
contentOfFrontOfCard4  - contentOfBackOfCard4
contentOfFrontOfCard5  - contentOfBackOfCard5

And then in addition there could be support for several tags

tags:  tagB  tagC
contentOfFrontOfCard6  - contentOfBackOfCard6
contentOfFrontOfCard7  - contentOfBackOfCard7

A argument for using the hash sign

    # tag:  tagA

is that the text formats nicely as markdown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.