Releases: RafaelGB/obsidian-db-folder
Releases · RafaelGB/obsidian-db-folder
1.7.1
Shiny new things
- Create your columns easily with 2 new options. Choose a file as template or just take all the avaliable fields in your source! ISSUE#39
Improved
- Now select source tags will be ordered alphabetically and the number of tags will be shown. ISSUE#76
Visual
- Tag options supports dark mode PRISSUE#124 artisticat1
- Freeze column gap fixed ISSUE#120 artisticat1
- Improvements of compact row mode artisticat1
No longer broken
1.7.0
1.7.0
Shiny new things
- New config option to choose the row height ISSUE#69 artisticat1
- New config to freeze first column ISSUE#51 artisticat1
- New type of column: Tags! Now you can select multiple options inside a cell powered with react-select component. Search of tags inside the form, control of duplicates, choose of tag colors inside the config and more! Frontmatter flavour saves the tags as yaml array. Inline flavour saves the tags as a string separated by commas ISSUE#36
Improved
- New button to remove the cell value easily of select column types
Visual
- Visual improvements with selected tags, properties menu & calendars PR#105 artisticat1
No longer broken
- with subgroup config on, now file link is updated correctly ISSUE#101
- Error handler adding option labels on modal of selected columns ( and now tags too)
- Control of duplicated options during the load of database, leaving only one unique option
- Control of special character that potentially breaks yaml frontmatter ISSUE#103
1.6.3
No longer broken
- Duplicated column ids on new column button is controlled now ISSUE#82
- checkbox color supports all type of dark mode modes ISSUE#85
- Inconsistent name of calendar and calendar time headers fixed ISSUE#86
- Visual bug after deleting and adding the same column. The data was removed into the note but not into the table ISSUE#83
- Add column is out of draggable area now, so you cant dnd to the right ISSUE#63
- onBlur event when changing the name of a column now works correctly ISSUE#96
:
inside text cells now saves wrapped with"your msg"
ISSUE#90
1.6.2
1.6.1
No longer broken
- State of db columns is fixed after edit column label or create new column. That fix problem with persisting information correctly.
- Now label column edition not add _ instead of space.
1.6.0
Shiny new things
- Another kind of data sources of dataview are added(current folder will be avaliable too, of course) ISSUE#59:
- TAGs: select a tag from a list of all tags
- INCOMING_LINKS: select a file from a list of all files
- OUTGOING_LINKS: select a file from a list of all files
No longer broken
- Filters of type "contains", "starts with" & "ends with" are fixed. A bug appears when original data was empty. ISSUE#72
1.5.1
Shiny new things
- Preview mode now renders a dataview table insead of markdown content! ISSUE#41
Visual
- Support for darkmode to checkbox column
No longer broken
- When new row is added and metadata column of created and modified is enabled, the metadata column is automatically filled with the current date and time instead of crashing.
1.5.0
Shiny new things
- To take advantage of the task column type architecture, Checkbox column type is added! Will be a 1 is checked, 0 is unchecked. (allows sorting & better performance)
- Improves to sorting columns: ISSUE#67
- Sorting is persisted now.
- Multi-column sorting is now possible.
- You can remove sorting by clicking on the same header option again.
Visual
- Text column style now justify the content of cells
- Sortable columns now have a sort icon ISSUE#65
No longer broken
- Enable media links of text column type config could be edited correctly again
1.4.0
Shiny new things
- New metadata column: File tasks! You can see the tasks that are associated with each file and interact with them. Powered with tasklist render of dataview. ISSUE#54
Improved
- Extra margin added to the botton and top of every cell is removed. Markdown obsidian renderer add html tagging that affected the margin.ISSUE#71 artisticat1
No longer broken
- Column settings that has a type without behavior section produce a console error no more and section tittle is not shown.