No description
Find a file
2026-05-16 15:11:07 +01:00
.github/workflows Add GitHub artifact attestation 2026-05-12 21:05:55 +01:00
assets Update readme 2025-04-14 13:22:04 +01:00
.editorconfig Initial commit 2025-04-03 17:02:12 +01:00
.eslintignore Initial commit 2025-04-03 17:02:12 +01:00
.eslintrc Initial commit 2025-04-03 17:02:12 +01:00
.gitignore Initial commit 2025-04-03 17:02:12 +01:00
.npmrc Initial commit 2025-04-03 17:02:12 +01:00
esbuild.config.mjs Replace builtin-modules with builtinModules 2026-05-12 21:08:10 +01:00
LICENSE Update license 2025-04-14 15:15:46 +01:00
main.ts Promises fix 2026-05-12 21:06:26 +01:00
manifest.json Bump version to 0.2.0 2026-05-12 21:09:13 +01:00
package-lock.json Replace builtin-modules with builtinModules 2026-05-12 21:08:10 +01:00
package.json Bump version to 0.2.0 2026-05-12 21:09:13 +01:00
README.md Add instalation instructions 2026-05-16 15:11:07 +01:00
rulesets.ts Refactor to support partial highlighting of matches 2025-04-14 10:28:48 +01:00
styles.css Style settings textarea with CSS 2025-04-15 08:10:39 +01:00
tsconfig.json Initial commit 2025-04-03 17:02:12 +01:00
version-bump.mjs Initial commit 2025-04-03 17:02:12 +01:00
versions.json Bump version to 0.2.0 2026-05-12 21:09:13 +01:00

Cut The Fluff (for Obsidian)

Screenshot

Great writing is clear and concise. Cut the Fluff helps you edit by pointing out potentially unnecessary words or complexity.

Examples:

  • Weak Qualifiers & Hedges (eg. quite, basically, very, really)
  • Clichés, jargon and metaphors (eg. move the needle, double-edged sword, at the end of the day)
  • Unnecessary complexity or clutter (eg. utilise -> use, in regard to -> about, it is interesting to note)
  • Redundancies (each and every, one and the same, final conclusion, combine together)

Installation

Install via the Obsidian Plugins Directory

Privacy

All processing happens locally on your device. Your text or any other data is never sent to a remote server by this plugin.

Customization

Rules

There are 4 built-in rulesets matching the categories from the examples above which can each be enabled and disabled. You can add custom words and phrases, or add an exception for any of the built-in matches.

Display

  • Dim
  • Strikethrough
  • Underline
  • None

If you select 'None' the plugin will apply a fluff class to any matches allowing you to apply custom formatting in your user stylesheet.