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...
Hey @#16, Great question. I'm Matt, the founder / creator and main developer on Mochi. I started working on Mochi almost 7 years ago now, and I have no intention of stopping. At this point Mochi i...
Hey @#110, Actually the review field for JSON payloads has not been implemented yet (hence why it's not documented). It should work with the application/transit+json content-type, though. POST ht...
There is not duplicate detection at the moment (other than using the search), but I am planning to add duplicate detection in a future update. It will check the primary field of a card, or if the c...
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.
Yep, you can deeplink to decks. My apologizes as it's not well documented. The format looks like this: mochi:/decks/[user-id]/[deck-id] If you're just linking to a local deck, the user-id can b...
Hmm It seems I never added a bulk duplicate action. Maybe I can add that in a future version. I think in the meantime there are probably other workflows you can use to achieve this. First I would ...
While not possible at the moment, I have plans to allow users to easily overwrite dynamically generated field values without changing the template. The way to do that now is to actually create a s...
Hey Nicolas thanks for checking out templates! If I understand correctly you would like to prevent the audio from auto-playing when the side is revealed? That is a global settings you can toggle in...
Hey RJ, I just added a new endpoint for grabbing cards due. Please check it out: All due cards: https://app.mochi.cards/api/due Cards due by deck: https://app.mochi.cards/api/due/[deck-id] ...
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...
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...
This comes up from time to time but I have not added such a feature to Mochi because I can't see how it works with the spaced repetition system. If you were to enable such a function, the longer yo...
Yes, if you select multiple cards an actions toolbar will appear at the bottom of the screen. One of the actions is "Change tags." From that menu you can add or remove tags and it will be applied t...
There are a few different ways to add images: Drag and drop an image into the editor. Press the paperclip icon while the editor is open. Press CMD+O on Mac or Ctrl+O on Windows / Linux. Copy ...
Unfortunately it is only possible to link to decks at the moment.
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...
It seems like the importer not recognizing the top-level :cards key is a bug. I will push an update for that soon.
There's no ARM64 build for Linux at the moment. I had some issues running the ARM build, but I will revisit it again.
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...
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...
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...
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.).
You can turn on reverse reviews in the deck's review settings (drop down menu a the top right of the deck page).
