Sharing Files With a Team

What I’m trying to do

I work with a small publication (5 team members). We’ve been using Obsidian to keep our thoughts/research straight. Typically when we are done we send the ‘md’ file to the editor/layout but first we dissect it into multiple pdf/png (text, graphics, photos). Id like to be able to send it as a single file and the editor could drag and drop the data onto thier device.

Things I have tried

When I send a pdf the hyperlinks are persevered however we cannot download the images and we end up having to send a drive link. We publish 12000 copies of a 64pg magazine as well as update our website with new content. We fill about a terrabyte of data every 6months and we are currently switching over to a local sever for data storage.

Im a bit overwhelmed doing research and dont want to experiment in an established ‘group vault’ and mess up my colleagues work-flow. Is there something simple i am missing? If not then where would be a good community plugin to start from?

Thank you,

I haven’t tried it, but there is a plugin called “Markdown export”. GitHub - bingryan/obsidian-markdown-export-plugin: This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)

It allows you to export markdown to a package (including pictures) with one click.

Not 100% sure what a “package” is, but I assume just a folder with all the assets you need.

There is also a Pandoc plugin “Pandoc”, which can send to formats like epub, which acts like a zip file as far as I know. You might be able to configure a format that works for your team.

And a few other exporters: “Enhancing Export”, “Webpage HTML Export”, “Export to HTML”.

(I haven’t tried any of these except Pandoc.)

Ill give it a shot on my laptop first and let you know if its what im looking for!