Tacai36 downloads选中文本,一键剔除指定字符或正则匹配 / Select text and strip specified characters or regex matches with one click
选中文本,一键剔除指定字符或正则匹配。
Select text and strip specified characters or regex matches with one click.



Ctrl+P → 搜索"剔除" → 选择预设执行| 预设名称 | 模式 | 内容 |
|---|---|---|
| 剔除数字 | 字符 | 0-9 |
| 剔除空白 | 正则 | \s+ |
| 剔除中文标点 | 正则 | 中文标点字符集 |
| 剔除英文标点 | 字符 | 常见英文标点 |
Obsidian 社区插件(推荐)
BRAT
Add Beta plugin with frozen version → 输入仓库地址Tacai/symbol-stripper,安装并启用手动安装
main.js、manifest.json、styles.css.obsidian/plugins/symbol-stripper/ 目录本插件的代码部分全部使用 AI 编程完成,人工参与部分仅限于发行版测试和向 AI 提出更改要求。
浮动工具栏交互设计和设置界面分页设计参考了 editing-toolbar(MPL-2.0 License, by Cuman / PKM-er)。
MIT License, Copyright (c) 2026 Tacai
Ctrl+P → Search "strip" → Choose a preset to execute| Preset Name | Mode | Content |
|---|---|---|
| Strip Digits | char | 0-9 |
| Strip Whitespace | regex | \s+ |
| Strip Cn Punctuation | regex | Chinese punctuation character set |
| Strip En Punctuation | char | Common English punctuation |
Obsidian Community Plugins (Recommended)
BRAT
Add Beta plugin with frozen version → Enter repository URLTacai/symbol-stripper, install and enableManual Installation
main.js, manifest.json, styles.css from Releases.obsidian/plugins/symbol-stripper/ directory in your vaultAll code in this plugin was written entirely using AI programming. Human involvement was limited to release testing and providing change requests to the AI.
The floating toolbar interaction design and settings page tab design were inspired by editing-toolbar (MPL-2.0 License, by Cuman / PKM-er).
MIT License, Copyright (c) 2026 Tacai