This repository was archived by the owner on Jul 28, 2025. It is now read-only.
1.8.0
Shiny new things
- New source option: query. Use your own dataview query as source of the database. Start the query with the
FROMterm, since the plugin will autocomplete the beginning withTABLEand the column fieldsISSUE#156 - Templates for new rows added! now you can choose a template folder on settings menu, then you can choose your template file easily near of the add row buttonISSUE#48
Improved
- Inline fields now supports render embed images with
![[note]]syntax. ISSUE#136 - Now you can hide completed task on task column type ISSUE#111
- Now if your ddbb source is a tag, add a new row includes de tag tooISSUE#94
- New config property to wrap frontmatter values with quotesISSUE#117
No longer broken
- If you modify the label of a column, now exist an onMouseLeave event to blur the input and be more frieldly to the user interact with the next action without a double click (once for onBlur label edition and another for your next interaction) ISSUE#114
- Change the type of the column to checkbox respects the value
1as marked and will not mark as0all by defaultISSUE#161