Obsidian Dialogue Mode is a plugin designed to enhance your writing experience in Obsidian by fading out non-dialogue text, making it easier to focus on the most relevant parts of your writing.

Dialogue mode is enabled by default.
Toggle Dialogue Mode: Use the command palette (Ctrl+P or Cmd+P) and search for "Toggle dialogue mode" to enable or disable the fade-out effect.
Customizable Fade Intensity: Adjust the fade intensity in the settings tab.
Customizable Dialogue Color: Adjust the color of the text in dialogue.
For theming, the faded out color (at max intensity) can be changed via this CSS variable:
--dialogue-excluded-text-color
If you want to contribute or modify the plugin, follow these steps:
node --version).npm i or yarn to install dependencies.npm run dev to start compilation in watch mode.