Skip to content

0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 17:14
· 2088 commits to master since this release

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