Simple Writing

approved

by alictias

A simple writing-focused editor for Obsidian, designed to reduce formatting distractions and accidental Markdown shortcuts. - This plugin has not been manually reviewed by Obsidian staff.

47 downloadsUpdated 8d agoMIT

Simple Writing

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 alt text

With writing mode disabled alt text

Features

  • Distraction-free Writing Mode
  • Book-like typography and layout
  • Chapter formatting
  • Paragraph indentation
  • Dialogue shortcuts
  • Markdown remains the source of truth
  • Works directly with standard Obsidian Markdown files

Writing Mode

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.

Writing Markers

Simple Writing uses small Markdown-compatible markers to control certain formatting behaviors.

Chapters

Add a chapter using:

[chapter] Chapter 1

In Writing Mode, the [chapter] marker is hidden and the chapter title receives special formatting.

Paragraph indentation

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 Shortcuts

Writing Mode provides shortcuts for common writing actions.

ShortcutAction
/,Start an indented paragraph
/-Insert dialogue
/+Insert a chapter
/dialogueInsert dialogue

Example

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.

Markdown First

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.

Installation

Once Simple Writing is available in the Obsidian Community Plugins directory:

  1. Open Settings → Community plugins.
  2. Select Browse.
  3. Search for Simple Writing.
  4. Install the plugin.
  5. Enable it.

Compatibility

Simple Writing is designed for Obsidian and works with standard Markdown files.

Roadmap

Planned features include:

  • EPUB export
  • Additional writing shortcuts
  • Scene breaks
  • Additional writing block types
  • Improved navigation for long-form projects
  • More customization options

The roadmap may change as the project develops.

License

[Choose a license for the project.]

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.