From 291e434a066bb01de6cdb583f4693731ca575c3e Mon Sep 17 00:00:00 2001 From: iiz00 Date: Tue, 22 Aug 2023 15:44:40 +0900 Subject: [PATCH] Fixed file view not working properly when backlinks are hidden --- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- src/getOutline.ts | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0109ffe..c10ba88 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you like my plugin, I would appreciate it if you could buy me a cup of coffee [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iiz00)

## Changelog -- 0.1.2 +- 0.1.3 - Fixed file view not working properly when backlinks are hidden. - 0.1.1 - Fixed diff --git a/manifest.json b/manifest.json index a0f1a55..955e73d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "multiple-notes-outline", "name": "Multiple Notes Outline", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.3.0", "description": "Add custom views which show outlines of multiple notes with headings, links, tags and list items.", "author": "iiz", diff --git a/package.json b/package.json index 228e2ce..7bf709e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiple-notes-outline", - "version": "0.1.2", + "version": "0.1.3", "description": "Add custom views which shows outline of multiple notes at once", "main": "main.js", "scripts": { diff --git a/src/getOutline.ts b/src/getOutline.ts index 798047a..a8fc3d3 100644 --- a/src/getOutline.ts +++ b/src/getOutline.ts @@ -5,7 +5,6 @@ import { getBacklinkFiles, getBacklinkFilesDataview } from 'src/getTargetFiles'; // ファイルステータスの初期化 export function initFileStatus(files: TAbstractFile[]): FileStatus[] { let status:FileStatus[] = []; - console.log('initStatus',files); for (let i=0; i< files.length; i++) { const flagFolder = Boolean(files[i] instanceof TFolder); status.push({