nnshi-s8k downloadsWrite down some words with their explanations and preview them in a vocabulary test style.
Vocabulary view is a plugin for obsidian using which you can write down some words with their explanations and preview them in a vocabulary test style.

vocaview-cardx blocksCreate a block with the following format:
```vocaview-<blocktype><subtype>
word: explanation
...
```
There are 3 types of block available:
For each block type, 3 subtypes are available:
For example:
```vocaview-list3
word1: explanation1
word2: explanation2
word3: explanation3
word4: explanation4
```
is going to be previewed something like this:


You can create a new blank .md file, or designate an existing blank .md file as a vocabulary book.
Within the vocaview blocks, you can add words to the vocabulary book or remove words from it.
The vocabulary book itself is just another .md file with vocaview blocks.
To use the Vocabulary Books feature:
.md file in Obsidian, select Copy Obsidian URL, and paste it as the path.)vocaview blocks to refresh the display.To disable this feature:
vocaview blocks to refresh the display.Note: Adding words to or removing words from the vocabulary book will only affect the content of the first vocaview block in the book, and will not affect the rest of the file. You can freely edit the other parts of the vocabulary book file.
main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.