Redact

by intelskya
5
4
3
2
1
Score: 35/100
New Plugin

Description

Redact selected text with a command or shortcut. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Redact Tool Plugin for Obsidian.md.

Adds a new configurable command to redact the selected text.

Features:

  • Ignores control characters like tabs and new lines.
  • Option for overriding the redaction character. (Default: "█")
  • Behavior options for spaces in redacted text:
    • Ignore: Keeps spaces as is. (Default)
    • Redact: Redacts spaces.
    • Delete: Deletes spaces.
  • Behavior options for symbols in redacted text:
    • Ignore: Keeps symbols as is.
    • Redact: Redacts symbols.
    • Delete: Deletes symbols. (Default)

Usage:

  1. Set a keybinding in the plugin settings.
  2. Select any text.
  3. Select 'Redact selected text' from the command pallete or use the binded key.

How to Install:

  • Click the 'install' button at the top of this community plugin page.

I made this plugin primarily for personal use, I may fix problems here and there but don't expect consistent updates.

~ Intelskya