SSShooter / SSShooter/mind-elixir-core

Allow to embed video from other sites (YouTube, etc.)

Open
#279 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
3.2k
Forks
415
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
It would be helpful to allow adding videos in a node like how adding image works right now.

Describe the solution you'd like
Similar to adding an image to node using the URL, height, and width:

video?: {
    url: string
    width: number
    height: number
}

Describe alternatives you've considered
No alternative (except for adding a URL as a data in a node menu plugin)

Additional context
Add any other context or screenshots about the feature request here.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the existing image-by-URL node path and trace how its URL, width, and height reach rendering. Add equivalent handling for the proposed video configuration and verify that external video URLs render with the requested dimensions. The issue does not name specific files or tests, so first map the relevant node model and rendering entry points.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.