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 #155 Initial revision 7 days 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)
7 days ago
Edit Post #154 Initial revision 7 days 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)
7 days 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)
9 days ago
Comment Post #120 This has been fixed int he latest version (v1.19.2). Please try it out!
(more)
28 days 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)
1 month ago
Edit Post #147 Question closed 1 month 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)
1 month ago
Comment Post #98 Actually, scratch that. I can think of a way to do this that should be good enough.
(more)
1 month 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)
1 month 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)
1 month ago
Edit Post #144 Initial revision 1 month 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)
1 month 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)
1 month ago
Edit Post #140 Initial revision 2 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)
2 months ago
Edit Post #134 Initial revision 2 months ago
Answer
Thanks so much for the kind words!! Glad to hear it. :-)
(more)
2 months ago
Edit Post #129 Initial revision 2 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)
2 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)
3 months ago
Edit Post #124 Initial revision 3 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)
3 months ago
Edit Post #119 Initial revision 3 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)
3 months ago
Edit Post #118 Initial revision 3 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)
3 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)
3 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)
3 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)
3 months ago
Edit Post #110 Initial revision 3 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)
3 months ago
Edit Post #109 Initial revision 3 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)
3 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)
3 months ago
Edit Post #107 Initial revision 3 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)
3 months ago
Comment Post #104 No problem! It seems like most markdown editors auto-increment, so I'll do the same in Mochi.
(more)
3 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)
3 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)
3 months ago
Edit Post #47 Question closed 4 months ago
Edit Post #101 Initial revision 4 months ago
Answer
Added a notifications Inbox that will display notifications for new replies on threads, new comments on posts, etc.
(more)
4 months ago
Edit Post #47 Question reopened 4 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)
4 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)
4 months ago
Edit Post #96 Initial revision 4 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)
4 months ago
Edit Post #95 Initial revision 4 months ago