No description
Find a file
2025-03-13 14:00:54 +01:00
.editorconfig Initial commit 2025-02-18 03:00:07 +01:00
.eslintignore Initial commit 2025-02-18 03:00:07 +01:00
.eslintrc Initial commit 2025-02-18 03:00:07 +01:00
.gitignore Initial commit 2025-02-18 03:00:07 +01:00
.npmrc Initial commit 2025-02-18 03:00:07 +01:00
esbuild.config.mjs Initial commit 2025-02-18 03:00:07 +01:00
LICENSE Update LICENSE 2025-02-18 03:05:30 +01:00
main.ts removed maxwidth and maxheight of modal 2025-03-12 11:53:42 +01:00
manifest.json Update manifest.json 2025-03-13 14:00:54 +01:00
package-lock.json added package-lock.json 2025-03-12 11:50:56 +01:00
package.json removed obsidian from manifest and package name key 2025-03-02 22:40:32 +01:00
README.md Update README.md 2025-03-05 17:34:15 +01:00
styles.css Initial commit 2025-02-18 03:00:07 +01:00
tsconfig.json Initial commit 2025-02-18 03:00:07 +01:00
version-bump.mjs Initial commit 2025-02-18 03:00:07 +01:00
versions.json Initial commit 2025-02-18 03:00:07 +01:00

Obsidian-Minimal-Quiz

Obsidian-MinimalQuiz is the simplest quiz plugin for Obsidian. Define questions directly in your Markdown files—no extra setup required. Just write, quiz, and learn!

Features

  • Minimalistic: No complex UI, just Markdown-based quizzes.
  • Intuitive Syntax: Questions end with ?, followed by the answer on the next line.
  • Seamless Integration: Works directly within Obsidian notes.

How It Works

Write your quiz questions in a Markdown file like this:

What is the capital of France?
Paris

Who wrote "1984"?
George Orwell

The plugin will automatically detect the questions and present them in quiz format.

Shoutout

This project was inspired by Obsidian Simple Note Quiz. While that plugin offers great functionality, Obsidian-MinimalQuiz aims to provide an even more minimalistic design with improved stability and no bugs.

Installation

  1. Download and extract the latest release into your Obsidian plugins folder.
  2. Enable Minimal Quiz in the Obsidian settings.

License

This project is licensed under the MIT License.