anki-tools-0.1.0.0: Tools for interacting with Anki database

Copyright(c) 2016 Al Zohali
LicenseBSD3
MaintainerAl Zohali <zohl@fmap.me>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Anki.Tools

Description

Description

Tools to work with collection.

Synopsis

Documentation

getUserProfiles :: AnkiPathsConfiguration -> IO [UserProfile] Source #

Extract user profiles from the given anki configuration.

getCollections :: AnkiPathsConfiguration -> UserProfile -> IO [Collection] Source #

Extract available collections from the given profile.

getNotes :: AnkiPathsConfiguration -> UserProfile -> IO [Note] Source #

Extract all notes from from the given profile.

getCards :: AnkiPathsConfiguration -> UserProfile -> IO [Card] Source #

Extract all cards from from the given profile.