From ab5049e2ded3c3a1acfb9d598a1b4766042a7730 Mon Sep 17 00:00:00 2001 From: Stephen Kraus <8003332+stephenmk@users.noreply.github.com> Date: Mon, 1 May 2023 21:37:49 -0500 Subject: [PATCH] Create TODO.md --- TODO.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO.md 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)