NoxDragon
AcademicAcademicAgoraRanverkDocsNewsAboutContact
esenpt

Noxdragon Academic

Overview

What is Noxdragon Academic [~2 min]The learning cycle [~2 min]

Account and settings

Account and sign-in [~2 min]Plans and limits [~2 min]AI tokens [~2 min]Your data and privacy [~2 min]

EON

Getting started

Getting started with EON [~2 min]EON interface tour [~2 min]

Decks and Deck Packs

Deck Packs [~2 min]Decks and subdecks [~2 min]Trash and recovery [~2 min]

Cards

Text cards [~2 min]Diagram cards [~2 min]AI box extraction [~3 min]AI cards [~3 min]Theca sources [~2 min]

Import and export

Importing a .eon file [~2 min]Import from CSV or plain text (YAML) [~2 min]Exporting a Deck Pack [~2 min]

Review

Review sessions [~2 min]Review session shortcuts [~2 min]The spaced repetition algorithm [~4 min]The optimizer [~2 min]

Planning

Calendar and planning [~2 min]Workload Distribution [~3 min]Planning modes [~3 min]Daily limits [~3 min]

Progress

Statistics [~3 min]Activity heatmap [~2 min]

Sharing

The Market [~2 min]Publishing to the Market [~2 min]

Account and settings

EON settings [~3 min]Sync and offline use [~2 min]Plans and limits in EON [~1 min]

Theca

Imagine

SimuLab

← Documentation

Import from CSV or plain text (YAML)

Updated on August 5, 2026

In addition to .eon files, EON supports two import modes designed for people who already have content in other tools: CSV (compatible with NotebookLM) and plain text in YAML format.

Import from CSV (NotebookLM)

If you use NotebookLM, you can export your flashcards as a CSV file and load them directly into EON.

To import them:

  1. Open the Import Cards modal (available from a deck view).
  2. Under Import Type, choose Import CSV File (NotebookLM).
  3. Select a target deck or create a new one.
  4. Drag the .csv file onto the drop area, or click to browse.
  5. Verify the number of detected cards and click Import.

The CSV format EON expects has two columns per row: the first is the card front (question) and the second is the back (answer). Each row is one card. If a field contains commas, it must be quoted.

CSV mode only imports individual cards — it does not create subdecks. To import a nested deck structure, use YAML mode.

Import from plain text (YAML)

This mode is designed for loading cards generated by an AI model using the recommended prompt that the app itself displays. You can create decks with subdecks in a single operation.

To import:

  1. Open the Import Cards modal.
  2. Under Import Type, choose Import from Plain Text (YAML).
  3. Paste your text into the field at the bottom of the modal.
  4. The app shows in real time how many cards and subdecks it detected.
  5. Click Import to confirm.

The YAML format the app expects follows this structure:

decks:
  - name: "Deck name"
    cards:
      - front: "Question"
        back: "Answer"
    subdecks:
      - name: "Subdeck name"
        cards:
          - front: "Nested question"
            back: "Nested answer"

The app includes a recommended prompt you can copy with the Copy button and paste into any AI model. The result can be pasted directly into the text field.

Frequently asked questions

What happens if my CSV has more than two columns? EON uses only the first two columns (front and back) and ignores the rest.

Can I paste YAML for multiple decks at once? Yes. The YAML block can contain a list of decks under the decks key, each with its own cards and subdecks.

Will my imported cards start as new? Yes. CSV and YAML modes do not include review history; all cards are created with a new state.

What do I do if the parser detects no cards? Check that the format is valid: correct quoting in YAML, no unexpected blank lines, and that every card has both front and back defined.

Next step

  • Import a .eon file — to import a full Deck Pack with structure and optionally with history.
  • Exporting a Deck Pack — how to save your work as a .eon file.
  • Text cards — how to create and edit cards manually inside a deck.
NoxDragon

Technology in service of efficiency.

Try EON ↗Try Theca ↗Try Imagine ↗

Products

EONThecaImagineSimuLabAgoraRanverk

Company

AboutNewsDocsContact

Legal

TermsPrivacyAcademic termsAgora terms
© 2026 NoxDragon. All rights reserved.
Built onGoogle CloudAWSMistral AI
Built by students. Powered by curiosity.