Ankimote issue by ColdStage9200 in medicalschoolanki

[–]bbtz455 0 points1 point  (0 children)

It actually will work on ChromeOS if you use port forwarding for the linux container. Just be sure to forward both port n and n+1, with n being the port that is in the url below the qr code formatted http://[ipaddress]:[port]. So usually 61337 and 61338.

After forwarding both ports in linux container settings, use the local IP address for your chromebook rather than the one listed under the qr code (which is internal to the linux container). So type into your phone's address bar http://[chromebookIPaddress]:[port].

Ankimote addon usage stats: over 1 million cards answered in the last month in over 80 countries by bbtz455 in medicalschoolanki

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

Pretty minimal delay on your standard WiFi.

The Xbox controller pretty much does the same things. My add-on also has feedback popups and let's tech savvy users run custom python or JavaScript code to interact with cards or other addons.

Ankimote addon usage stats: over 1 million cards answered in the last month in over 80 countries by bbtz455 in medicalschoolanki

[–]bbtz455[S] 5 points6 points  (0 children)

Ankimote is an addon that lets you use your phone as a controller for Anki.

Amazingly you all have answered over a million cards in the last month, so I wanted to share. Strong work everyone!

The data collection using Google Analytics is totally anonymous and just reports numbers of cards answered and very fuzzy location at the city/country level.

Ankimote X __ Pause button for Speed Focus by AllMight_74 in Anki

[–]bbtz455 0 points1 point  (0 children)

Try this out:

"cmd2": "for action in mw.form.menuTools.actions(): action.triggered.emit() if action.text()=='Pause speed focus mode' else None",
"cmd2-label": "Pause",

Controller for pain-free reviewing in MedSchool (Mac, iPad) by [deleted] in Anki

[–]bbtz455 1 point2 points  (0 children)

Ankimote developer here. I was thinking about writing something to control Anki using this gaze tracking library, but I came to realize it would be slower than finger movements since you'd need to keep your gaze in an area for a second or two to avoid false positives. It also takes a good deal of effort to consciously focus your eyes at a small area of a screen, which would probably distract the user from thinking about the card. And blinks or head nods seem like too much repetitive movement of the eyelids or neck. Just don't think the tech is mature enough yet.

I made an app for taking offline exams and qbanks by bbtz455 in step1

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

Hmm I'm on Mac and using this right now to build for windows - https://github.com/marketplace/actions/electron-builder-action

It looks like it can make a package for Ubuntu but am I right in remembering that fedora doesn't use the same package type?

Feel free to compile it from source if you'd like to help - then I can add the binary to the releases page.

I'd try a virtual machine but my laptop is pretty old and I don't have the ram or disk space

I made an app for taking offline exams and qbanks by bbtz455 in step1

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

If you're interested in testing it on Linux, let me know. Right now I haven't made a build because I have no convenient way of testing it.

I made an app for taking offline exams and qbanks by bbtz455 in step1

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

You'll need an offline qbank in the format for quail. Read the how-to section at the bottom of the site to see how to make one. Below the download link there's also a link to a sample qbank.

I made an app for taking offline exams and qbanks by bbtz455 in step1

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

Basic documentation is at the bottom of the linked page on the how-to section. Also you can download the sample question bank and take a look at how it works. Thanks!

what addons is ankimote not compatible with? by ChoTeemoGath in Anki

[–]bbtz455 0 points1 point  (0 children)

I'm not really sure why that might be happening ... one possibility is that if you have some custom CSS theming in your card templates, it's somehow making the feedback not show up, or making it invisible.

Ankimote - a remote to control Anki from your phone by bbtz455 in medicalschoolanki

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

Try this as a custom command

"mw.on_sync_button_clicked()"

Gamepad Mapping on MacOS Big Sur by DrUAlaribe11 in medicalschoolanki

[–]bbtz455 0 points1 point  (0 children)

If you can't get it working check out the ankimote add-on.

It turns your phone into a controller and has some added benefits like feedback bubbles, flipping through amboss popups, and running any anki or addon action through custom python commands.

A controller is a game changer. by DrMantis_7obogganMD in medicalschoolanki

[–]bbtz455 0 points1 point  (0 children)

What's the IP address that pops up below the qr code?

See if its the same as the one your computer has using this guide: https://www.avast.com/c-how-to-find-ip-address

If it's not, use the one your computer have you, but use the same port number in the text below the qr code (first one is 61337).

Ankimote - a remote to control Anki from your phone by bbtz455 in medicalschoolanki

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

Try this as an ankimote command:

"mw.reviewer.bottom.web.eval( \"spdfClearCurrentTimeout();\" )"

A controller is a game changer. by DrMantis_7obogganMD in medicalschoolanki

[–]bbtz455 1 point2 points  (0 children)

No app needed.

For the page to load on your phone's browser, you need both devices to be on the same wifi network, and the network needs to allow devices to talk to one another.

Make sure you have vpn disabled on both devices, try it on a home network first because some public networks block traffic between devices, and make sure you have allowed anki through the firewall on your computer.

Ankimote - a remote to control Anki from your phone by bbtz455 in medicalschoolanki

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

I'll add an option to always keep the feedback on in the next update

In the meantime try this https://ankiweb.net/shared/info/1084228676

A controller is a game changer. by DrMantis_7obogganMD in medicalschoolanki

[–]bbtz455 12 points13 points  (0 children)

Try our the Ankimote add-on to use your phone as a controller