alictias47 downloadsA simple writing-focused editor for Obsidian, designed to reduce formatting distractions and accidental Markdown shortcuts.
A writing-focused editor for Obsidian, designed for long-form writing while keeping Markdown as the source of truth.
Simple Writing provides a cleaner, more focused writing environment without changing the underlying Markdown file.
With writing mode enabled

With writing mode disabled

Writing Mode provides a dedicated layout for long-form writing.
When enabled, the editor uses a wider writing area, larger typography, and formatting designed to make long texts more comfortable to write and read.
Writing Mode is enabled on files containing:
type: writing
You can toggle Writing Mode using the book icon in the ribbon.
Simple Writing uses small Markdown-compatible markers to control certain formatting behaviors.
Add a chapter using:
[chapter] Chapter 1
In Writing Mode, the [chapter] marker is hidden and the chapter title receives special formatting.
Add a paragraph indentation using:
[startParagraph] Sofia entered the forest.
In Writing Mode, the [startParagraph] marker is hidden and the paragraph receives a first-line indentation.
These markers remain part of the Markdown source, so the underlying file is never locked into a proprietary format.
Writing Mode provides shortcuts for common writing actions.
| Shortcut | Action |
|---|---|
/, |
Start an indented paragraph |
/- |
Insert dialogue |
/+ |
Insert a chapter |
/dialogue |
Insert dialogue |
Typing:
/,Sofia entered the forest.
creates:
[startParagraph] Sofia entered the forest.
Typing:
/-Where are you going?
creates:
— Where are you going?
Typing:
/+Chapter 1
creates:
[chapter] Chapter 1
Shortcuts are only active while Writing Mode is enabled.
Simple Writing is designed to work with Markdown, not replace it.
Your .md files remain regular Obsidian Markdown files and can still be opened and edited normally, even without Simple Writing.
The plugin only changes how writing files are presented and provides optional writing markers and shortcuts.
Once Simple Writing is available in the Obsidian Community Plugins directory:
Simple Writing is designed for Obsidian and works with standard Markdown files.
Planned features include:
The roadmap may change as the project develops.
[Choose a license for the project.]