Skip to content

Commit f9271e8

Browse files
authored
Merge pull request #473 from tu2-atmanand/release-v1.8.0
Release v1.8.0
2 parents 29bd0f6 + d8a8a96 commit f9271e8

File tree

103 files changed

+7357
-2733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+7357
-2733
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ npm run dev # Should start watch mode and display "watching for changes..."
104104
│ ├── services/ # Business logic and external integrations (~10 files)
105105
│ ├── utils/ # Utility functions and helpers (~15 files)
106106
│ │ ├── vaultScanner.ts # Core vault scanning logic
107-
│ │ ├── RealTimeScanning.ts # Real-time file change handling
107+
│ │ ├── RealTimeScanner.ts # Real-time file change handling
108108
│ │ ├── RenderColumns.ts # Task filtering and column rendering
109109
│ │ └── ... # File operations, task parsing, etc.
110110
│ ├── settings/ # Plugin settings UI
@@ -153,7 +153,7 @@ npm run dev # Should start watch mode and display "watching for changes..."
153153
- **Plugin not loading**: Check `manifest.json` version compatibility with Obsidian
154154
- **Build failures**: Run `npx tsc --noEmit --skipLibCheck` to isolate TypeScript errors
155155
- **Runtime errors**: Use Obsidian's developer console (Ctrl+Shift+I)
156-
- **File scanning issues**: Check `utils/vaultScanner.ts` and `utils/RealTimeScanning.ts`
156+
- **File scanning issues**: Check `utils/vaultScanner.ts` and `utils/RealTimeScanner.ts`
157157

158158
## Release Process
159159
- Releases are automated via GitHub Actions on git tags

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Join the forum top to share your thoughts, ideas or requests and hear from other
4949

5050
**Step 2 :** Open Task Board using the Icon from the right side Ribbon Icon Bar. There is also a command in the Command Pallet.
5151

52-
**Step 3 :** Click on the **Scan vault window** button from the top-right corner in the Task Board view header. Then click on the run button and it will scan all your files to look for tasks. If your vault contains thousands of notes, you can apply [scanning filters](https://tu2-atmanand.github.io/task-board-docs/docs/Features/Filters_for_Scanning/) to exclude certain files from scanning.
52+
**Step 3 :** Click on the **Scan vault modal** button from the top-right corner in the Task Board view header. Then click on the run button and it will scan all your files to look for tasks. If your vault contains thousands of notes, you can apply [scanning filters](https://tu2-atmanand.github.io/task-board-docs/docs/Features/Filters_for_Scanning/) to exclude certain files from scanning.
5353

5454
**Step 4 :** There are already two predefined board for your convenience as an example. Feel free to delete or edit the boards and [create your own boards](https://tu2-atmanand.github.io/task-board-docs/docs/How_To/HowToCreateNewBoard/) from the Configure Board settings. Enjoy !
5555

0 commit comments

Comments
 (0)