Bỏ qua đến nội dung

Add-on folder with readable names

Chờ xử lý #anki #addon #add #folder #with #readable #names
https://github.com/Arthur-Milchior/anki-readable-addon-folders/issues
7/3/2020

Cách tải addon Add-on folder with readable names

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

519936472

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

8

Mô tả chi tiết

The add-ons folder contains one folder by add-on. Each folder’s name is a string of digit. This is quite horrible for a human who want to go read or edit the code of an add-on.

Thus, this add-on create another folder, containing symlinks with the name of the add-on to the add-on folder.


Liên kết hỗ trợ


Reviews (8)

👍 2023-02-24

Working on windows and Anki 2.1.56 with this fix:

https://github.com/Arthur-Milchior/anki-readable-addon-folders/pull/4

👍 2022-12-10

Working on windows and Anki 2.1.49 with this fix:

https://github.com/Arthur-Milchior/anki-readable-addon-folders/pull/4

👍 2022-11-25

Thanks! This makes it much easier to go to an add-on dir directly

👍 2022-06-28

12/25/2020

I cannot use the addon because it does not work on windows (as said on the github page), but still really good idea!

One could take the idea and do it manually. But it takes time – depending on # of add-ons

06/28/22

change some files and it will work on Windows https://github.com/Arthur-Milchior/anki-readable-addon-folders/pull/4

👍 2021-08-02

Stopped working on 2.1.45

👍 2021-07-19

in Windows need this code:

ctypes.windll.shell32.ShellExecuteW(None, “runas”, sys.executable, file, None, 1)

os.makedirs(newFolder)

👍 2020-03-28

Great add-on! Very useful.

👍 2020-02-27

I cannot use the addon because it does not work on windows (as said on the github page), but still really good idea!