Unfortunately, this project is no longer maintained.
I have other priorities in my life and no longer have time to update this project. Email me at [email protected] if you'd like to reach me.
This is tool a to let you convert your WorkFlowy outlines to Anki cards easily.
Please note that the Imba programming language v2 is currently in alpha so expect to see things breaking when you try stuff. When that is said, see below on how to actually run this 😄
I am assuming you have Node.js already installed, if not then see their website on how todo that https://nodejs.org/en/
First make sure you have the dependencies installed
yarn # npm run install
Then in another terminal run
yarn dev
The previous command will continously build the project.
To actually see the app running you need to either visit the local url in a browser or launch the app with
yarn start
Unless otherwise specified in the source:
Copyright (c) 2020, Alexander Alemayhu
This would be super hard if it were not for the following projects:
See the package.json file for anything I missed.