-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Question] What is the difference between this and Reactive Resume? #32
Comments
Hello @Cjkeenan, thanks for your comment. The main differences between these two apps are the simple resume app is focused on building a professional Canadian resume, other than that it also intended to provide a better UX for technical and non-technical users. There are more changes than just the layout, for example, the markdown Textarea in the Reactive Resume app is fully replaced with the more friendly editable text for non-technical users. Animations are added for moving and delete an item. There are more internal data structure changes too. Other than that, I'll be super active in maintaining this project. Hopefully, that answers your question. |
yeah that's exactly what I was looking for. Great work by the way, the only issues I have had thus far was having multiple levels of bullets, which I just manually got around with the use of spaces and hyphens, and being able to move the sections around at will, which maybe could be done with the use of a custom template. Otherwise I am very happy. |
@Cjkeenan Thanks for your feedback. I'll add them to the new feature list, and I'll start work on them as soon as I can. |
also is there a spellchecker in use? |
What exactly is a "Canadian resume"? I've never heard of that term. |
@Cjkeenan Currently, there is no spellchecker implemented yet. I was thinking about implementing the spellchecker, but I did not get it to work. It probably will take a bit of time for me to get there. I am sorry for the confusion on the "Canadian resume". My definition for "Canadian resume" is a resume that works for people in Canada since I am from Canada. |
Hello @Cjkeenan, the multilevel list and spellchecker features are fully supported in the lastest app. |
@SHENG-X Is it live on the website, and if so how do I use the multilevel list because tabbing doesn't seem to be working. |
@Cjkeenan Yes, it is live on the website. https://simpleresume.ca/. Tab should work. The app is serviced from cache first so you probably do not have the latest code on your browser. To solve the problem for now, can you try hard reload the page or open the site in incognito mode? |
Hello @Cjkeenan, you see this because the internal data structure changed completely. At this point, there is no backward compatibility so you will need to copy past or re-enter your descriptions. I am sorry for the inconvenience :(. |
No problem, just wondering. |
let me know if you have other feature requests or some templates that you would like to use. I'll try my best to get them implemented :). |
Yeah my biggest feature request would probably be a custom template that you could format like a table, specify number of rows and how many columns in each row and being able to resize those columns. Then being able place the categories into those grid areas. Also with resizing the grid, having some sort of snapping would be nice, either snapping to 1/2, 1/4, 1/3, etc of page and also snapping to other elements on the page. I hope that makes sense, if not , please ask for clarification. |
I think that I get what you need. Is it something that works like Wix? If so, it is out of the scope of this application. |
I am not sure as I have never used Wix. The reason I ask for this is because that is previously what I was doing in word with the use of tables with invisible borders to put data in certain sections. Maybe a better way to put it is, is there any way to modify or make new Templates? I am relatively technical so if you could point me in the direction of how those templates are created, maybe I could try and modify them. |
@Cjkeenan or you can send me a screenshot of what your template suppose to look like then I can make it for you. |
I did not have a specific template in mind, just would like to optimize my two-column resume does not have big blocks of white space is all. On another note, I just thought of a nice feature request. Potentially would it be possible to interface with cloud platforms like OneDrive or Google Drive as a source or destination of imports and exports respectively? |
I see. For now, the only way to reduce white space is to dive into the source code and modify the space when you need it. yeah, this could be a good feature to have. I'll do some investigation on it first. |
I saw that this was initially fork of Reactive Resume so I was wondering what are the main differences between the two apps? I see that their webpage layouts' are slightly different but other than that I cannot find a reason to choose one over the other. Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered: