77bba533ea
* 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. |
||
---|---|---|
.. | ||
anki | ||
.clang-format | ||
.top_level | ||
README.md |
Protobuf files defining the interface the frontend and backend components use to talk to each other, and how Anki stores some of the data inside its SQLite database. These files are used to generate Rust, Python and TypeScript bindings.