diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..4c572d9 --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +### Todo + +- [ ] Add test suite +- [ ] Validate JSON schema of Yomichan terms during export +- [ ] Add factory classes to reduce the amount of class import statements +- [ ] Add build scripts for producing program binaries +- [ ] Support exporting to MDict (.MDX) dictionary format +- [ ] Support more dictionary websites + - [ ] [国語辞典オンライン](https://kokugo.jitenon.jp/) + - [ ] [Yoji-Jukugo.com](https://yoji-jukugo.com/) + - [ ] [実用日本語表現辞典](https://www.weblio.jp/cat/dictionary/jtnhj) +- [ ] Support more Monokakido dictionaries + - [ ] 三省堂国語辞典 第8版 (SANKOKU8) + - [ ] 精選版 日本国語大辞典 (NDS) + - [ ] 大辞泉 第2版 (DAIJISEN2) + - [ ] 明鏡国語辞典 第3版 (MK3)