Bỏ qua đến nội dung

Tag Toggler (Fork for 2.1)

Chờ xử lý #anki #addon #tag #toggler #fork #for
https://forums.ankiweb.net/t/tag-toggler-fork-for-2-1-official-thread/217
25/12/2021

Cách tải addon Tag Toggler (Fork for 2.1)

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

1429363228

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 1429363228 và copy

5

Mô tả chi tiết

This addon does not work in Anki 23.10 or later. The functionality in Anki versions from 2022 or later might be limited. I won’t have time to update it before 2024.

This add-on does not work with the new undoing system in 2.1.45+. You can’t undo actions made by this addon.

This is an adaption of the add-on Tag Toggler to Anki version 2.1 by a different author. I made only very few changes. Use this at your own risk and if you find a bug report it to me (see below for details).

This add-on lets you quickly add and edit tags while reviewing. You can customize keyboard shortcuts for editing all tags on the current card, as well as quickly adding, deleting, or toggling specific preset tags. After applying the tags, you can optionally bury the card, bury the note, suspend the card, or suspend the note.

Applying a tag to a card applies the tags to all cards in that note, which is how Anki always handles tags.

Here are some ways that you can use the add-on:

Toggle the ‘hard’ tag on the current card: ‘Shift+H’: {‘tags’: ‘hard’, ‘action’: ‘toggle’}

Add a ‘TODO’ tag and bury cards in the current note: ‘Shift+T’: {‘tags’: ‘TODO’, ‘after’: ‘bury-note’}

Add an ‘easy’ tag and suspend the current card: ‘Shift+A’: {‘tags’: ‘easy’, ‘after’: ‘suspend-card’}

Versions

2021-12-26 no more default config (because Anki doesn’t allow deleting them).

2020-05-08 fix config change warning, add config.schema.json

2019-12-29 initial release

bugs

Please do not use reviews for bug reports or support requests. I don’t get notified of your reviews, and properly troubleshooting an issue through them is nearly impossible (formatting is limited and I can’t reply multiple times). If you find a bug let me know on github or in the anki forum (click the “contact author” button in the upper right of this window).

Alternatives

Extended Tag Add/Edit Dialog

Toggle Tags via Reviewer/Editor/Browser Context Menu

Quick tagging 2.1. One difference is that Quick tagging doesn’t reload the card shown whereas this add-on does. This is relevant if you e.g. use the add-on disable_night_mode_temporarily_by_tag.py.


Liên kết hỗ trợ


Reviews (5)

👍 2020-07-13

Cool addon, great idea. It’d be nice if it didn’t force its defaults on me every time I save though. Comment from author > It’d be nice if it didn’t force its defaults on me every time I save

I don’t understand. In the upper right of this ankiweb webpage there’s a button “contact author” that leads to a thread in the official anki forum where we can properly talk. If you post a longer explanation over there of what the problem is maybe I’ll have a solution.

👍 2020-06-16

please, could you make some kind of always visible field so tags could be manually typed without opening the card editor? Comment from author This sounds like a useful idea. I’ll add it to my todo list. But it has a very low priority for me: I don’t really need this and if I have tags they are sometimes so long that a line in a narrow review window wouldn’t be enough for me. To quickly add/modify tags I use my add-on “Extended Tag Add/Edit Dialog”, https://ankiweb.net/shared/info/1135507717, whi

👍 2020-04-04

Nice! One of the most important addons!

👍 2020-01-06

Super Thanks

👍 2019-12-29

This was my favorite tagging add-on and I couldn’t find a good alternative for 2.1. Thank you so much.