No description
Find a file
forrest1398 b2b0eb3007
Merge pull request #28 from forrest1398/dev
📝 Docs : Update README.md
2025-04-30 19:41:16 +09:00
.github 📝 Docs : Add release workflow 2025-02-13 13:27:57 +09:00
resources/screenshots 📝 Docs : Update README.md 2025-04-30 19:37:00 +09:00
src Feat : Implement user-friendly color settings 2025-04-30 19:01:10 +09:00
.editorconfig Initial commit 2024-12-06 14:44:40 +09:00
.eslintignore Initial commit 2024-12-06 14:44:40 +09:00
.eslintrc Initial commit 2024-12-06 14:44:40 +09:00
.gitignore Initial commit 2024-12-06 14:44:40 +09:00
.npmrc Initial commit 2024-12-06 14:44:40 +09:00
esbuild.config.mjs ♻️ Refactor : 코드 분할 & 디렉토리 구조 변경 2025-02-12 20:34:40 +09:00
LICENSE.md 📝 Docs : Create LICENSE.md 2024-12-24 16:36:42 +09:00
manifest.json 💄 Style & Docs : Change style & Update manifest 2025-04-30 19:07:50 +09:00
package-lock.json ♻️ Refactor : 예시코드 삭제 및 변수명, 클래스명 수정 2024-12-19 16:50:36 +09:00
package.json 📝 Docs : plugin 배포를 위한 id 변경 2024-12-24 17:22:33 +09:00
README.md 📝 Docs : Update README.md 2025-04-30 19:37:00 +09:00
styles.css 💄 Style & Docs : Change style & Update manifest 2025-04-30 19:07:50 +09:00
tsconfig.json Initial commit 2024-12-06 14:44:40 +09:00
version-bump.mjs Initial commit 2024-12-06 14:44:40 +09:00
versions.json Initial commit 2024-12-06 14:44:40 +09:00

Easy Test

Description

This plugin was created to help users easily apply retrieval practice right inside Obsidian. ( Retrieval practice is a long-term memory technique introduced in The Study Algorithm. A common way to use this technique is through self-testing, like giving yourself a mini quiz. )

The purpose of this plugin is to make self-testing extremely quick and easy.
Because its so simple, users are more likely to give it a try, repeat it, and feel less stressed when learning — which ultimately supports their learning.

Learning with Easy Test

  1. Quickly go through books or materials, underlining key points.
  2. Based on underlined key points, create a short Obsidian note.
  3. Immediately test what youve learned using a plugin.
  4. Test again the next morning.

To get the benefits of this plugin, its best to test yourself often. Thats why I highly recommend step 4

Features

Core

  • The plugin extracts bold text (bold) from the active editor and converts it into HTML input fields.
  • Displays the converted content in a modal for easy interaction ( click the ribbion button or use hotkey ).
  • Then user can enter their answers and check them in real time.

Hint

  • Users can also check the answer of the focused input field by clicking the Hint button located in the upper right corner

Settings

  • User can easily configure input box colors (border & background) through a live-preview interface for seamless customization