tekgadgt36 downloadsDistraction-free writing mode with AI-generated prompts personalized to your projects and interests.
A distraction-free writing plugin for Obsidian that generates personalized blog post topics using AI. Enter writing mode, get a prompt based on your actual projects and interests, and start writing.
Until Muse is available in the Obsidian community marketplace, install it manually using the GitHub CLI:
# Latest release
gh release download \
--repo TekGadgt/Muse \
--pattern "main.js" \
--pattern "manifest.json" \
--pattern "styles.css" \
--dir <vault>/.obsidian/plugins/Muse/
# Specific version
gh release download 0.3.2 \
--repo TekGadgt/Muse \
--pattern "main.js" \
--pattern "manifest.json" \
--pattern "styles.css" \
--dir <vault>/.obsidian/plugins/Muse/
Replace <vault> with the path to your Obsidian vault. After downloading, enable the plugin in Settings > Community plugins.
Muse/)Enter writing mode via:
A writing prompt appears at the top. Write below it. Your work is auto-saved every few seconds.
Exit by pressing Escape (or tapping Done on mobile touch).
Each session creates a new date-stamped note in your output folder (e.g., 2026-04-04.md). The prompt is preserved as a blockquote at the top of the note.
When you enter writing mode, the plugin:
Each session makes:
The plugin uses a 300 token max per prompt, so each session costs fractions of a cent.
Built with the help of obsidian-plugin-skill.