googleworkspace / md2googleslides

Generate Google Slides from markdown
Apache License 2.0
4.48k stars 284 forks source link

Any way to specify folder in Drive to save to? #63

Open jonathan-chin opened 5 years ago

jonathan-chin commented 5 years ago

I LOVE this. It increases my productivity significantly. However, it would be so much better if I could specify where the generates slides are saved on my drive. Or even if I generate one time and move it, if I can push changes to the new location.

Are there any technical hurdles that I'm unaware of? I'd be happy to contribute code but want to make sure I'm not trying to build something you've already considered and decided against.

sqrrrl commented 5 years ago

No major blockers, at least for the most basic implementation where we just add an option that takes a parent ID. More work to support a human-readable folder name as that requires a search, disambiguating duplicates, supporting shared drives, etc :)