obsidian-meta-bind-plugin icon indicating copy to clipboard operation
obsidian-meta-bind-plugin copied to clipboard

Database Editor Example

Open LynetteCullens opened this issue 1 year ago • 4 comments
trafficstars

  1. Select the files to add to the table
  2. Generate Table With Editable Row and Rendered Row for Each File

LynetteCullens avatar Aug 13 '24 21:08 LynetteCullens

Since it seems you are still working on this, please request a review when it is done.

mProjectsCode avatar Aug 15 '24 07:08 mProjectsCode

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.

LynetteCullens avatar Aug 23 '24 20:08 LynetteCullens

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.

mProjectsCode avatar Nov 15 '24 22:11 mProjectsCode

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.

LynetteCullens avatar Nov 17 '24 21:11 LynetteCullens