-
Notifications
You must be signed in to change notification settings - Fork 278
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
add link to fields #250
Comments
Thanks for proposing, we had a similar idea with making it possible to substitute plaintext fields with markdown. |
I don't think it is a nice idea to support links and other markdown in category fields like tags. The behavior should be implementation defined. Tags have semantics being tags, machine readable semantic meaningful identifiers which are not needed to be cleaned from crap. Tags are not links to external resources, and every resource decides itself what click on tags should do. In most cases it triggers search, in some cases it shows word definition. Tags is just the way to say to the website "this document is about %tagname%, please, use this information". |
I like the second idea of having the url as a separate key, otherwise you force all readers/renderers to understand the markdown syntax as well. |
So the current state or plan is to either provide a Gonna close this as it can be tracked within the #204 |
It would be great to be able to link some fields.
For example, nowadays, skills are set by the following
I'd like to be able to set them as links:
or in a separate field:
This has been discussed here: mudassir0909/jsonresume-theme-elegant#81
The text was updated successfully, but these errors were encountered: