Releases: RafaelGB/obsidian-db-folder
Releases · RafaelGB/obsidian-db-folder
2.9.2
2.9.1
hotfix for 2.9.0. Not string editions typo fixed
2.9.0
Shiny new things
- New search filters customize per type of content. You can enable/disable them in the header context menu.
- Date range filter
- Checkboxes filter
- Links filter
- Number range filter
- Text filter with unique values suggestions
- Select filter with unique values suggestions
- Tags filter
- Tasks filter
Improved
- Improvements on Obsidnan-projects integration ISSUE#592
- new Icon design! ISSUE#599
- You can hide/show the icon in the bar context menu on global settings.
- Current folder without subfolders is avaliable for root too ISSUE#606
No longer broken
2.8.4
Shiny new things
- New rollup. All task count ISSUE#602
- New db source, current folder without subfolders ISSUE#281
- Now row context menu will display with right click (long press on mobile). Left click will open the note.
Improved
- Default values avaliable for cell size and sticky of first colum on global settings ISSUE#358
- New toggle global configuration to show/hide the row shadow ISSUE#421
- New column text configuration to customize the name of URL alias ISSUE#356
- Go to page of entry creation ISSUE#332
- Support for external links ISSUE#232
No longer broken
- Error handler with not correct calendar formats. Use a default one ISSUE#595
- Relations of dataview sources are now filtered correctly
2.8.3
2.8.2
Visual
- UX improvements for date picker and time picker
- Checkbox design improvements randomsnowflake
No longer broken
2.8.1
Shiny new things
- New rollup functions: Count unique values,Truthy count, Falsy count, Percent empty, Percent filled, Task TODO, Task completed
- Rollup API improvements for use inside the formulas
No longer broken
- Rollups now works with just 1 row inside the relation
- Edit engine works correctly with empty yaml when we remove the last field or change the last field to inline ISSUE#553
- Relations now works too with dataview sources ISSUE#568
- useEffect loop when we persisted a formula in some cases fixed ISSUE#569
2.8.0
Shiny new things
- Added video examples to the docs for each section imeed166
- Relation/Rollups arrives! Now you can create a relation between two models and use it to create a rollup. Both with its own column properties. ISSUE#53
db.dataview
anddb.rollup
functions were included to use in your formulas. dataview returns the API of the dv plugin and rollup returns the predefined functions of dbfolder rollups (check documentation)
Visual
- formula textarea size calculated in funcion of length ISSUE#518
No longer broken
2.7.4
Shiny new things
- names of tags are now editable (updating all the related rows) ISSUE#443
Improved
- ddbb yaml now supports linter plugins ISSUE#509
- Enter event added to add tags on column settings ISSUE#520
- Improved nested matadata behaviour ISSUE#500
Visual
- UX of navbar and addRow forms improved with some redesigns ISSUE#534 cesarpereira904