Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Vocabulary Cards

meniammeniam6k downloads

An easy way to display vocabulary words as flashcards and as a list.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Vocabulary Cards is a plugin for obsidian displaying words and their meanings in an easy-to-learn format

Usage

The block format must be compatible with YAML.

Create a block with the simple format:

    ```voca-table
    word: explanation
    word2: <transcription2> explanation2
    word3: <transcription3> explanation3

    ```

Extended format:

    ```voca-table
    
    - 
        word: Your word
        transcription: Your transcription
        explanation: Your explanation
    - 
        word: Another word
        transcription: Another transcription
        explanation: Another  explanation

    ```

Same formats for Flashcards:

    ```voca-card
    word: explanation
    word2: <transcription2> explanation2
    word3: <transcription3> explanation3

    ```

Blocktypes

There are 2 types of block available:

  • voca-card: Preview the words as a card. One randomly picked word at a time.
  • voca-table: Preview the words as a list. All words are shown.

Statistics

There is file data.json in the plugin folder. The file contains statistics about correct answers. For reset statistics, delete the file.

Example

For example:

    ```voca-card
    
    eat: <iːt> comer  
    sleep: <sliːp> dormir
    code: <kəʊd> para codificar
    repeat: <rɪˈpiːt> repetir
    
    ```

will be displayed as:

example

    ```voca-table
    
    eat: <iːt> comer  
    sleep: <sliːp> dormir
    code: <kəʊd> para codificar
    repeat: <rɪˈpiːt> repetir
    
    ```

will be displayed as:

example

Manually installing the plugin

  • Disable obsidian safe mode.
  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-vocabulary-cards/.
67%
HealthFair
ReviewCaution
About
Study vocabulary with flashcard-style cards or list tables directly in notes using simple YAML-compatible blocks. Preview one random word at a time with voca-card or view all entries in a voca-table. Track correct-answer statistics locally in a data.json file.
FlashcardsTablesReview
Details
Current version
1.0.1
Last updated
3 years ago
Created
3 years ago
Updates
4 releases
Downloads
6k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
meniammeniam
www.facebook.com/emyazin
GitHubmeniam
  1. Community
  2. Plugins
  3. Flashcards
  4. Vocabulary Cards

Related plugins

Review

Add a link to the current note to a daily note on a future date (or a past date, you time traveller).

Repeat

Review notes using periodic or spaced repetition.

LearnKit

A native study system for your Obsidian vault. LearnKit turns notes into durable knowledge with flashcards, spaced repetition, tests, and more.

Recall

A flexible and configurable spaced repetition plugin with multiple algorithms to choose from.

QueryDash

Add new views and enhanced features for bases. Inspired by Dataview and bases, this includes search, sorting, and pagination functionalities similar to Notion.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Spaced Repetition

Fight the forgetting curve by reviewing flashcards & entire notes.

Datacore

An even faster reactive query engine for the data obsessed.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Sheet Plus

Create Excel-like spreadsheets and easily embed them in Markdown.