No description
Find a file
2026-05-12 20:39:34 +01:00
.github/workflows Add github workflow 2025-04-02 15:51:07 +01:00
assets Update readme 2025-04-02 15:48:32 +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 Replace builtin-modules with builtinModules 2026-05-12 20:20:39 +01:00
LICENSE Update LICENSE 2025-04-02 15:57:29 +01:00
main.ts Fix promise error from Obsidian community 2026-05-12 20:17:47 +01:00
manifest.json Bump version number 2026-05-12 20:22:59 +01:00
package-lock.json Add @codemirror/view and @codemirror/state as explicit deps 2026-05-12 20:39:34 +01:00
package.json Add @codemirror/view and @codemirror/state as explicit deps 2026-05-12 20:39:34 +01:00
README.md Update readme 2025-04-02 15:48:32 +01:00
styles.css Add a text color setting to provide better support for dark mode 2025-05-06 08:14:47 +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-05-12 20:22:59 +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

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