Obsidian Db Folder Versions Save

Obsidian Plugin to Allow Notion like database based on folders

3.2.2

1 year ago

No longer broken

Hotfix about formula and rollup:

  • Not desired hahaviour of persisting #738
  • simple formulas do not were displayed in some cases #743

3.2.1

1 year ago

Shiny new things

  • Bulk delete and duplicate options (Shift + Click to select a row OR right click on context header) #548

Improved

  • Filters now include filename field as option #659

No longer broken

  • Keyboard arrow navigation includes formula, rollups and metadata too #731
  • Filters includes information about other ddbbs #737
  • A better error handler with tags #721

3.2.0

1 year ago

Shiny new things

  • Tabs between cells & arrow keys navigation #40
  • Columns vertical alignment options added #444

Improved

  • Improved the performance of the plugin around 15%
  • Refactor of formula modules to expose internal functions (more info on API model)

No longer broken

  • Dates will be saved with ISO format to avoid read errors #713
  • Relations fields dropdown fixed
  • A better handling of the active-leaf-change event and dv-changes event
  • Error handling of onload plugin improved #660

3.1.3

1 year ago

Shiny new things

  • Multi tag support (without dv query) ISSUE#706
  • Change the type of a column read the raw data from the file improving the results and avoiding errors

Visual

  • Improved expanded note style

Improved

  • Fr translation added 703 Thanks to @julien-maurel
  • Tasks, Inlinks and Outlinks columns now can be sorted ISSUE#536
  • active-leaf-change listener added to refresh bar status

No longer broken

  • Dataview datasource now allows to select existing columns on modal 377

Developer

  • Refactor of parser Service with a better performance.

3.1.2

1 year ago

Hotfix of select & tags contrast (empty values) and save as md array

3.1.1

1 year ago

Shiny new things

Improved

  • DateFn included as Locale of the calendar types (week start, translations...) #501
  • Width column does not have a minimum width anymore #676

Visual

  • Select and tags font color are contrasted with the background #684

No longer broken

  • Text column area will scale with the size of the text #694
  • Save data on file with the new API respect date format #683
  • List with the new edit API is not broken anymore #686

3.1.0

1 year ago

3.1.0-beta.1 avaliable Apart from that we have added:

Shiny new things

  • Auto refresh when any external change is detected. You can disable it on global settings for performance purposes ISSUE#482
  • A database can be related with itselves ISSUE#605

Visual

  • no wrap multiple images avaliable ISSUE#476

3.1.0-beta.1

1 year ago

(Insider version) With Obsidian 1.1.x the edit engine will be improved natively. You can try this beta with BRAT plugin

Shiny new things

  • New option for inline fields addition. Add a new field behind the last one. ISSUE#419
  • Inline edit engine improved. Edit your inline fields inside a callout or a list ISSUE#556
  • Add column Modal was refactored. Now you can interact with quick settings like type of column or remove button ISSUE#483
  • Larger input textarea (text column type) ISSUE#200
  • Text columns now support lists as [a,b,c,1,2,3]ISSUE#441
  • New option to select the font size of the rows ISSUE#498
  • You can customize the color of your group filters now ISSUE#492
  • Metadata columns now can access to some columns settings too ISSUE#589 ISSUE#464
  • Global configuration to make search bar sticky by default ISSUE#643

Improved

  • New configuration to format the metadata date ISSUE#436
  • Tasks column is refreshed with filters changes ISSUE#487
  • Improved responsiveness with the space between bottom and the table ISSUE#654
  • The cursor is kept in the same position when you add a new column option (select & tags) ISSUE#670

Visual

  • DnD new css classes to improve the visual feedback ISSUE#519
  • Dark mode support for select & tags ISSUE#656
  • Settings modal is now bigger on desktops
  • Footer formula modal is now bigger

No longer broken

  • Control illegal characters on new options (tags & select) ISSUE#668
  • Tags and select selector dropdown does not have the icon anymore (more space) ISSUE#671
  • Row context menu was overflown ISSUE#655
  • Context columns does not have access to the footer now ISSUE#653
  • DnD did not move the footer ISSUE#658
  • Last row could not be edited with pagination and search bar enabled ISSUE#652

3.0.1

1 year ago

Shiny new things

  • (experimental) new options for the footer including a menu to select those options:
    • Percentage of empty cells
    • Percentage of cells with a value
    • Count of empty cells
    • Count of cells with a value
    • Count of unique values
    • Formula
    • Sum of number columns

No longer broken

  • message when dv is not loaded not spammed anymore ISSUE#642
  • Correct tooltrip for export button ISSUE#641

3.0.0

1 year ago

Shiny new things

  • A new design for the plugin ISSUE#577
  • Row header menu now displays the entire file content below the row. Open option is now another right click option. ISSUE#633
  • Configurable shortcuts for some actions. ISSUE#154
  • Global search and filters now are avaliable with ctrl+F or with the search icon in the top bar. Leaving more space for the table.
  • (Experimental) enable/disable a footer. Currently only support summatory of number columns ISSUE#637

Improved

  • Number of total rows with the number displayed is shown in the status bar.
  • (Experimental) a custom view for errors.
  • At startup, the plugin will check if dataview loads the indexes. If not, it will show a warning to the user.

No longer broken

  • Mobile now support pagination
  • Mobile calendar view was fixed ISSUE#561