Skip to content

Conversation

@personalizedrefrigerator
Copy link
Collaborator

@personalizedrefrigerator personalizedrefrigerator commented Jan 6, 2026

Summary

This pull request works around an import issue by importing <video> embeds in OneNote notebooks as <a> links. Previously, <video> embeds were imported as unplayable videos with a missing resource.

Partially resolves #13549.

Notes

A better fix might be to add support for <video> resources in HTML notes. Currently, the HTML importer doesn't import <video> markup as resources (see #13899) and the HTML->HTML renderer doesn't support rendering <video>s that reference HTML resources.

Testing plan

  1. Import "Tuto vidéo - partage Carnet de notes Joplin.one" (from Fix issues with import of OneNote files #13549).
  2. Verify that a link to an MP4 video has been created.
  3. Verify that clicking the link opens the video.
  4. Convert the note to Markdown.
  5. Verify that the video renders in the note viewer.

@personalizedrefrigerator personalizedrefrigerator changed the title Desktop: OneNote importer: Fix video embeds aren't imported: Import video embeds as links Desktop: OneNote import: Fix video embeds aren't imported: Import video embeds as links Jan 6, 2026
@personalizedrefrigerator personalizedrefrigerator added desktop All desktop platforms import Related to importing files such as ENEX, JEX, etc. labels Jan 6, 2026
@laurent22 laurent22 merged commit b8dd660 into laurent22:dev Jan 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop All desktop platforms import Related to importing files such as ENEX, JEX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix issues with import of OneNote files

2 participants