Skip to content

Releases: RafaelGB/obsidian-db-folder

1.3.1

23 May 17:56
Compare
Choose a tag to compare

No longer broken

  • dataview currently supports multiple key with same name and is considered as an array. Actually this kind of array generates an error in the database plugin. Now are controlled taking just the fist hit. It will be considered as an array with future versions.
  • Add new label to selected cell type is duplicated no more. Introduced with 1.3.0 ISSUE#64

1.3.0

23 May 15:38
Compare
Choose a tag to compare

Shiny new things

  • Refactor of column setting to Obsidian modal. Now every column will have its own configuration! As a consequence, the next point were possible:
    • Every text column can configure its own media settings
    • Options of Selected type column are now persistent. ISSUE#58
    • You can add new lavels even if does not exist in any cell (or delete it)
    • You can now select the color of the option label. ISSUE#60

Improved

  • The table will be refreshed when you close either the settings modal or the new modals of the column adjustments. This will suppose a minimal performance impact with a loading time of less than a second. Its a provisional solution until the refactor of react states stategy

1.2.0

19 May 16:50
Compare
Choose a tag to compare

Shiny new things

  • URLs could be wrap as embed information ISSUE#57
  • New configuration section to enable/disable embedding of URLs. You can choose heigth and width of the iframe.

1.1.3

18 May 19:10
Compare
Choose a tag to compare

No longer broken

  • width of input calendar cells fixed ISSUE#46
  • catastrofic regex failure fixed when ! was present inside fields

1.1.2

17 May 16:19
Compare
Choose a tag to compare

No longer broken

  • FIx edit bug added with 1.1.0 ISSUE#47

1.1.1

17 May 13:11
Compare
Choose a tag to compare

Improved

  • Now rendered markdowns supports media preview with ![[wikilink.format]] as video,audio and image. ISSUE#17

1.1.0

17 May 08:49
Compare
Choose a tag to compare

Shiny new things

  • New type of column: Calendar time
  • Now Text column supports Obsidian Markdown rendering (links, bold, italic, etc.)
  • MKdocs added as documentation tool of the project

Improved

  • New format of created and updated metadata columns allows sorting

Developers

  • Refactor of calendar column to support time as well. Changed the dependency of react-calendar to react-datepicker beacuse the onBlur event was not supported natively.

1.0.0

13 May 16:22
Compare
Choose a tag to compare

Shiny new things

  • New type of column: Calendar ISSUE#24
  • 2 new settings to show metadata file of created and modified using a toggle button ISSUE#26
  • Now metadata columns can be sorted and add columns to the right or left

Improved

  • Type control using Literal of dataview. this will allow with futures versions the versatility of dataview plugin (images,links,...)
  • Refactor of settings to control errors in case of something is missing with a marshall and unmarshall

No longer broken

  • Control of options as unique with Select column type

0.3.1

10 May 19:08
Compare
Choose a tag to compare

Shiny new things

  • Option to enable/disable delete fields asociated with a column when you delete the column ISSUE#28

No longer broken

  • Resize window now do not affect the width of the table ISSUE#34

0.3.0

10 May 09:30
Compare
Choose a tag to compare

Shiny new things

  • Dataview filters added on settings modal! Now you can filter the initial data obtained from the folder ISSUE#33
  • Improve css styling ISSUE#31 artisticat1
  • Improved

  • Added event of enter to create a new row ISSUE#32

No longer broken

  • Duplicated columns are now controled when you add it ISSUE#32
  • DnD of columns is now scaling well the width.