Breaking Changes
A list of breaking changes from v3 to v4
Website player deprecated
The general website player has been deprecated in v4 due to YouTube loading issues. As a replacement, v4 features an upgraded YouTube iframe integration with full screenshot functionality support, providing much more stable video playback.
Vimeo now falls back to iframe integration but does not yet support screenshots. Other platforms including Coursera, Bilibili, and similar websites are no longer supported for embedding and playback in v4.
We're developing a browser connect feature that will provide an improved solution for all these platforms. Stay tuned for updates!
Media note now requires a uid metadata field
The uid
metadata field is now required for Media Notes, which is used to identify the media associated with the note.
For existing Media Notes, you can run the following command to add the mx-uid
metadata field:
Migration will run on all notes containing any of the following fields in frontmatter: media
, video
, or audio
.
This is a potentially destructive operation that modifies your note metadata, so please make a backup of your vault before running the migration command. The migration process is irreversible and will update all qualifying notes in your vault.