feat(image): removed org integration, since that is now handled by the org mode plugin directly.

This commit is contained in:
Folke Lemaitre 2025-02-20 11:41:19 +01:00
parent 51542bb8f4
commit 956fe69df3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -1,5 +0,0 @@
(
(expr) @image.src
(#match? @image.src "^\\[\\[(file:)?.*(png|jpg)\\]\\]$")
(#offset! @image.src 0 2 0 -2)
)