nuthrash / obsidian-html-plugin

This is a plugin for Obsidian (https://obsidian.md). Can open document with .html and .htm file extensions.
MIT License
129 stars 4 forks source link

HTML Files Not Displaying in Canvas Mode #25

Open MstrGr1d4rchH4k opened 2 months ago

MstrGr1d4rchH4k commented 2 months ago

Firstly, thank you for the fantastic add-on! It works great in most areas of Obsidian, but I noticed that HTML files do not display in Canvas notes.

Is this a known limitation or something that should work in the latest Obsidian updates? If it's not currently supported, I would like to request it as a new feature. Additionally, in flow view, the window displaying HTML is currently wide and short. It would be useful if this could be resizable or presented in a more standard size for easier viewing.

Thanks again for your hard work and this great tool!

nuthrash commented 2 months ago

Firstly, thank you for the fantastic add-on! It works great in most areas of Obsidian, but I noticed that HTML files do not display in Canvas notes. Is this a known limitation or something that should work in the latest Obsidian updates? If it's not currently supported, I would like to request it as a new feature.

It seems that the Canvas Mode only support the "note" file types of official Obsidian app, other file types supported by 3rd party plugins are not treated as note files, so they cannot display in Canvas notes (e.g. HTML, epub, csv, etc.).

Additionally, in flow view, the window displaying HTML is currently wide and short. It would be useful if this could be resizable or presented in a more standard size for easier viewing.

Hmm, I am not familiar with flow view, could you please take a snapshot and re-explain with it for your issue?