Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plain text export? #645

Open
mpalermo73 opened this issue Oct 21, 2021 · 4 comments
Open

Plain text export? #645

mpalermo73 opened this issue Oct 21, 2021 · 4 comments

Comments

@mpalermo73
Copy link

Hey!

I'm coming to your project from HackMyResume which appears pretty much abandoned at this point. One thing that it can do which I've found invaluable over the years is being able to generate a plain txt version of a resume. I use that version for super simple copy 'n' paste for online submission forms (WorkDay grumble grumble...). Currently your project "only" supports pdf and html. I'm curious is there's any thoughts/plans to support plain text also?

THANK YOU!

M.

@thomasdavis
Copy link
Member

Gday, there is an old repo https://github.com/jsonresume/resumeToText but doesn't support the new themeing system.

Are you using the hosted registry or building manually?

@thomasdavis
Copy link
Member

And/or if you can code up a sample text resume, I could code the theme and add it to the hosted registry.

e.g.

THOMAS DAVIS - SOFTWARE DEVELOPER
Melbourne Victoria

I am a good developer 

WORK EXPERIENCE: 

== Google - Senior Developer == 
I worked on many things. 
  - jquery development
  - php 

so on and so fourth

@mpalermo73
Copy link
Author

mpalermo73 commented Oct 21, 2021

Hi!

I'm building manually / locally. For my main resume PDF/html, I'm using a locally modified jsonresume-theme-paper and for the text version I'm using a modified compact theme. I haven't done much hacking to either theme. Just change some font sizes, margins, little tweaks like that. Though resume-cli blows up using "my" compact theme. I'm digging into why and can report back if it's not something dumb I'm doing...

(semi-sanitized for privacy)
text_resume.txt

I haven't actually submitted this anywhere. It's just for personal copy 'n' paste to simplify online forms. It's nothing fancy and even your super quick example above is plenty pretty enough.

@thomasdavis
Copy link
Member

That's awesome, I like the format you chose.

If you fork and push your new theme as jsonresume-theme-text, I would love to add it to the official registry such that

https://registry.jsonresume.org/thomasdavis?theme=text

Would render in your format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants