Trans.nvim/lua/Trans/README.md

24 lines
535 B
Markdown
Raw Normal View History

2023-03-04 22:46:57 +08:00
# TODO
<!--toc:start-->
- [TODO](#todo)
2023-03-04 22:46:57 +08:00
<!--toc:end-->
2023-03-13 19:50:28 +08:00
- [x] Refactor query engine to 'Backend' and 'Frontend'
- [x] Use `Trans.install` instead of `install.sh`
2023-03-13 19:50:28 +08:00
- [x] waitting animation
- [x] init frontend window
2023-03-16 22:59:42 +08:00
- [x] build frontend window format logic
- [x] Add Query FallBack
- [ ] Check if str is a word
- [ ] Unlimit width for sentence
已知问题:
1. 缓存了的单词, 无法使用toggle_entry 进入页面
2. 加载配置需要输入所有表的key
- default_strategy can't deal with table correctly