mirror of
https://github.com/lutu-gl/Obsidian-Minimal-Quiz.git
synced 2026-07-22 05:42:37 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian-MinimalQuiz
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.
Installation
- Download and extract the latest release into your Obsidian plugins folder.
- Enable Obsidian-MinimalQuiz in the Obsidian settings.
License
This project is licensed under the MIT License.