Open HeyJwd opened 6 months ago
Hi, sorry for the confusion. The problem here is due to the current theme, "reorx," not implementing certain fields. These fields include 'References' and 'Volunteer.' You can find these comments here:https://github.com/reorx/jsoncv/blob/master/src/themes/reorx/index.ejs#L275-L280
They were omitted because I didn't need them in my resume, but you can easily add support for these fields by editing the index.ejs file. There's also a section on creating your own theme in the readme. You can follow the instructions to either update the reorx theme or create your own. PRs are welcome!
When entering data in fields such as 'References' and 'Volunteer' , the json data is updated however the preview will not. Print preview provides no updated fields. As well, upon downloading and uploading .json data, neither field will update in preview.
Attempted this in both Firefox 124 and Chrome 123. Is there some reason why these fields will not print? Thank you.