Attachments subfolders? #3503
Unanswered
WanderingStar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an easy way to treat certain predictable subfolder paths as if links to them had
{attach}prefixed?For example, if I have an input hierarchy like:
I'd like
img1.jpgto end up in anattachmentsdirectory next to wherepost1.htmlis written. Andimg3.jpgto end up in anattachmentsdirectory next to wherepost3.htmlis written.If the best answer is "add the
{attach}prefix anytime a link starts withattachments", would a plugin be the best way to accomplish that? I don't want to add that prefix in the source documents because it will confuse my markdown editor.Beta Was this translation helpful? Give feedback.
All reactions