Bỏ qua đến nội dung

Show HTML fields of a note

Chờ xử lý #anki #addon #show #html #fields #note
https://github.com/Arthur-Milchior/anki-show-html/issues
20/8/2018

Cách tải addon Show HTML fields of a note

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

1778098423

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 1778098423 và copy

3
1

Mô tả chi tiết

Allow to see the HTML of every fields of a note. It may help debug a card showing strange content.


Liên kết hỗ trợ


Reviews (4)

👍 2020-04-15

Thanks for the add-on, some browsers override Anki’s normal behaviour of not pasting HMTL formatting into the fields. Unfortunately it does not work at the moment, I get the following error:

Debug info:

Anki 2.1.22 (0ecc189a) Python 3.8.0 Qt 5.14.1 PyQt 5.14.1

Platform: Windows 10

Flags: frz=True ao=True sv=2

Add-ons, last update check: 2020-04-15 20:04:50

Caught exception:

Traceback (most recent call last):

File “C:\Users\Luc\AppData\Roaming\Anki2\addons21\1778098423\showHtml.py”,

👍 2019-12-03

Thanks. Good idea. But it doesn’t quite work as described – at least not on macOS. For instance, html is not very legible since characters such as “<” (i.e. less than) are rendered as “<”, etc. Also, it would help if html was in a monospaced font, if the window was bigger. And why this huge question mark at the top?

👍 2018-11-24

Thank you very useful. Can it be extended to allow editing? Comment from author I don’t know whether you’ll ever see this answer since you didin’t leave an email, nor contacted me by email/reddit…

You can edit a field’s html by clicking in it, and then pressing Ctrl+Shift+X.

I’m really bad with interfaces, thus I can’t help with this.

👍 2018-08-27

I hope the html source can show in a textarea where we can copy/edit the html code