Sentence Rhythm

by Adam Fletcher
5
4
3
2
1
Score: 49/100

Description

The Sentence Rhythm plugin helps writers visually analyze sentence length variation by applying color-coded highlights to sentences based on their word count. It's inspired by Gary Provost's advice on rhythm in writing and aims to improve the flow and engagement of prose. Users can toggle the highlights on and off through the command palette or plugin settings. The plugin also allows customization of sentence length thresholds and highlight colors, offering flexibility for different writing styles. For advanced users, it adds specific CSS classes to sentences, making it easy to tailor the appearance through custom stylesheets. This is particularly useful for authors, bloggers, or students aiming to make their writing more dynamic and readable.

Reviews

No reviews yet.

Stats

18
stars
4,884
downloads
0
forks
408
days
8
days
8
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
6
total issues
2
open issues
4
closed issues
0
commits

Latest Version

9 days ago

Changelog

  • Add exclusions list setting to define words followed by a period that should not be treated as a sentence break (eg. Mrs.). Fixes #5

README file from

Github

Sentence Rhythm Plugin for Obsidian

Inspired by Gary Provost's advice on varying sentence length, this plugin toggle colored highlights on and off to quickly see sentence length variety in your writing.

Screenshot

Installation

Install via the Obsidian Plugins Directory

How to use

Once the plugin is installed you can toggle the highlighting on and off from the command palette or plugin settings.

Customization

From the plugin settings you can customize the size thresholds for each category (extra short, short, medium, long, extra long) and the colors used for each.

Advanced customization

When active, the plugin applies one of the following CSS classes to each sentence depending on its length, which can be customized in your user stylesheet.

  • .sentence-length-xs
  • .sentence-length-sm
  • .sentence-length-md
  • .sentence-length-lg
  • .sentence-length-xl

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.