No description
Find a file
2026-05-25 02:16:44 +09:00
.github/workflows Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
readmeAssets Update README.md 2024-12-13 23:46:11 +09:00
src Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
.gitignore Update for new Obsidian Community 2026-05-25 02:15:38 +09:00
.prettierrc Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
eslint.config.js Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
LICENSE Add the function to mask on mouse leave 2026-05-11 23:03:54 +09:00
manifest.json Update for new Obsidian Community 2026-05-25 02:15:38 +09:00
package-lock.json Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
package.json Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
README.md Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
tsconfig.json Update for new Obsidian Community 2026-05-18 04:26:40 +09:00
vite.config.js Update for new Obsidian Community 2026-05-18 04:26:40 +09:00

Masking Type

Features / 機能概要

This plugin adds the following features to Obsidian.

このプラグインはObsidianに以下の機能を追加します

  • To aid memorization, hide text in bold, italics, and highlighted text.

  • 太字、斜体、ハイライトされたテキストを隠し、暗記作業をサポートする

Installation / インストール方法

Obsidian Settings > Community plugins > Browse > Type 'masking' into the search box > Select the 'Masking Type' card > Install > Enable

Obsidianの設定 > コミュニティプラグイン > 閲覧 > 検索ボックスに「masking」と入力 > 「Masking Type」のカードを選択 > インストール > 有効化

Usage / 使い方

Hide text / テキストを隠す

Items that are turned on in the settings are filled in.

設定でオンにした項目が塗りつぶされます

demo

Display text / テキストを表示

Click on the filled area.

塗りつぶされた部分をクリックしてください

Set for each note / ノートごとに設定する

Copy the property from the settings and paste it into the beginning of the note.
Next, check the item you want to hide.

設定からプロパティをコピーし、ノートの先頭にペーストします
次に、隠したい項目にチェックを付けてください

demo

Show hints / ヒントを表示する

By selecting the type of hint from the settings, a hint can be displayed before all text is displayed.

設定からヒントの種類を選択することで、全体を表示する前にヒントを表示することができます

Hint type / ヒントの種類

  • Blur / ぼかし
  • Peek / のぞき見

demo

PDF cloze test / PDF の穴埋め化

Convert filled areas to cloze test when using Export to PDF. (version 1.1.0~, desktop only)

PDF にエクスポートを使用する際に、塗りつぶし箇所を穴埋め問題に変換します(バージョン 1.1.0~、デスクトップ専用)

demo