Can the links in markdown be opened in a new tab instead of an existing tab, #4313
JiangLongLiu
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
Due to the embedded iframe video link in Mealie, it will play directly. If there are multiple videos in a recipe, multiple video files will play at the same time, which is not a good experience. Therefore, my current solution is to uninstall the markdown file directly from the MP4 file. However, this will open the video directly on this tab, and my ideal effect is to jump to a new tab to open the video when clicking the markdown link.
Can the links in markdown be opened in a new tab instead of an existing tab, which requires support for the markdown syntax
[example]( https://www.github.com ){:target=“_blank”}
Please provide a concise description of the feature that would resolve your issue.
jump to a new tab to open the video when clicking the markdown link.
Please consider and list out some caveats or tradeoffs made in your design decision
Because video tags cannot be embedded, using iframe tags will result in direct playback, so we can only use markdown linking to implement it in a convoluted manner.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions