Skip to content

Releases: Storm-131/flashcard-genius-obsidian

Flashcard Genius v1.0.1

Choose a tag to compare

@Storm-131 Storm-131 released this 05 Aug 05:19

Flashcard Genius v1.0.1

Maintenance release with compatibility and review fixes for the Obsidian Community Plugins review process.

Changes

  • Fixed Obsidian plugin review findings.
  • Improved compatibility with current Obsidian plugin guidelines.
  • Removed remaining runtime network access.
  • Replaced remote font usage with Obsidian font variables.
  • Improved plugin lifecycle handling and compatibility.
  • Various internal code quality and stability improvements.

No intentional changes were made to the plugin's functionality, user interface, or data format.

Installation

Download the release assets and copy them to:

<vault>/.obsidian/plugins/flashcard-genius/

Required files:

  • main.js
  • manifest.json
  • styles.css (if included)

Reload Obsidian and enable Flashcard Genius under Community Plugins.


Thank you for using Flashcard Genius! Feedback, bug reports, and feature suggestions are welcome through GitHub Issues.

Flashcard Genius v1.0.0

Choose a tag to compare

@Storm-131 Storm-131 released this 04 Aug 15:23

Flashcard Genius v1.0.0

Initial public release of Flashcard Genius for Obsidian.

Features

  • Organize Markdown-based flashcards directly inside your vault.
  • Study flashcards using the built-in review mode.
  • Full support for local vault storage.
  • Seamless integration with Obsidian.

Installation

Download the release assets and copy them to:

<vault>/.obsidian/plugins/flashcard-genius/

Required files:

  • main.js
  • manifest.json
  • styles.css (if included)

Then reload Obsidian and enable Flashcard Genius under Community Plugins.

Notes

This is the initial standalone release of the plugin.
No intentional functional changes were introduced during the extraction from the original monorepo.


Thank you for trying Flashcard Genius! Feedback, bug reports, and feature suggestions are welcome through GitHub Issues.