Releases: RafaelGB/obsidian-db-folder
Releases · RafaelGB/obsidian-db-folder
0.2.2
0.2.1
Improved
- Now when you press enter inside a text cell, it will ends the modification with onBlur event.
No longer broken
- Create a column now adjust width automatically.
- total width of columns not broken anymore. This bug was introduced in 0.2.0
- Frontmatter fields that are not in the schema and were empty will not be insert a null value if a database field is updated. ISSUE#29
0.2.0
0.2.0
Published on 2022/05/07
Shiny new things
- Edit inline fields are now supported! ISSUE#25
- Big refactor about edit engine to improve resiliency and performance
- new adjsutment section in column menu where, at the moment, you can select if column is inline type or not
Improved
- Now when you create a column, the field asociated is not inserted into all the rows. Just will be inserted when you edit the cell asociated.
0.1.2
0.1.1
0.1.0
0.1.0
Shiny new things
- New button to download a CSV file with the current data (supports filtering!). Temporally this feature is inside menu bar. We are working on move it into the actual file options of Obsidian ISSUE#15
Improved
- Now when you edit some cell, the plugin will check if the note has frontmatter and if the current column exist. If not it will be added automatically
- Headers are now static when you scroll down.
Visual changes
- The search bar has been moved to a static menu bar
No longer broken
- Now when you create a new note, the label of the file shows just the basename, not the full path.
- Add prefix to the className of components, so interference with other plugins is less probable. ISSUE#19
- When column folder is activated and a file is moved, now link is updated correctly
0.0.7
Shiny new things
- New local property
group_folder_column
to specify a select column type column. This column will be used to group the notes into subfolders with the same cell value. The subfolder will be created if it does not exist. ISSUE#11
Improved
- Sustancial improvements with error handling.
- Beta of an error page if Config yaml is not parsed correctly with the details.
- Now if some core config is missing, the database will be created with the default values.
No longer broken
- Now before render a database, it will check if dataview plugin is installed. Showing a warning message if not. ISSUE#13