-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Filter on content or sections #164
Labels
enhancement
New feature or request
Comments
I think we should discuss how do implement this section. Here is my proposal:
rendercv_settings:
cli_options: # might be called render options also
dont_generate_png: true
# ... other cli options to implement
versions:
# array of different version
- label1:
include:
labels: label1 # parses all the contents and its sub contents labled devops only. |
The rendercv_settings:
hidden_sections:
- Publications |
Sorry, for not getting back to you, I would like this then: rendercv_settings:
versions:
- devops:
- experience.exp1
- experience.exp2
- research:
- experience.exp2
- experience.exp3 Finally |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #163
Originally posted by akib1689 on August 29, 2024
I don't know if I'm missing something or not. It would be great if we could hide/include some of the sections from the YAML file.
My Use Case:
I apply for 2-3 roles, and each time I need to manually comment/uncomment the relevant portion of the YAML file. It would be very useful if we had something like a tag in each item.
Note
Each section will have some tags. For example, one of my skill rows should be included for DevOps-related jobs but not for developer-related jobs. It would be really helpful to set a match tag from the command line, say "devops," and each node that has the tag "devops" would be included in that particular render of the CV. By default, it would include all the contents.
The implementation can be flexible. But here I'm providing one way to implement:
tag
tag
will be an array of strings.content
,tag
match-tag
orinclude-tag
to include only those nodes that has the that tag attached to them.The text was updated successfully, but these errors were encountered: