enhancementgood first issuegood for learningneeds more context
Repository metrics
- Stars
- (1,180 stars)
- PR merge metrics
- (PR metrics pending)
Description
Problem Description
From this https://github.com/nytimes/library/issues/67, it seems like we can embed youtube videos. I would like to be able to embed other content as well. For example, we would like to embed:
- Google Drive Videos
- Google slides / sheets
- Other platforms (for example, our company uses cloudapp for internal video sharing)
Feature
Could we have config settings that allow users to set domains / URL patterns? This way we can decide what type of links we want to parse and how they would be embedded.
We might want to have some embed syntax to avoid automatically embedding everything.
I could try to take a stab at this feature if this is something you think Library should support. It seems like since we already support youtube it would be in scope?