Contributions via bug reports, bug fixes, are welcome. If you have ideas about features to be implemented, please open an issue so we can discuss the best way to implement it.
You need to pull the repository, install the dependencies with node
and then build with the command npm run dev
. It will automatically move the files into the docs/test-vault
and hot reload the plugin.
$ git clone [email protected]:reuseman/flashcards-obsidian.git
$ cd flashcards-obsidian
~/flashcards-obsidian$ npm install
~/flashcards-obsidian$ npm run dev