Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

1.8.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 07:32
· 1563 commits to master since this release

Shiny new things

  • New source option: query. Use your own dataview query as source of the database. Start the query with the FROM term, since the plugin will autocomplete the beginning with TABLE and 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 1 as marked and will not mark as 0 all by defaultISSUE#161