This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

workflow2anki

0.0.1 • Public • Published

workflowy2anki.js

JavaScript library for converting Workflowy outlines to Anki Flashcards.

Usage

We currently only support the plain text outlines and hopefully more to come soon. This project produces the following structure you can use

// data is the plain text
const reader = new DeckReader();
const decks = reader.readText(data);

Format

[
  {
    "name": "Deck Name",
    "cards": [{ "front": "", "back": "" }]
  }
]

RoadMap

  • [x] Plain text
  • [ ] OPML
  • [ ] HTML

Development

Make sure to update test.js

npm run tt

Readme

Keywords

none

Package Sidebar

Install

npm i workflow2anki

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

20.7 kB

Total Files

13

Last publish

Collaborators

  • aalemayhu