Communities

Mochi
Mochi
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Matt‭

Type On... Excerpt Status Date
Comment Post #173 You can email it to support@mochi.cards
(more)
6 months 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)
6 months ago
Edit Post #176 Initial revision 6 months 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)
6 months 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)
6 months ago
Edit Post #175 Initial revision 6 months 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)
6 months ago
Edit Post #174 Initial revision 6 months 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)
6 months ago
Edit Post #165 Initial revision 6 months 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)
6 months ago
Edit Post #164 Initial revision 6 months 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)
6 months ago
Edit Post #155 Initial revision 6 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)
6 months ago
Edit Post #154 Initial revision 6 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)
6 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)
7 months ago
Comment Post #120 This has been fixed int he latest version (v1.19.2). Please try it out!
(more)
7 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)
7 months ago
Edit Post #147 Question closed 7 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)
7 months ago
Comment Post #98 Actually, scratch that. I can think of a way to do this that should be good enough.
(more)
7 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)
7 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)
7 months ago
Edit Post #144 Initial revision 8 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)
8 months ago
Comment Post #143 This is actually already possible! Although not well documented (or really at all). 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)
8 months ago
Edit Post #140 Initial revision 8 months ago
Answer A: Arm64 appimage for Linux
There's no ARM64 build for Linux at the moment. I had some issues running the ARM build, but I will revisit it again.
(more)
8 months ago
Edit Post #134 Initial revision 8 months ago
Answer
Thanks so much for the kind words!! Glad to hear it. :-)
(more)
8 months ago
Edit Post #129 Initial revision 9 months ago
Answer A: Why does Mochi say 'this deck is empty' for decks which aren't?
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 back to how it was before.
(more)
9 months ago
Comment Post #121 I actually started a branch for this feature a loooong time ago but never released it. https://x.com/MochiCardsApp/status/1712345101039755608 I'd like to clean it up and release it as a beta feature soon.
(more)
9 months ago
Edit Post #124 Initial revision 9 months ago
Answer A: Is there a way to batch edit a field of multiple cards that use the same template?
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 you have 6 templates, that each output some different content based on the primary field (Ser in this ...
(more)
9 months ago
Edit Post #119 Initial revision 9 months ago
Answer A: Make the deck public via API
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 docs for more specifics about the date format: https://mochi.cards/docs/api/#update-a-deck
(more)
9 months ago
Edit Post #118 Initial revision 9 months ago
Answer A: 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.
(more)
9 months ago
Comment Post #116 Thanks for reporting. I was able to reproduce account settings and preferences bugs, but I couldn't figure out the column view bug. Is this happening on iPhone or iPad? Would you be able to take a screen recording?
(more)
9 months ago
Comment Post #112 In order to make all of the boxes reveal on the same review, you need to select the boxes and merge them into one "card". First use the selection tool (2nd tool from the top) to select the boxes, then click the merge button (4th tool from the top) to merge them.
(more)
9 months ago
Comment Post #98 > Other references to that same placeholder (within the same note) are not created. Do you mean within the same deck?
(more)
9 months ago
Edit Post #110 Initial revision 9 months ago
Answer
Awesome, thank you for the kind words! > Additionally, could you consider supporting more interface languages? We would love to have a Chinese interface. I have something in the backlog about adding community-powered translations, but don't have a time frame for when that will be added.
(more)
9 months ago
Edit Post #109 Initial revision 9 months ago
Answer A: Using <input> dynamic element as a field
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.
(more)
9 months ago
Comment Post #108 Seems like the shuffle button is only displayed on the desktop app. I'll update the mobile apps to include it as well.
(more)
9 months ago
Edit Post #107 Initial revision 10 months ago