obsidian-regex-replace
obsidian-regex-replace copied to clipboard
Stuck in replace string.
When I try \((.*)+\\+(.*)\) to find a string like (.\img\14_JKD8以前哈希表.png) and replace ($2) in order to get (14_JKD8以前哈希表.png), my obsidian get stuck.
But when I try {.\img\14_JKD8以前哈希表.png} with same operation it works.