aidenlx / table-extended

Extend basic table in Obsidian with MultiMarkdown table syntax
181 stars 13 forks source link

Bug: All embeds in table not rendered in obsidian v0.13+ #27

Open Sunny-27 opened 2 years ago

Sunny-27 commented 2 years ago

Obsidian v.0.13.14 supports Live Preview. However, whether Live Preview is on or off, the figures in -tx- table cannot be shown. As shown below: Live Preview is off: image Live Preview is on: image

aidenlx commented 2 years ago

See here: https://canary.discord.com/channels/686053708261228577/840286264964022302/922946057514668063

javalent: hey Licat now that 0.13+ is out, any thoughts about this question about embeds inside renderMarkdown? https://discord.com/channels/686053708261228577/840286264964022302/913077068651175966 Licat: Yeah I am still thinking about it. We are likely to provide a new API for rendering markdown with a rendering context and proper event hooking/unhooking

aidenlx commented 2 years ago

fixed temporarily in obsidian v0.13.15: https://forum.obsidian.md/t/obsidian-release-v0-13-15-insider-build/29155

  • Embedded content generated by plugin custom handlers (like image in Admonitions and Dataview) are now rendered in both Live Preview and Reading view. This will be a temporary addition until we can come up with a proper markdown rendering API that handles nestable rendering contexts better.
Sunny-27 commented 2 years ago

fixed temporarily in obsidian v0.13.15: https://forum.obsidian.md/t/obsidian-release-v0-13-15-insider-build/29155

  • Embedded content generated by plugin custom handlers (like image in Admonitions and Dataview) are now rendered in both Live Preview and Reading view. This will be a temporary addition until we can come up with a proper markdown rendering API that handles nestable rendering contexts better.

Thanks, it‘s a pity that I am not the Internal tester.

farling42 commented 2 years ago

This is still an issue where there is embedded HTML within one of the cells of a table.

In particular, I have an embedded table inside a cell. It is displayed properly in a normal markdown table, but the HTML isn't interpreted when within a -tx- table.