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
Edit Post #140 Initial revision 5 days 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)
5 days ago
Edit Post #134 Initial revision 20 days ago
Answer
Thanks so much for the kind words!! Glad to hear it. :-)
(more)
20 days ago
Edit Post #129 Initial revision 26 days 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)
26 days 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)
1 month ago
Edit Post #124 Initial revision 1 month 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)
1 month ago
Edit Post #119 Initial revision 1 month 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)
1 month ago
Edit Post #118 Initial revision 1 month 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)
1 month 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)
1 month 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)
2 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)
2 months ago
Edit Post #110 Initial revision 2 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)
2 months ago
Edit Post #109 Initial revision 2 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)
2 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)
2 months ago
Edit Post #107 Initial revision 2 months ago
Answer A: 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 order will be random. It could just be a coincidence that they appeared in the same order. There's also ...
(more)
2 months ago
Comment Post #104 No problem! It seems like most markdown editors auto-increment, so I'll do the same in Mochi.
(more)
2 months ago
Comment Post #104 It actually never incremented before, but I can update this to increment in the next version. One thing to note, however, is that the markdown will be rendered as incrementing numbers. This makes it very easy to rearrange items in the list without changing the numbers.
(more)
2 months ago
Comment Post #102 Hmm, I think you need to change the overall dashboard deck first. E.g. the drop down at the top right of the page. Unless it's already on "All decks" it won't let you change the deck on the progress panel.
(more)
2 months ago
Edit Post #47 Question closed 2 months ago
Edit Post #101 Initial revision 2 months ago
Answer
Added a notifications Inbox that will display notifications for new replies on threads, new comments on posts, etc.
(more)
2 months ago
Edit Post #47 Question reopened 2 months ago
Comment Post #96 Sorry didn't see your comment until today. You're right in that they use different indexes. I think the search on the deck page is probably more effective, so I may switch the global search to use that.
(more)
2 months ago
Comment Post #95 It will count it as "incorrect for today". If you get it wrong again during re-review, it will count as another miss, and the interval will reset to 1 day.
(more)
2 months ago
Edit Post #96 Initial revision 2 months ago
Answer A: 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.
(more)
2 months ago
Edit Post #95 Initial revision 2 months ago
Answer A: 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.
(more)
2 months ago
Comment Post #92 I believe this is just a limitation of the native macOS notification system.
(more)
2 months ago
Edit Post #91 Initial revision 2 months ago
Answer A: 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 downloading and installing it on my own m1 macbook and didn't see that error.
(more)
2 months ago
Edit Post #85 Initial revision 2 months ago
Answer A: 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, load that into the desktop version of Mochi, and then export from the desktop app. See here for where ...
(more)
2 months ago
Comment Post #84 FSRS has been added in the development branch and will be available in the next beta release. Keep in mind, though, that a lot of talk about FSRS and its efficiency gains are in comparison to the previous Anki algorithm, which was already quite flawed. For example in the article the author says: >...
(more)
2 months ago
Edit Post #82 Initial revision 3 months ago
Answer A: 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 `` element to give it an index, like the way cloze deletions can be indexed (1, 2 3, etc.).
(more)
3 months ago
Edit Post #80 Initial revision 3 months ago
Answer A: Card Changes API
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.cards) I might be able to help you set something up with the private API.
(more)
3 months ago
Edit Post #74 Initial revision 3 months ago
Answer A: How to import new cards
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 to use markdown within Mochi from this section in the docs. I think in order to get...
(more)
3 months ago
Edit Post #72 Initial revision 3 months ago
Answer A: "Review Reverse" on Deck level
You can turn on reverse reviews in the deck's review settings (drop down menu a the top right of the deck page).
(more)
3 months ago