# Projects Masterfile
Welcome to the central hub for all projects! This file tracks ideas, progress, and completed results.
---
## Kanban Board
> [!info] Embedded Kanban Board
> Use the link below to access the Kanban view for projects:
>
> ![[Project Kanban]]
> [Project Kanban](obsidian://open?vault=Aidans%20Second%20Brain&file=Tasks%2FUntitled%20Kanban)
---
## Prospective Projects
```meta-bind-button
label: New Idea
icon: ""
style: primary
class: ""
cssStyle: ""
backgroundImage: ""
tooltip: ""
id: newidea
hidden: false
actions:
- type: templaterCreateNote
templateFile: Meta/templates/Idea.md
folderPath: Creative
fileName: ""
openNote: true
openIfAlreadyExists: false
```
```dataview
table file.name as "Project Idea", file.link as "Link"
from "Creative"
where contains(file.name, "Idea")
sort file.name asc
```
---
## Dataview: All Project Files in This Folder
```dataview
table file.name as "Project Name", status, created
from "Projects"
where file.name != this.file.name and contains(file.name, "Index")
sort created desc
```
---
## Brainstorming
![[Brainstorming.canvas|Brainstorming]]