joshuatz / linkedin-to-jsonresume

Browser extension to turn a LinkedIn profile page into a JSON Resume export.
https://joshuatz.com/projects/web-stuff/linkedin-profile-to-json-resume-exporter/
MIT License
257 stars 61 forks source link

How about export profile to markdown format? #76

Closed bormaxi8080 closed 2 years ago

bormaxi8080 commented 2 years ago

Hi!

How would you feel about the idea of exporting profiles to markdown (.md) format?

It seems to me that, along with exporting to JSON and VCF, this would be an extremely useful feature.

Thanks for the answer!

joshuatz commented 2 years ago

While I agree that it would be useful to some users, I'm trying really hard to keep the feature scope of this project tight - i.e., just the single transformation of LinkedIn data to JSON Resume, not LI --> JSON Resume --> Markdown

Also, this seems like an area where there are enough external tools that can handle this and do so in a much more robust way than I would have time to implement within this extension. E.g., I would take a look at things like HackMyResume, as you should be able to take the export that my extension generates and use that tools to generate a Markdown version (or even a PDF).

bormaxi8080 commented 2 years ago

Thanks for the clarification, HackMyResume at first glance it suits most of my tasks.