mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

[Request] New line for multiple authors #225

Closed NippleOfAnApe closed 6 months ago

NippleOfAnApe commented 6 months ago

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
mfontanini commented 6 months ago

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

NippleOfAnApe commented 6 months ago

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 commented 6 months ago

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

NippleOfAnApe commented 6 months ago

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

Perfect. Love you