Code Monkey home page Code Monkey logo

obsidian-vocabulary-cards's Introduction

Obsidian Vocabulary Cards Plugin

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/.

obsidian-vocabulary-cards's People

Contributors

meniam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

3c0d

obsidian-vocabulary-cards's Issues

Could'n install plugin: Plugin ID mismatch

Thanks for plugin! I have this error:

image

Also tested in fresh vault, same error. No further details in console. I use Arch. Obsidian version - 1.4.14.

Currently works if install from Releases manually.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.