Skip to content
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

[Request] New line for multiple authors #225

Closed
NippleOfAnApe opened this issue Mar 13, 2024 · 4 comments · Fixed by #227
Closed

[Request] New line for multiple authors #225

NippleOfAnApe opened this issue Mar 13, 2024 · 4 comments · Fixed by #227

Comments

@NippleOfAnApe
Copy link

I want each author to be on a separate line. Is there a way to add an escape character author: 'Bob\nJim' or use a newline tag?

author: Bob
<!-- new_line -->
Jim

Or maybe don't check for duplicate fields, so that multiple authors can be added like this

author: Bob
author: Jim
@NippleOfAnApe NippleOfAnApe changed the title New line for multiple authors [Request] New line for multiple authors Mar 13, 2024
@mfontanini
Copy link
Owner

Maybe a new list like authors: ["bob", "mike"] could be added. Is doing author: Bob and Mike not good enough?

@NippleOfAnApe
Copy link
Author

Maybe a new list like authors: ["bob", "mike"] could be added. Is doing author: Bob and Mike not good enough?

I want to specify the responsibilities of each author.

Bob: data collection and analysis
Mike: pretending to be working

Putting it on the same line is a bit awkward, especially if I add more authors.

@mfontanini
Copy link
Owner

I just created #227 to address this. Any feedback before merging?

@NippleOfAnApe
Copy link
Author

I just created #227 to address this. Any feedback before merging?

Perfect. Love you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants