Skip to content

Releases: RafaelGB/obsidian-db-folder

0.2.2

08 May 16:51
Compare
Choose a tag to compare

No longer broken

  • When you DnD a column and then edit the label, the column is not moved to the final. It mantains the same position. ISSUE#30

0.2.1

08 May 10:24
Compare
Choose a tag to compare

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

07 May 11:19
Compare
Choose a tag to compare

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

04 May 15:01
Compare
Choose a tag to compare

0.1.2

Improved

  • Now DnD of file column and persist order are supported. ISSUE#18

No longer broken

  • Change select cell type no crash the view anymore. This is a bug introduced in 0.1.1.

0.1.1

04 May 07:30
Compare
Choose a tag to compare

0.1.1

Improved

  • The width of columns are adjusted when a column is added of removed

No longer broken

  • Now if you update a cell and then use global filter, the value is updated correctly ISSUE#23

0.1.0

02 May 14:01
Compare
Choose a tag to compare

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

27 Apr 17:14
Compare
Choose a tag to compare

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

0.0.6

24 Apr 14:28
Compare
Choose a tag to compare

No longer broken

  • Fixed unable to add frontmatter to note after modify label ISSUE#10

0.0.5

24 Apr 11:01
Compare
Choose a tag to compare

Shiny new things

  • Added Drag & Drop columns. Order is persisted ISSUE#5
  • Style background of the table is now adapted to the theme PR#9 zubayrrr

Developers

  • State of table toggle configuration added. Show react table state at bottom of the page. It has a default value & local value of each dadabase.