gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.84k stars 625 forks source link

[FEATURE] Ability to add hyperlinks in speaker notes #1250

Open DanLeCornu opened 1 year ago

DanLeCornu commented 1 year ago

Issue Category

Product Versions

Desired Behavior

It would be handy for our use case to be able to add hyperlinks into the speaker notes, instead of just plain text.

I'm imagining having to ability to either pass plain text into the addNotes() function, or, an object, with some options attr (parseHtml: boolean) and a string of html which can be parsed into OOXML speaker notes (if that's even possible?)

Expected benefit is that some use cases call for having a hyperlink directly in the speaker notes, making it convenient as a consumer of the presentation to just click a link, instead of having to c&p a url string and paste it into a browser.