<iframe>
to embed sites that previously wouldn't show. This is done by ignoring the X-Frame-Options
that some websites use to prevent embedding.favicon.ico
for Obsidian Publish.![[image.png]]
are now displayed inline instead of taking up a whole line by itself.Plugin.registerExtensions()
will now allow the app to recognize the file extension without requiring the user to turn on the "Detect all file extensions" option. In combination with Plugin.registerView()
, you can now create custom viewers or editors for any file type that we don't currently support.