{{ message }}
Filtering specific lines / sections based on tags #546
m-stefanski
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
First of all kudos for making this project available as so robust. I have been developing similar solution myself based on markdown - but this one is way better.
With that said - I am missing one thing that made me start my own project - filtering.
It would be useful for quick generating a cv tied to a specific role. I.e. if I am replying to python developer offer - I would only want my experience with development, not necessarily with financial software or pharmacy.
I am imagining yaml file extended like so:
and command to optionally accept a parameter list at the end:
in which case only untagged sections and sections with specified tags would be included for rendering.
I am willing to participate in developing this, let me know if this is something that you see PR-worthy.
Beta Was this translation helpful? Give feedback.
All reactions