BackFiler

Made with 💖 by @neelr, MIT License

What is it?

BackFiler is a great way to index your cards from your debate files automatically so you can query them easily! Just insert a folder into the app, and it'll crawl the entire folder for .docx files, and save the cards in a sqlite3 database! All you need to do is install pandoc, and you can start scraping your entire dropbox for cards!

Installation

  1. Install the pandoc CLI from the pandoc website, or through your favorite package manager like brew, or choco
  2. Download your packaged file specific to your OS from the releases tab!

Contributing

  1. Install all packages with npm i
  2. Live reload for development using npm run dev
  3. To build for production run npm run build:all