Skip to content

Releases: RafaelGB/obsidian-db-folder

2.9.2

23 Nov 15:01
Compare
Choose a tag to compare

2.9.1

22 Nov 13:50
Compare
Choose a tag to compare

hotfix for 2.9.0. Not string editions typo fixed

2.9.0

22 Nov 11:47
Compare
Choose a tag to compare

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

  • Edit engine improved to support multiple formula editions with the same trigger ISSUE#616
  • Tags source include the tag with new files at the end of the file if a template is applied ISSUE#618
  • CSV imports will include the file path correctly ISSUE#593

2.8.4

16 Nov 11:28
Compare
Choose a tag to compare

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

12 Nov 15:19
Compare
Choose a tag to compare

Shiny new things

  • Obsidian-projects support (experimental) ISSUE#574

Improved

  • Select file as Column template option improved. Now the columns does not replace the current ones, but add the new ones to the right of the current ones. ISSUE#230

No longer broken

  • Wrong atributtes order on CSV import fixed. ISSUE#551
  • Value of filters now support special characters. ISSUE#579
  • Relations are now correctly configured for dataview/tags sources ISSUE#572 ISSUE#573
  • Rename file function fixed for Obsidian 1.0.x

2.8.2

08 Nov 19:29
Compare
Choose a tag to compare

Visual

  • UX improvements for date picker and time picker
  • Checkbox design improvements randomsnowflake

No longer broken

  • Tags are now properly saved when it's a number with decimals with zero at the end (e.g. 1.0, 1.00, 1.000, etc.)
  • Datepicker clear button now works properly ISSUE#564
  • Vertical scroll on mobile improved ISSUE#488

2.8.1

01 Nov 11:02
Compare
Choose a tag to compare

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

30 Oct 16:36
Compare
Choose a tag to compare

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 and db.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

  • enter key listener bug for search input removed ISSUE#546
  • add multiple tags at the same time do not cause a concurrency problem ISSUE#555

2.7.4

20 Oct 16:50
Compare
Choose a tag to compare

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

No longer broken

2.7.3

16 Oct 15:42
Compare
Choose a tag to compare

Improved

No longer broken

  • Hotfix with rename ids breaking the rendering of the plugin ISSUE#505