No description
Find a file
2025-09-24 14:43:15 -04:00
src Fix rate limiting and add loading indicator 2025-09-24 14:43:15 -04:00
.editorconfig Initial commit 2023-05-19 19:54:29 -04:00
.eslintignore Initial commit 2023-05-19 19:54:29 -04:00
.eslintrc Initial commit 2023-05-19 19:54:29 -04:00
.gitignore Initial commit 2023-05-19 19:54:29 -04:00
.npmrc Initial commit 2023-05-19 19:54:29 -04:00
esbuild.config.mjs Refactor for readabiltiy and improve typing 2023-10-17 23:16:55 -04:00
LICENSE reload when settings update 2023-10-13 19:56:01 -04:00
manifest.json Fix rate limiting and add loading indicator 2025-09-24 14:43:15 -04:00
package-lock.json reload when settings update 2023-10-13 19:56:01 -04:00
package.json reload when settings update 2023-10-13 19:56:01 -04:00
README.md Update README.md 2023-11-11 16:24:54 -05:00
styles.css Added parent paths/delimiter setting 2024-06-04 16:05:50 -04:00
tsconfig.json Refactor for readabiltiy and improve typing 2023-10-17 23:16:55 -04:00
version-bump.mjs reload when settings update 2023-10-13 19:56:01 -04:00
versions.json Fix rate limiting and add loading indicator 2025-09-24 14:43:15 -04:00

Mochi Cards Pro

This is a lightweight obsidian plugin that allows me to create flashcards quickly with Mochi using the premium API it supplies. It will only work if you have Mochi pro.

You must have Mochi Pro for this plugin to work and provide your API key in the plugin settings.

The only Mochi Templates that work have to start in this format:

<< Name >> 
<input value="">

The part after that doesn't matter.

To export a card, write it in this format:

# Card Name
Card Content

Anything can be in the content. Markdown and LaTeX both work. You can export multiple cards at a time. For example,

# What does Modus Ponens mean?
If a conditional statement is true and the hypothesis is true, the conclusion is therefore true.
$$\begin{array}{c} p \\ p \rightarrow q \\ \hline \therefore q \end{array}$$

# What is Dichotic Listening?
Each ear is a separate channel of information. It's much easier to only pay attention to one or the other. Broadbent has a Filter Model of Selective Attention that shows this limiting of channels.
![](https://upload.wikimedia.org/wikipedia/commons/2/23/Broadbent_Filter_Model.jpg)
There's a buffer where you can go back and recover what was heard in the other ear by thinking about it.

To export, simply select the cards you want to export, use CMD+P to open the command picker, and chose "Export Card from Text". Follow the prompts.

To export cards, you have to highlight the cards you'd like to export.

Demo

Demo