Giter Site home page Giter Site logo

Source map files about anki-thai HOT 1 CLOSED

newhen avatar newhen commented on July 28, 2024
Source map files

from anki-thai.

Comments (1)

waf avatar waf commented on July 28, 2024

Hi @newhen, sorry for the delay, I missed this notification.

The source map file is up to you to design, if you need it. Because the input card data is an array of json objects that looks something like this:

[
    {
        "rank":"1",
        "source":"AUA Reader AUA Chapter 01",
        "thai": "ดี",
        "english":"To be good."
   },
   {
        "rank":"1",
        "source":"AUA Reader AUA Chapter 02",
        "thai": "หนึ่ง",
        "english":"One, a."
   },
]

If you import this file, it would not have any categories in the resulting Anki deck (because it's a flat array of cards). If you want categories (in this case, a category for each chapter), you would design a source map like this:

{
    "AUA Reader AUA Chapter 01": {
        "source": "AUA Lessons::Chapter 01"
    },
    "AUA Reader AUA Chapter 02": {
        "source": "AUA Lessons::Chapter 02"
    }
}

This would map the "source" field to an Anki category. The end result is a structured deck like the following:

from anki-thai.

Related Issues (3)

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.