Skip to content

Releases: RafaelGB/obsidian-db-folder

1.7.1

17 Jun 11:02
Compare
Choose a tag to compare

Shiny new things

  • Create your columns easily with 2 new options. Choose a file as template or just take all the avaliable fields in your source! ISSUE#39

Improved

  • Now select source tags will be ordered alphabetically and the number of tags will be shown. ISSUE#76

Visual

No longer broken

  • More that one filter can be applied again to the same source. ISSUE#113
  • You can not order by tags because was not prepared to do it yet (crashed). ISSUE#119
  • Sorting state is not lost anymore when datadispatch is triggeredISSUE#122 ISSUE#125

1.7.0

09 Jun 11:30
Compare
Choose a tag to compare

1.7.0

Shiny new things

  • New config option to choose the row height ISSUE#69 artisticat1
  • New config to freeze first column ISSUE#51 artisticat1
  • New type of column: Tags! Now you can select multiple options inside a cell powered with react-select component. Search of tags inside the form, control of duplicates, choose of tag colors inside the config and more! Frontmatter flavour saves the tags as yaml array. Inline flavour saves the tags as a string separated by commas ISSUE#36

Improved

  • New button to remove the cell value easily of select column types

Visual

  • Visual improvements with selected tags, properties menu & calendars PR#105 artisticat1

No longer broken

  • with subgroup config on, now file link is updated correctly ISSUE#101
  • Error handler adding option labels on modal of selected columns ( and now tags too)
  • Control of duplicated options during the load of database, leaving only one unique option
  • Control of special character that potentially breaks yaml frontmatter ISSUE#103

1.6.3

04 Jun 12:32
Compare
Choose a tag to compare

No longer broken

  • Duplicated column ids on new column button is controlled now ISSUE#82
  • checkbox color supports all type of dark mode modes ISSUE#85
  • Inconsistent name of calendar and calendar time headers fixed ISSUE#86
  • Visual bug after deleting and adding the same column. The data was removed into the note but not into the table ISSUE#83
  • Add column is out of draggable area now, so you cant dnd to the right ISSUE#63
  • onBlur event when changing the name of a column now works correctly ISSUE#96
  • : inside text cells now saves wrapped with "your msg" ISSUE#90

1.6.2

02 Jun 10:51
Compare
Choose a tag to compare

No longer broken

  • There was some cases where editing a file without frontmatter does not create one. This is now fixed. ISSUE#80

1.6.1

01 Jun 20:09
Compare
Choose a tag to compare

No longer broken

  • State of db columns is fixed after edit column label or create new column. That fix problem with persisting information correctly.
  • Now label column edition not add _ instead of space.

1.6.0

30 May 17:17
Compare
Choose a tag to compare

Shiny new things

  • Another kind of data sources of dataview are added(current folder will be avaliable too, of course) ISSUE#59:
    • TAGs: select a tag from a list of all tags
    • INCOMING_LINKS: select a file from a list of all files
    • OUTGOING_LINKS: select a file from a list of all files

No longer broken

  • Filters of type "contains", "starts with" & "ends with" are fixed. A bug appears when original data was empty. ISSUE#72

1.5.1

29 May 10:30
Compare
Choose a tag to compare

Shiny new things

  • Preview mode now renders a dataview table insead of markdown content! ISSUE#41

Visual

  • Support for darkmode to checkbox column

No longer broken

  • When new row is added and metadata column of created and modified is enabled, the metadata column is automatically filled with the current date and time instead of crashing.

1.5.0

27 May 19:56
Compare
Choose a tag to compare

Shiny new things

  • To take advantage of the task column type architecture, Checkbox column type is added! Will be a 1 is checked, 0 is unchecked. (allows sorting & better performance)
  • Improves to sorting columns: ISSUE#67
    • Sorting is persisted now.
    • Multi-column sorting is now possible.
    • You can remove sorting by clicking on the same header option again.

Visual

  • Text column style now justify the content of cells
  • Sortable columns now have a sort icon ISSUE#65

No longer broken

  • Enable media links of text column type config could be edited correctly again

1.4.0

25 May 20:59
Compare
Choose a tag to compare

Shiny new things

  • New metadata column: File tasks! You can see the tasks that are associated with each file and interact with them. Powered with tasklist render of dataview. ISSUE#54

Improved

  • Extra margin added to the botton and top of every cell is removed. Markdown obsidian renderer add html tagging that affected the margin.ISSUE#71 artisticat1

No longer broken

  • Column settings that has a type without behavior section produce a console error no more and section tittle is not shown.

1.3.2

24 May 19:53
Compare
Choose a tag to compare

Improved

  • Dataview Proxy DataArray are now supported. Parsed as an Array. That implies that few bugs are fixed relationated to load that kind of data.
  • Order of frontmatter fields is now respected.

No longer broken

  • Yaml array frontmatter is edited correctly now. ISSUE#61