Posts by Matt
You could try uploading a custom CSS theme (Settings → Preferences → Appearance → Custom CSS Theme). In your CSS file you can select the strong tag and add color, or background highlight, or whatev...
So in Mochi the most basic type of card is what I will call a "note card" (what you are calling "business card" above). It is a single-sided markdown card suitable for creating zettelkasten-style n...
Hey, thanks for subscribing! I really appreciate it. Unfortunately there is no way to batch edit card fields like that in the app. Please correct me if I am misunderstanding, but it seems like yo...
Unfortunately it is only possible to link to decks at the moment.
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...
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.
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...
There's no ARM64 build for Linux at the moment. I had some issues running the ARM build, but I will revisit it again.
Yeah sorry this is just poor wording I think. This used to say something like "No decks inside" or something like that. It means that there are not sub-decks. I will probably change the wording bac...
Unfortunately it's not possible. Cloze deletions inside of code blocks has not been implemented yet.
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...
Have you tried enabling Chinese in the search settings? You can enable different languages in Settings -> Preferences -> Search.
No the new cards are not added to the schedule until you are able to remember them once.
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...
Welcome to the official forums! This is still a work in progress so let me know in the #feedback section if you find any issues or have any requests. You can log in and start posting with your exis...
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.).
Hey Brian, Unfortunately the API does not support those kinds of queries, but I agree it would be super useful to be able to do that kind of thing with the API. If you email me (matt at mochi.card...
Hey Sergei, To separate flashcards into multiple sides, you can use the horizontal rule markdown (specifically three dashes ---). For example: Side A --- Side B You can learn more about how ...
You can turn on reverse reviews in the deck's review settings (drop down menu a the top right of the deck page).
The closest thing at the moment is to use the new cards queue for each deck individually. To do that you will need to navigate to the deck you want to learn cards from and click the "New cards" but...
Instead of posting changes / updates to the forum in the Mochi changelog (https://mochi.cards/changelog.html), I will post updates here. First update: Added an RSS feed for the "All posts" sect...
Unfortunately no there is no way to save the <draw> images at the moment. That component is meant more to be used during review to answer prompts. That said, I will look into adding a "save" ...