No description
Find a file
2026-06-03 21:04:02 +01:00
.github/workflows Add Github attestations 2026-05-12 20:48:14 +01:00
assets Update readme 2025-04-02 15:48:32 +01:00
src Update folder structure 2026-06-03 20:59:40 +01:00
.editorconfig Initial commit 2025-04-01 14:31:53 +01:00
.eslintignore Initial commit 2025-04-01 14:31:53 +01:00
.eslintrc Initial commit 2025-04-01 14:31:53 +01:00
.gitignore Initial commit 2025-04-01 14:31:53 +01:00
.npmrc Initial commit 2025-04-01 14:31:53 +01:00
esbuild.config.mjs Update folder structure 2026-06-03 20:59:40 +01:00
LICENSE Update LICENSE 2025-04-02 15:57:29 +01:00
manifest.json Bump version number 2026-06-03 21:02:11 +01:00
package-lock.json Add @codemirror/view and @codemirror/state as explicit deps 2026-05-12 20:39:34 +01:00
package.json Bump version number 2026-06-03 21:02:11 +01:00
README.md Revert README changes 2026-06-03 21:04:02 +01:00
styles.css Update exclusions settings page 2026-06-03 20:17:12 +01:00
test-runner.mjs Initial exclusion list implementation 2026-06-02 20:14:04 +01:00
tsconfig.json Initial commit 2025-04-01 14:31:53 +01:00
version-bump.mjs Initial commit 2025-04-01 14:31:53 +01:00
versions.json Bump version number 2026-06-03 21:02:11 +01:00

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