Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons no longer displayed correctly in metabind 1.3.3 tab blocks (and possibly other blocks as well) #644

Open
Acenoid opened this issue Jan 25, 2025 · 0 comments

Comments

@Acenoid
Copy link

Acenoid commented Jan 25, 2025

Describe the bug

  1. Icons from Iconize v2.14.7 are no longer displayed in Meta Bind v1.3.3 inside the tab block. In the previous metabind version - I updated from 1.3.1 -, it still worked. Bug was raised in the metabind forum were it was flagged as upstream bug: 1.3.3 Icons no longer showing in metabind tab options mProjectsCode/obsidian-meta-bind-plugin#504
    Didn't notice console errors.

To Reproduce

Prerequisite: metabind + iconizer + Lucide Icons Pack.
Create a test note with the tabs below.
Then update metabind plugin from 1.3.1 to 1.3.3
>[!infobox|wfull center] wm-sm] 
>
> ```meta-bind
> INPUT[select(
> option(1, :LiAArrowDown:: 1 ),
> option(2, :LiAArrowUp:: 2),
> option(3, :LiBook: 3),
> option(4, :LiActivity:: 4),
> option(5, :LiWrench: 5),
> class(tabbed)
> )]
> ```
>> [!tabbed-box]
>>> [!div|no-t no-i clean]
>>> Test 1
>>
>>> [!div|no-t no-i clean]
>>> Test 2
>>
>>> [!div|no-t no-i clean]
>>> Test 3
>>
>>> [!div|no-t no-i clean]
>>> Test 4
>>
>>> [!div|no-t no-i clean]
>>> Test 5

Plugins enabled: 2 and ran community update to update MB to 1.3.3
1: Iconize v2.14.7
2: Meta Bind v1.3.3

Expected behavior
Icons should be displayed as icons even if inside a tabbed box block.

Screenshots
Metabind 1.3.1 all okay:
Image

The same code no longer works with metabind version 1.3.3:
Image

Additional context
issue was initally raised towards the meta bind forum.

Possible reason might be that MBs post processor is async, so it runs after iconizes post processor.
mProjectsCode/obsidian-meta-bind-plugin@a0762a7

@Acenoid Acenoid changed the title Iconize no longer displayed correctly in metabind 1.3.3 tab blocks (and possibly other blocks as well) Icons no longer displayed correctly in metabind 1.3.3 tab blocks (and possibly other blocks as well) Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant