Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 79bb68e

Browse files
committed
Merge branch 'master' into 574-support-of-obsidian-projects
2 parents bb86daa + a97fe60 commit 79bb68e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.8.1",
4+
"version": "2.8.2",
55
"minAppVersion": "0.16.3",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.8.1",
4+
"version": "2.8.2",
55
"minAppVersion": "0.16.3",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

src/stateManagement/data/handlers/SaveDataFromFileHandlerAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default class SaveDataFromFileHandlerAction extends AbstractTableAction<D
5858

5959
const currentline = this.normalizeArray(lines[i].split(","));
6060
const potentialPath = currentline[fileIndex];
61-
currentline.splice(fileIndex, 1);
6261
// Obtain just the filename from the path
6362
const sanitizePath = potentialPath?.split("/").pop().split('.');
6463
let filename = "";

0 commit comments

Comments
 (0)