SoftView125 downloadsOpen the current Markdown note in a warm, focused reading view.
SoftView opens the current Markdown note in a warm, focused reading view inside Obsidian.
It does not generate external HTML, does not open a system browser, and does not modify your Markdown files. Your note remains the single source of truth; SoftView is only a softer way to read it.
Obsidian is excellent for writing, linking, and editing. Reading often wants a different posture: narrower lines, warmer background, gentler spacing, and less interface noise.
SoftView keeps you inside Obsidian while giving the active note a paper-like reading surface.
MarkdownRenderer.Open current note.Follow current note to update SoftView when you switch Markdown files.Back to return to the previous SoftView article and restore the prior scroll position.Once SoftView is available in the Obsidian community plugin browser:
SoftView.Download the latest release files:
main.jsmanifest.jsonstyles.cssPlace them in:
<your-vault>/.obsidian/plugins/softview/
Then restart Obsidian or reload community plugins, and enable SoftView.
Open current note from the command palette.Follow current note if you want SoftView to update when you switch notes.Back to return.npm install
npm run build
On Windows PowerShell, if npm.ps1 is blocked:
npm.cmd install
npm.cmd run build
SoftView runs locally inside Obsidian. It does not upload your notes or send note content to any external service.
MIT