obsidian-meta-bind-plugin
obsidian-meta-bind-plugin copied to clipboard
Database Editor Example
- Select the files to add to the table
- Generate Table With Editable Row and Rendered Row for Each File
Since it seems you are still working on this, please request a review when it is done.
Since it seems you are still working on this, please request a review when it is done.
Okay, I am now done. I don't know how to request a review.
After some time, I looked at this again and noticed a few reasons why it isn't a good fit for the example vault. It is quite impressive, but too complex as an example. Additionally, it does some discouraged things like adding styles via JS and not properly cleaning up DOM elements.
After some time, I looked at this again and noticed a few reasons why it isn't a good fit for the example vault. It is quite impressive, but too complex as an example. Additionally, it does some discouraged things like adding styles via JS and not properly cleaning up DOM elements.
It should be completely broken at this point. Someone asked me in the discord for an example of a dropdown menu list that pulls from frontmatter, and it no longer worked after an update. I've since revised and fixed it to provide an example for them to use. Can you explain the cleaning up DOM elements thing? Sounds like if I do that, then my table will load faster. I don't think I can fix the style issue since the table is html based. I would appreciate any suggestions on styling. I would love for the table to render as a metabind table, but I don't know how to force the table think its a normal metabind table.