mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
* Allow burying cards in browser This code is based on existing "toggle suspend" command in browser. - Adds "toggle bury" command to browser cards menu. - Adds "browsing-toggle-bury" to core translation. Only english-language. - Adds "buried" coloring to rows for buried cards in browser table. Not yet done: - Keyboard shortcut for "toggle bury" action. - Non-english translations. * Add contributor as requested in CONTRIBUTORS. * Fix formatting in browser_table.rs. * Add keyboard shortcut to "toggle bury" command. This adds keyboard shortcut "ctrl-shift-j" to "toggle bury" command in browser cards menu. * Simplify logic for color of buried-card rows. |
||
|---|---|---|
| .. | ||
| ascii_percent_encoding | ||
| benches | ||
| build | ||
| i18n | ||
| i18n_helpers | ||
| linkchecker | ||
| src | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| Cargo.toml | ||
| README.md | ||
Anki's Rust code.