Search results
Search results here.
Combining cloze deletions and typed answer cards
Hiya. Is it possible to combine cloze deletions with an answer that requires a typed response. For example, I have: Mydriasis is a dilated pupil that is unresponsive to light which I'd like to m...
Combining cloze deletions and typed answer cards
Hmm, I don't think there is a way to do that right now. I would need to add an attribute to the <input> element to give it an index, like the way cloze deletions can be indexed (1, 2 3, etc.).
Export/import on mobile?
This sounds like an out of memory error. I actually have a fix for this in the development branch and will be releasing that soon. In the meantime a workaround would be to export the SQLite file, l...
Unable to install Mochi dmg file on Apple Silicon M1
When trying to install this, it tells you that some files are locked or in an incomplete state, and hence cannot be installed. Using the usual drag-and-drop install method of macos.
Is there an easier way to Reference-Link on Mobile?
Hi, actually there is also a mobile version. To do this, go to the editing of the card and enter [[. Then you can enter the desired titles. If this is not there - end with ]] and one will be create...
Unable to install Mochi dmg file on Apple Silicon M1
Hmm, I haven't seen that error before. This may be a silly question but are you downloading the applie silicon version? It should be called something like Mochi-1.18.11-arm64.dmg. I just tried dow...
macOS app badge
Minor thing, but when the number of cards to review exceeds 100, the macOS app badge displays 99+. Is it possible to display numbers let’s say up to 999, or is this a macOS-constrained thing?
Global search doesn't work with Chinese character
I'm encountering an issue with searching Chinese characters in Mochi. When using the deck-specific search (top-right search bar), searching for Chinese terms works correctly and provides exact subs...
New Card Scheduling: Are 'Don't Remember' (Left Swipe) Cards Added to Review?
When reviewing new cards, if I swipe left (meaning 'I don't remember'), does this add the card to my review schedule? I'm asking because I've only seen a scheduling confirmation in the UI when I s...
No the new cards are not added to the schedule until you are able to remember them once.
New Card Scheduling: Are 'Don't Remember' (Left Swipe) Cards Added to Review?
No the new cards are not added to the schedule until you are able to remember them once.
Global search doesn't work with Chinese character
Have you tried enabling Chinese in the search settings? You can enable different languages in Settings -> Preferences -> Search.
Using <input> dynamic element as a field
Hi, Possibly a strange question: Can the dynamic "input" element be used as a field in Mochi such that it can then be chained with other dynamic fields? Here's an example: First side: A word in ...
Hmm I don't think that's possible but I like the idea! I'll look into adding that. Seems like there's a lot of interesting stuff you could do there.
Deck progerss not working
When I try select to see the progress of other deck, mochi does not select my options instead it is stuck on the "flashcard" deck
Reorganizing my decks efficiently
Does anyone have a suggestion for how best to reorganize my decks? As I've progressed, I realized that I want to make some changes to how I've organized my cards into decks and sub-decks. I'm fami...
Numbered list no longer increments
Hiya. I've noticed from today's update that a numbered list will use the current number when adding a new line instead of incrementing the number (e.g. if I'm on line 4, pressing enter will add 4. ...
A Shoutout to Mochi: Elegant Markdown Support and a Wish for Chinese Localization
Thank you for your efforts in developing Mochi! It’s quite surprising that, even with Markdown being so widely adopted today, it’s still rare to find a flashcard app like Mochi that supports Markdo...
Shuffle new cards when they are reviewed for the first time
Cards actually appear in random order in the "Due today". There is an order, but only such that cards with an older due date are shown first. But if all cards have the same due date, then their ord...
Shuffle new cards when they are reviewed for the first time
Attached is a screenshot of the overflow menu from the "Due today" deck (Android app). I am not able to find the "Shuffle" button.
Boxes in diagram not working properly
If more than one box is added to diagram, the picture reveal all the blanks . Only the first one revealed and others just stay in the picture as if they embedded to the picture.
Using <input> dynamic element as a field
Super, that would be amazing! Yeah, there would be a lot of ways you could chain things.
Make the deck public via API
Hi Mochi developers! I really like your app! I would like to know if it is possible to make my private deck public using the API? I checked the documentation and did not find anything similar, b...
While undocumented, it is possible to publish a deck through the API. There is a :published? key that takes the same kind of argument as the :trashed? key (a date). Check this section in the API do...
[iOS app] The scroll function doesn't work properly.
Some views don't scroll properly. For example, it is impossible to scroll a long card in 'Column View' in an archived deck, or on the 'Account Settings' page. On the 'Settings -> Preferences' ...
Is there a way to do cloze deletions and <input> inside of code blocks?
I've been trying to figure out how to do cloze deletions and input blocks inside of code snippets. For example: I can't get them to work inside of code fences. I can't tell if it's not possi...
Is there a way to do cloze deletions and <input> inside of code blocks?
Unfortunately it's not possible. Cloze deletions inside of code blocks has not been implemented yet.