Releases: RafaelGB/obsidian-db-folder
Releases · RafaelGB/obsidian-db-folder
1.3.1
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
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:
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
1.1.3
1.1.2
1.1.1
1.1.0
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
toreact-datepicker
beacuse the onBlur event was not supported natively.
1.0.0
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
0.3.0
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.