Activity for Matt
| Type | On... | Excerpt | Status | Date | 
|---|---|---|---|---|
| Edit | Post #207 | Initial revision | — | 1 day ago | 
| Answer | — | Thanks for the bug report, Sayed. I noticed this myself, too. Seems like the way that draggable regions are handled in electron has changed, causing this regression. I'll work on fixing that today. (more) | — | 1 day ago | 
| Edit | Post #204 | Initial revision | — | 2 days ago | 
| Answer | — | I've just released a new beta version (v1.20.2-beta) of the Mac app that should fix the Tahoe issue. You can download it by turning on beta updates in Preferences → App Update → Beta Releases. When you first launch the beta version it will sign you out so just you'll just need to sign back in. (more) | — | 2 days ago | 
| Edit | Post #199 | Initial revision | — | 8 days ago | 
| Answer | — | I just tested this by creating a new CSV file with the two sample lines you provided in the post and it imported as expected for me (used the web app to test). Are you sure your template has "English" and "Greek" fields? (more) | — | 8 days ago | 
| Edit | Post #197 | Initial revision | — | 12 days ago | 
| Answer | — | A: API endpoint to retrieve the next card to review? 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] ``` Cards due on specific date: ``` https://app.mochi.cards/api/due?date=2025-10... (more) | — | 12 days ago | 
| Comment | Post #175 | Okay, I think maybe I see the issue now. This only works if Mochi is already open. Let me open a bug ticket for this. (more) | — | 13 days ago | 
| Edit | Post #196 | Initial revision | — | 14 days ago | 
| Answer | — | A: Diagram Cards Not working In reviews If this is a new-ish card, try resetting the review history on the card. I think this happens when the card already has a non-diagram review history. (more) | — | 14 days ago | 
| Edit | Post #193 | Initial revision | — | 17 days ago | 
| Answer | — | A: FSRS Parameters Hi Sayed, The default params in Mochi were simply the latest default params for FSRS at the time it was implemented in Mochi (v6.0). It seems that they have been updated now to v6.1. I do have plans to eventually add the optimizer but I don't have a timeline for when that will be available yet.... (more) | — | 17 days ago | 
| Comment | Post #190 | Hey, thanks for the feedback! Could you talk more about this part?
> Furthermore, there would be many ways of improving this extensions, like allowing to create a flashcard without AI by just pasting text in the correct field.
Wouldn't pasting text in the correct field just be like using the ap... (more) | — | 19 days ago | 
| Comment | Post #175 | This only works in the desktop app I believe. I haven't set this up in iOS yet. (more) | — | 19 days ago | 
| Edit | Post #191 | Initial revision | — | 19 days ago | 
| Answer | — | Yes there were other breaking changes with the upgrade that I am still working through. (more) | — | 19 days ago | 
| Edit | Post #181 | Initial revision | — | 27 days ago | 
| Answer | — | Found a workaround for this. Will release a new version soon. (more) | — | 27 days ago | 
| Edit | Post #180 | Initial revision | — | 29 days ago | 
| Answer | — | Thanks for the heads up. I will take a look at upgrading. I had been putting this off because new versions of Chromium don't work with "third party cookies" which kind of breaks the app. (more) | — | 29 days ago | 
| Comment | Post #173 | I think i was able to reproduce this. This happens when there is a line break in the `Question` field. Working on a fix now. (more) | — | 29 days ago | 
| Comment | Post #179 | I think it's a pretty good suggestion. (more) | — | 29 days ago | 
| Comment | Post #173 | You can email it to support@mochi.cards (more) | — | 1 month ago | 
| Comment | Post #173 | Hmm, I just tested the AI question field on my own copy of Mochi and it seems to be working. Maybe there is something specific about the input text you are using or other issue with the template itself that is not immediately obvious. Would you be able to send a small sample reproduction deck? (more) | — | 1 month ago | 
| Edit | Post #176 | Initial revision | — | 1 month ago | 
| Answer | — | While not an official server, someone over at twitter already created an MCP server for Mochi: https://x.com/fredrikaeth/status/1962906466030850309 Haven't had the chance to test it yet myself, but seems to work well for them! (more) | — | 1 month ago | 
| Comment | Post #169 | The pictures on you phone may not have finished syncing. On your phone if you go to `Settings -> Preferences -> Attachments` there is a button to force re-sync all attachments that were added on that device. Try that and see if it helps. (more) | — | 1 month ago | 
| Edit | Post #175 | Initial revision | — | 1 month ago | 
| Answer | — | A: Deeplink to deck on desktop? 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 be anything. (more) | — | 1 month ago | 
| Edit | Post #174 | Initial revision | — | 1 month ago | 
| Answer | — | A: Font Size in Vertical Left Menu You can zoom in the entire app like you can with websites by pressing `cmd+` or `ctrl+`. You can also do it through "View" menu at the top. (more) | — | 1 month ago | 
| Edit | Post #165 | Initial revision | — | 1 month ago | 
| Answer | — | A: How to copy/duplicate groups of cards? 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 begin by cloning the original deck. From there you have a few options on how to proceed. You could go ... (more) | — | 1 month ago | 
| Edit | Post #164 | Initial revision | — | 1 month ago | 
| Answer | — | A: How to edit AI generated text? 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 second field that acts as the overwrite field. Your template would need to be updated from this: ```... (more) | — | 1 month ago | 
| Edit | Post #155 | Initial revision | — | 2 months ago | 
| Answer | — | A: Filtered "New cards" Unfortunately there is no way to do new cards or review based on filters, but that does seem like it would be a handy feature to have. Adding a keyboard shortcut for "add to reviews" would be the easiest implementation, but a full-blown new cards / review implementation based on filters would also be... (more) | — | 2 months ago | 
| Edit | Post #154 | Initial revision | — | 2 months ago | 
| Answer | — | A: Duplicate Cards 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 card is not using a template it will compare the first line of the card with other cards in the database.... (more) | — | 2 months ago | 
| Comment | Post #150 | For reference this is specifically when using a template in column view. You can use CMD+Enter to save in that case. The tooltip needs to be updated for when a template is being used. (more) | — | 2 months ago | 
| Comment | Post #120 | This has been fixed int he latest version (v1.19.2). Please try it out! (more) | — | 2 months ago | 
| Comment | Post #146 | Not really, but given that I don't really have any particular sort order specified for this functionality, I can go ahead and change it for you to match your example. (more) | — | 3 months ago | 
| Edit | Post #147 | Question closed | — | 3 months ago | 
| Comment | Post #147 | Hmm, I made a new csv file with the first and second snippets you posted (with the semicolon separator and the line 9) and it imported without any errors. I think at this point it would be best to move this conversation over to the support channel by emailing support@mochi cards with the full CSV so ... (more) | — | 3 months ago | 
| Comment | Post #98 | Actually, scratch that. I can think of a way to do this that should be good enough. (more) | — | 3 months ago | 
| Comment | Post #147 | The first error seems to be indicating that you have an extra column on line 9. There should be only two columns for each row, (indicating the front and back of the card). What does line 9 look like in that CSV file? 
The first example you show looks like you are using semicolons as separators. Di... (more) | — | 3 months ago | 
| Comment | Post #98 | The problem is that Mochi doesn't really have a good heuristic for which card a reference to "Immutability" would point to. In Obsidian all notes have a title field that is globally unique. Mochi doesn't have any such construct, so implementing this would be difficult. (more) | — | 3 months ago | 
| Edit | Post #144 | Initial revision | — | 3 months ago | 
| Answer | — | A: Question about audio. 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 Settings -> Preferences -> Cards -> Autoplay audio If you toggle that off, then the audio will not p... (more) | — | 3 months ago | 
