A flexible obsidian plugin that allows you to selectively remove specific markdown syntax or custom phrases from your selected text.
- Remove only specific markdown syntax you choose (e.g.,
\*,$,=, etc.) - Support for removing user-defined custom phrases.
- Independent command for each removal target.
- Hotkey support for each command.
- Context menu and command palette support.
Custom Palette
Context Menu
- Select the text you want to modify.
- Open the command palette (
Ctrl+PorCmd+P) and search for "Remove Markdown" - Choose the specific command for the markdown syntax or custom phrase you want to remove.
- Alternatively, right-click on the selected text to access the context menu and choose the desired command.
- The selected syntax or phrase will be removed, leaving the rest of the text intact.
-
Remove Asterisks (
*) -
Remove Inline Code (
`) -
Remove LaTeX Syntax (
$) -
Remove Highlight (
==) -
Remove Comment (
%%) -
Remove Header (
#) -
Remove Bullet List (
-) -
Remove Numbered List (
1.) -
Remove Quote (
>) -
Remove Task List (
- [ ]) -
Remove Custom Phrase 1
-
Remove Custom Phrase 2
-
Remove Custom Phrase 3
Each command can be assigned a hotkey for quick access.
- Define which custom phrases to remove
- Manage 3 custom phrases independently

