hssm/anki-addons

How to reset the saved information of this addon?

Closed this issue · 11 comments

How to reset the saved information of this addon?
All my fields are vertical and I can not use this addon anymore.

hssm commented

You can press Ctrl+Shift+: to open the debug console and put this in:

list_keys = list(mw.pm.profile.keys())
for k in list_keys:
  if k.startswith('multi_column_count'):
    mw.pm.profile.pop(k)

Then press Ctrl+Enter to run it.

Did not work.
I executed the scripty and continued everything the same

hssm commented

Then either the add-on is not loading or it is conflicting with another one.

Let me expose my problem.

bug

I do not know what happened.
All my fields started to appear vertically in edit mode

hssm commented

If you disable the add-on, does it go back to normal?

If so, send me a copy of your collection so I can have a look.

Yes. But I like this addon and would like to continue using it. I do not know how I changed the fields from horizontal to vertical. It was some shortcut.

My idea was to reset the variables. Or if you know which shortcut causes the fields to return to normal?

I use multiple accounts.
The change was in only one and the error propagated to any deck that exists on any account. If you disable the addon, it gets normal

hssm commented

Without a reproducible test case I can't help.

My best guess is a conflict with another add-on. You can try disabling them one by one and see if the problem still happens.

I will do this test and return

Hi

Since this add-on as not been updated since some months, I uploaded an updated version myself: https://ankiweb.net/shared/info/1159566613
You can use add-on's configuration to configure a lot of thing in it. In particular, you can edit the number of columns for each note type. Hope it'll help

thank you. I will evaluate