GithubHelp home page GithubHelp logo

resume-editor's Introduction

Hi there ๐Ÿ‘‹

resume-editor's People

Contributors

erming avatar peterdavehello avatar pragtob avatar thomasdavis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

resume-editor's Issues

Date doesn't allow for format like "Aug 2014"

resume.json uses the ISO 8601 date standard e.g. 2014-06-29. So i can't save as "Aug 2014" because I don't remember which exact day I started certain application. Please make it as string. And how you specify the current_date in the resume.json..?
e.g. working in a company from "Jan 2010" - "Till Date"

Other wise it will be difficult to complete the resume.

Nodejs app request

Any chance there is a nodejs version of this? I'd like to be able to immediately save the resume.json file to disk and rebuild the resume using the fluentcv builder each time the user updates content (Instead of having to hit the save button). However since javascript doesn't have permission to write to files on disk, we'd need to convert the editor to a nodejs server site tool - which in my case is just my local machine.

Import option?

I don't if it is me, but I dont see any import option in the editor.

Iframe scrolling with IOS

While this editor isn't fit for mobile devices, it looks pretty good on tablets.

However, IOS has a native "bug". You can't scroll iframes by default. I've not found a good way to solve this without introducing some other weird behaviour in other browsers.

If anyone know a simple solution to fix this, it would be great.

Add resume-schema integration

Since this project is a client implementation of resume-schema it makes sense to:

  • add a mention of the resume-schema project in the documentation
  • include resume-schema as a dependency

JSON Highlighting and Readability

Could we make the JSON textarea font, something other than the default monospace font? Monaco looks good.

Also, I was thinking, is it possible that we can add syntax highlighting to the JSON?

Remove requirement to globally install Grunt

If grunt is already included in package.json what's the point of installing it globally? It would make a lot more sense to run it as a NPM script.

package.json

...
  "license": "MIT",
  "scripts": {
    "uglify": "grunt uglify"
  }, 
  "devDependencies": {
    "grunt": "^0.4.5",
...

Note: This'll make the project more self-contained and avoid environment-level version differences between users. For a better explanation of the reasoning behind my suggestion, I suggest taking a look at The Twelve Factor App - II. Dependencies

Exported JSON does not conform to resume schema

When exporting (clicking #export), the exported JSON does not conform to the schema.

Returned (invalid) JSON:

{
    "resume": {
        "basics": {
            ...
        },
        ...
    }
}

Expected JSON:

{
    "basics": {
        ...
    },
    ...
}

Password access remains in the PDF version

If you publish your resume with password access and then you republish it without password, the PDF version still asks for password and after you write it, it shows this message:

"You've made it this far, great!
But you still need to publish your resume

Create a new resume.json by typing resume init

Fill out a few of the fields until you are happy, then simply type resume publish"

So, the PDF version is unavailable.

Cannot remove volunteer section

When I remove the volunteer section from my resume.json, volunteer information from the default json is shown in the middle of my edited resume.

Is this a way to force everyone to volunteer at something? ;)

Clear editor/start from scratch

Thanks for doing this at first :)

I just wanted to use the editor, but it really bothers me that every field is already filled - I want to start from scratch and not have to delete everything by hand.

Therefore a clear button would be nice - I thought reset might do that but it resets to the initial input :)

Maybe the feature is there and I'm just blind.

Work highlights

.. is still missing.

I have to figure out a way to do this, without making the sidebar too messy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.