reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
870 stars 86 forks source link

Move from parser to parser-generator+spec #151

Open bytewife opened 1 year ago

bytewife commented 1 year ago

There will be a rewrite with https://ohmjs.org/docs/intro. This will allow having a front layer that will parse the flashcards, that then will be managed by a back layer in order to do the CRUD operations in Anki. The whole architecture should guarantee something that is more robust with fewer bugs and more readable. In other words, fewer issues and more people will be able to contribute. If you want to contribute, feel free to contact me reuseman.uw6v8@slmail.me or join on the following branch https://github.com/reuseman/flashcards-obsidian/tree/ohm

Originally posted by @reuseman in https://github.com/reuseman/flashcards-obsidian/issues/125#issuecomment-1287147416

bytewife commented 1 year ago

I'll work on this @reuseman