diff --git a/dashboard.md b/dashboard.md new file mode 100644 index 0000000..b4c63eb --- /dev/null +++ b/dashboard.md @@ -0,0 +1,55 @@ +--- +dashboard: true +banner: + quote: "The mind is everything. What you think you become." + author: "Buddha" +columns: + - name: Memo + color: "#f59e0b" + type: memo + - name: Todo + color: "#6366f1" + type: todo + - name: Projects + color: "#10b981" + type: projects + - name: Library + color: "#8b5cf6" + type: projects +--- + +## Memo + +### 2026-05-27 memo +id: demo-memo-1 +Welcome to Apex Dashboard! Click here to edit your first memo. + +## Todo + +### Getting Started +id: demo-todo-1 +type: task +- [ ] Try adding a new card +- [ ] Drag cards between sections +- [ ] Edit the banner quote +- [ ] Add a quick link + +## Projects + +### My First Project +id: demo-project-1 +type: project + +## Library + +### Reading +id: demo-lib-reading +type: project + +### To Read +id: demo-lib-toread +type: project + +### Done +id: demo-lib-done +type: project