fonol / anki-search-inside-add-card

An add-on providing full-text-search and PDF reading functionality to Anki's Add card dialog
https://ankiweb.net/shared/info/1781298089
GNU Affero General Public License v3.0
178 stars 24 forks source link

Config menu is hidden #259

Open succil3 opened 3 years ago

succil3 commented 3 years ago

Describe the bug

My Anki had a problem, which asked for add-ons to be updated and, although I ordered them to be updated, Anki's list of add-ons still insisted on updating. I solved this by suspending the add-ons that asked for the update so only after that I could actually update them. It turns out that in this list of add-ons was Searching, PDF Reading & Note-Taking in Add Dialog.

Then I realized that I was late for a few versions (Mod: 1600247846). After the actual update, I realized that the layout and other features were changed, and as a result, I noticed a bug.

The settings menu does not appear completely when it is set to split the screen 50% to the right and 50% to the left.

Another question, how do I downgrade to the version when I could see how much days ago a card was created? I was used to this layout and it was the kind of useful information that is missing after upgrade. Luckily I had a backup from September 2020 and managed to restore to an older version, but I don't know how to do it through Github or use the most updated version with the functionality to see the creation of the card with just one click:

image

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Setting & Info'
  2. Click on 'Settings'
  3. Scroll down to 'Left Side Width' and set it to 50%
  4. See error

Expected behavior and Screenshots It should fit in whole screen. It works when setted to 40%

Setted to 40% =>

image

Bug when setted to 50% =>

image

Environment (please complete the following information): Versão 2.1.35 (84dcaa86) Python 3.8.1 Qt 5.12.6 PyQt 5.12.3

Add-on Folder:  1781298089
Last Update:    2020-07-23T07:25
Qt Version: 5.12.6
Chromium Version:   69.0.3497.128
Rust Libs:  False
Index Used: SQLite FTS5
SQLite Version  3.28.0
Index Initialization:   0 s
Index Size: 6743 notes

Thank you.

fonol commented 3 years ago

Thanks for the report! And you are right, the "Created x days ago" was removed some time ago (mainly because I didn't knew where to place it in the new design). A solution might be to include the info as a tooltip, e.g. when you hover over the number on the top left of the note. What about that?

succil3 commented 3 years ago

It'd great! Thank you for you response.

OcileCollection commented 2 years ago

@succil3 Have you tried the new update? Did it solve the issue?