We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
companion
5 years agoHelpful | Level 6
Does Paper still support export as Markdown?
I'm trying to use the Dropbox API to access Paper documents as markdown. I have a connected app and a user with the new version of Paper (paper_as_files: enabled). I've switched from docs/download to...
- 5 years ago
No, unfortunately /2/files/export doesn't support exporting as Markdown, nor is there another way do that in a 'paper_as_files' account, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
Update: the /2/files/export endpoint now supports exporting .paper files as Markdown.
Greg-DB
5 years agoDropbox Staff
No, unfortunately /2/files/export doesn't support exporting as Markdown, nor is there another way do that in a 'paper_as_files' account, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
Update: the /2/files/export endpoint now supports exporting .paper files as Markdown.
- htbsrvr5 years agoNew member | Level 2
This is a deal breaker for our integration. Please add this feature!
- entotto5 years agoExplorer | Level 4
+1 - being able to export in a machine-readable format will be useful for automation: we could do all sorts of things like readability checks or validation of conformance to a required format.
It will also be useful to be able to import paper docs in Markdown from, say, a source repository that's managed and reviewed internally, and use them as templates, for example. (I know this is a different feature request, sorry for piggybacking here.)
- companion5 years agoHelpful | Level 6
Okay, thanks. That would have been really useful - I've looked at the HTML export, but it looks like there's a lot 'baked in' there: styles, UI stuff, etc. If markdown isn't a possibility, perhaps a simplified 'semantic tags' only HTML version might be do-able?
Just a heads-up: there are still a number of Dropbox-hosted blog posts and guides out there that talk about markdown export, with no mention of deprecation. Might be good to add some notes to prevent confusion.
- Greg-DB5 years agoDropbox Staff
Thanks for the feedback! I'll send this along as well.
- bram_l5 years agoHelpful | Level 5
+1
I'm suprised this feature has dissapeared without any mentioning of it in the Paper Migration Guide. For us the Markdown export is an essential feature that would prevent us from using the 'paper_as_files' account in our current API integration.
Markdown is supported by wide a range of tools and libraries, thanks to its simplicity and well defined syntax. Therefor it seems much more appropriate as an export format for the API compared to HTML. Also converting Markdown to HTML (and applying styles) is very straight forward, the other way around not so much.
Hopefully this feature can be (re)implemented in the near future!
- euxn5 years agoExplorer | Level 4
Any Update?
- companion5 years agoHelpful | Level 6
As this topic still gets at least sporadic activity, I thought it was worth mentioning that the Dropbox Paper help guides still say that you can export Paper docs to .docx or markdown format: https://help.dropbox.com/da-dk/files-folders/paper/export-docs
- bram_l5 years agoHelpful | Level 5
companion wrote:As this topic still gets at least sporadic activity, I thought it was worth mentioning that the Dropbox Paper help guides still say that you can export Paper docs to .docx or markdown format: https://help.dropbox.com/da-dk/files-folders/paper/export-docs
Yes it's possible to export Dropbox Paper documents to Markdown using the web interface, but unfortunately it's still not in the new API.. The conversion itself works great, and it would be extremely helpful if this functionality could be implemented in the API.
- diventi5 years agoHelpful | Level 6
I'll add a +1 to this feature request. We need an option to export as markdown via the API! Thank you :-)
- petergoes5 years agoNew member | Level 2
At our company we use the current /paper/ endpoint to extract papers in markdown format.
I have been trying to migrate to the Dropbox API, but as mentioned, it only returns HTML. Since the exported HTML does not have semantics included (No <h1>...<h6>), lists items are all wrapped in <ul>'s seperatly, I can not transform the exported HTML back to markdown.
We would love to have the ability to export to markdown, to use Dropbox Paper as a CMS like we described in this blog post: Dropbox Paper as a headless CMS
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!