Releases: RafaelGB/obsidian-db-folder
Releases · RafaelGB/obsidian-db-folder
2.3.3
Shiny new things
- New filter options: 'is not empty' and 'is empty' with visual improvements of auto resize ISSUE#151
No longer broken
2.3.2
Shiny new things
- Inline fields with bold ,italics or underline key is edditable now. Also you can edit those inline fields wrapped with pharentesis in the middle of a line, respecting dataview readability ISSUE#134
- Remove options from columns settings of tag or select type now remove that option from all the rows too ISSUE#121
Improved
- frontmatter embed links support ISSUE#123
Visual
- Multi-column sort order information ISSUE#127
No longer broken
2.3.1
2.3.0
Shiny new things
- Pagination arrived! Now you can organize your ddbb in pages, and you can choose the number of items per page in the settings panel. This also affects to the performance, so theoretically you can have a ddbb with more than 10000 items. ISSUE#116
- Autocomplete for links and tags in the editor of text column cells. Its an adaption of Kanban plugin feature, so it will be familiar to you. ISSUE#107
Visual
- navbar and add row forms are now static with horizontal scroll. Thanks to artisticat1
No longer broken
2.2.2
Shiny new things
- First steps of a row context menu. You can now remove a row from a table (and also Obsidian). ISSUE#62
Improved
- Performance of DnD columns
- Performance of tasks column rendering
- Performance of editing any cell (micromanagement and just save global state without reload)
Visual
- Calendar view z-index bug fixed ISSUE#273
No longer broken
2.2.1
Visual
- Opacity of new row form with sticky first column option ISSUE#251
No longer broken
- menu of CSV button adapted to new version of MUI ISSUE#263
- Cast between calendar and text works well now. Does not require a refresh ISSUE#266
- Global menu is avaliable again
Developers
- Added an option to use DnD columns again with a toggle button. We are working on a better solution but while we are at it, at least this option is available
2.2.0
Shiny new things
- Refactor of filters. With the new architecture of events (Zustand), it is now possible to use filters in a dynamic way, so they were moved to the navbar menu and the changes doe not need to refresh the page. ISSUE#73
- Button of enable/disable filters could be use as refresh button ISSUE#163
- New menu of add columns. You can now choose between existing columns or create a new one. ISSUE#112
- Option of hide/show columns. To enable show columns will be a section inside the new add column menuISSUE#79
Improved
- Tags could be sorted and filtered with the global search now ISSUE#260
No longer broken
- Minor bugs with global search. Now is case sensitive and sanitized
2.1.2
2.1.1
2.1.0
BRAT Beta version
Shiny new things
- The dispatcher of all events was migrated to Zustand! This means a better, more stable, and more efficient way to handle events. Zustand is a library that provides a simple, efficient, and powerful way to manage state in React. Allowing future changes as formula columns. As PoC, this version update the value of
modified
column every time a cell is changed. ISSUE#227
No longer broken
- qoutes inside of source query are now controlled ISSUE#233 jcdeichmann
- Fix centered images of all notes ISSUE#231
- Fix LaTeX formulas presentation incompatibility ISSUE#228
- now is compatible with windows pane using
activeDocument
ISSUE#199