Open OuraN2O opened 7 months ago
@OuraN2O as you can see the code. This addon is written in a unique way and also the author himself said it's hard to mantain.
That's why I started working on an alternative that will have the same features. It's in my repo it's called incshelf. It's verry rudementary currently. But I think you will like it. Are you on windows or linux. Because if you are on windows I can send you an already build binary.
Also I will take a look at this issue eventually
Oh okay that's cool ! I'm on linux but when you have something somewhat prepared for it I'd be glad to test it
@OuraN2O I can give you a build for linux. But the appimage is 200 mb. If you are using arch I think I can share you a build that is small
Yes I'm using arch, do you want my mail or something ?
@Vilhelm-Ian I'm getting the same error; Is it fixed now; or is there any quick fix which I can apply; Any help is appreciated
Also this occurs when Editing a card after searching in add window of Anki
Anki 24.06.3 (d678e393) (ao) Python 3.9.18 Qt 6.6.2 PyQt 6.6.1 Platform: macOS-14.1.1-arm64-arm-64bit
Traceback (most recent call last): File "aqt.webview", line 50, in cmd File "aqt.webview", line 160, in _onCmd File "aqt.webview", line 689, in _onBridgeCmd File "_aqt.hooks", line 5416, in call File "/Users/abhishekdwivedi/Library/Application Support/Anki2/addons21/572933442/src/command_parsing.py", line 141, in expanded_on_bridge_cmd open_editor(mw, int(cmd[15:])) File "/Users/abhishekdwivedi/Library/Application Support/Anki2/addons21/572933442/src/dialogs/editor.py", line 51, in open_editor dialog = EditDialog(mw, note) File "/Users/abhishekdwivedi/Library/Application Support/Anki2/addons21/572933442/src/dialogs/editor.py", line 64, in init self.form.setupUi(self) File "_aqt.forms.editcurrent_qt6", line 36, in setupUi AttributeError: 'EditDialog' object has no attribute 'setCentralWidget'
sorry I have been busy. i will take a look at it.
@OuraN2O @abhishek7786 I fixed it
can you test the latest commit
can you test the latest commit
Hey ! Thx for looking to it. I see that responsiveness of the editor dialog doesn't work (see my screenshot)
Hi, Thanks @Vilhelm-Ian for the prompt reply. Tested new commit. Issue is fixed, Now I can search the card and edit it too.
( small pain point -> After clicking the edit icon When card gets open in browser window, card is very small size, makes editing card bit difficult, refer below for the detail)
As far as this issue is concerned it is fixed now.
Hi!
I also have the same problem. I can't edit a note after searching in the search bar of the add-on. I get this error:
Anki 24.06.3 (d678e393) (ao) Python 3.9.18 Qt 6.6.2 PyQt 6.6.1 Platform: Windows-10-10.0.22631
Traceback (most recent call last): File "aqt.webview", line 50, in cmd File "aqt.webview", line 160, in _onCmd File "aqt.webview", line 689, in _onBridgeCmd File "_aqt.hooks", line 5416, in call File "C:\Users\shiel\AppData\Roaming\Anki2\addons21\572933442\src\command_parsing.py", line 141, in expanded_on_bridge_cmd open_editor(mw, int(cmd[15:])) File "C:\Users\shiel\AppData\Roaming\Anki2\addons21\572933442\src\dialogs\editor.py", line 51, in open_editor dialog = EditDialog(mw, note) File "C:\Users\shiel\AppData\Roaming\Anki2\addons21\572933442\src\dialogs\editor.py", line 64, in init self.form.setupUi(self) File "_aqt.forms.editcurrent_qt6", line 36, in setupUi AttributeError: 'EditDialog' object has no attribute 'setCentralWidget'
May I know how I can fix this? Thank you!
@curious58 pull the latest commit from github. Or download it as a zip and put it in your anki addons folder
I'm so sorry but I'm not familiar with doing this, which commit should I download? May I ask for a link?
Thank you!
Hi, go on the addon page, then "Code" (the green button), then "Download zip". When you have the zip, unzip it and copy paste the files in the addon folder (you can know where it by going in anki > tools > addon > click on the addon > view files)
Problem fixed! Thank you so much!
When my pdf was open I tried to edit an already made anki note but I had an error.
Debug info :
I tried looking a bit into it but honestly I'm lost lol
(I'm sorry I'm reporting a lot of issues but this addon is the base of my work routine :sweat_smile: )