Replace Joplin image with Obsidian Image

Language::#language/regex Type:: back-end Context:: Replace Markdown image tags with Wiki image tags

Snippet

search: /\[(<img\s+[^>]*)(src\s*=\s*["|'])(.+?)(["|'])\/>\]\([^\)]+\)/
replace: ![img]($3)]

Dependencies:: tags:: regex, regular expression, image tag link: regexr.com/4g6he

Type::#type/snippet