Need a way to use other services for handling Attachments (like AWS S3) #325
PatrickAmbrosso
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
1/ the option for wiki to mdlinks already exists and works for attachment |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks a lot for the plugin. With ObsidianPublisher and Quartz, it 99% perfect of what I would consider a seamless publishing experience.
Currently I have a few attachment files, so uploading and serving them from the same GitHub repo from where the files are hosted is a viable option. But when the attachment sizes grow, this might cause bottlenecks especially when the vault and the attachments cross the GitHub repo size limits.
So, my request is this:
Bare Necessities:
I would love to see an option that converts attachment files to their respective markdown links format (relative to the file they are attached to)
Once the Publisher does this and pushes to the repo, I can use GH Actions to replace the links to point to my AWS S3 bucket (or something similar) and serve them from there.
Awesome if possible:
A regex replacer in the Attachment section that applies the internal link conversion then runs a regex pattern replace (multiple ones, that can be set in a sequence) which I can use to replace the links to point to the AWS S3 bucket (or something similar)
Beta Was this translation helpful? Give feedback.
All reactions