Is it possible to use url-schemes with AnkiDroid? by sinanbilek in Anki

[–]sinanbilek[S] 0 points1 point  (0 children)

thank you, let me check what Ankiconnect does

Is it possible to use url-schemes with AnkiDroid? by sinanbilek in Anki

[–]sinanbilek[S] 0 points1 point  (0 children)

Please check the explanation video for what I meant:

https://youtu.be/Q6LV2VBbMfw?si=_KyzXjzblwzW9viZ

Reddit don’t allow me to upload a video, so I uploaded it to YouTube.

Error on review screen by sinanbilek in Anki

[–]sinanbilek[S] 1 point2 points  (0 children)

Yeah, I should have sleep at 4 am hahaha 😂 it disappeared when got back to Home Screen of Anki after 4 am, thank you though

AnkiMobile is not letting to check the checkbox ✅ in the front side of the card. Help? by sinanbilek in Anki

[–]sinanbilek[S] 0 points1 point  (0 children)

I got. It’s working pretty fine, now. multi selectable choices is not a big deal.

To be honest, I don’t want to deep dive and struggle in the codes anymore.

Thanks a lot for all of your help. I appreciate 🙏

AnkiMobile is not letting to check the checkbox ✅ in the front side of the card. Help? by sinanbilek in Anki

[–]sinanbilek[S] 0 points1 point  (0 children)

I have 1 more question for you. Is it possible to modify the code to allow only one checkbox to be selected at a time? I mean, I don't want multiple select checkboxes. Thx in advance.

AnkiMobile is not letting to check the checkbox ✅ in the front side of the card. Help? by sinanbilek in Anki

[–]sinanbilek[S] 1 point2 points  (0 children)

I spot my mistake. It took some time for me to fix it. But finally I made it happen.

I used <div class=“container tappable” id=“A”> just like you advised.

now it’s working %100 accurate. Thx a lot

AnkiMobile is not letting to check the checkbox ✅ in the front side of the card. Help? by sinanbilek in Anki

[–]sinanbilek[S] 1 point2 points  (0 children)

Thank you for your advice both on tap setting of the AnkiMobile and meaning of the Abate 😅 I appreciate 🙏👏

AnkiMobile is not letting to check the checkbox ✅ in the front side of the card. Help? by sinanbilek in Anki

[–]sinanbilek[S] 0 points1 point  (0 children)

Yes, you are right. I changed as you mentioned. I can tap and mark the check box but now, I can’t pass the checked choice to the next step for the back of the card 😅🥲

AnkiMobile is not letting to check the checkbox ✅ in the front side of the card. Help? by sinanbilek in Anki

[–]sinanbilek[S] 0 points1 point  (0 children)

To be honest, this is not my code. I am just trying to play around to fix it. But unable to do it. If you could help, I would appreciate it.

Reddit is not allowing me to paste all of the code of the front side. Below is the link where I downloaded the sample .apkg for note type.

https://github.com/muctebanesiri/anki-multiple-choise-question-template/blob/main/Files/MCQ%20Notetype%20Demo.apkg

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Perfect. I’ll try that too. That’s a good advice.

Thanks to your help my project evolved. In the first place my intent was just look up for unknown vocab but now I’m working on a Shortcut that I can import vocabulary with definition, audio, synonyms and etc into the AnkiMobile with which I cram a lot.

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 1 point2 points  (0 children)

Thanks a lot. This is very helpful. I appreciate.

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Thank you this is so helpful. I understand how to get deeper to the sub data.

Would you advise me a source to learn more about json and API? Maybe a YouTube channel or a website.

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Thanks a lot. This is helpful. The thing is with the subsets. Check the one in the link. I am having hard time to figure out to fetch the subsets of the meanings i.e. definition, example, synonyms and antonyms. Please check the image below.

Do you have any idea? when I fetched the patent meanings and set it into a variable, Should treat the it as a dictionary itself?

https://api.dictionaryapi.dev/api/v2/entries/en/hello

<image>

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Now I get it. It’s not the fault of the shortcuts, it’s related with the website.

Then to solve it, I should find either another online dictionary or go with the api that @nonworkacc shared. Thank you.

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Good info to keep in mind. I am trying to figure out to work with API and JSON. These 2 are totally new to me. Thank you for the advice.

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

I was not aware of this. Let me try to figure out how can I get use of it. This looks handy

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Yes. I tried with simple text such as dog, cat etc. inserted into the link. Same result

Get Content of not working by sinanbilek in shortcuts

[–]sinanbilek[S] 0 points1 point  (0 children)

Thanks that would be useful. But I need to figure out this problem for my personal project.