mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
Introduce a new widget architecture for embedding task views directly in notes via codeblocks. Includes: - Core widget framework: BaseWidgetView, WidgetShell, WidgetFactory - Widget views: Tasks, Calendar, Kanban, Projects, Forecast - Codeblock processor for `task-genius-widget` syntax - Responsive layouts (compact/narrow/medium/wide) - Calendar component: configurable view mode persistence per instance - Comprehensive widget styling with mini calendar variant
56 lines
671 B
Text
56 lines
671 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# Zip
|
|
*.zip
|
|
*.rar
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
styles.css
|
|
|
|
package-lock.json
|
|
|
|
# env
|
|
.env
|
|
|
|
# translations
|
|
translation-templates
|
|
._data.json
|
|
|
|
CLAUDE.md
|
|
.kiro
|
|
.claude
|
|
.codex
|
|
|
|
dist
|
|
dist/*
|
|
|
|
# Workspace packages build artifacts
|
|
packages/*/dist
|
|
packages/*/node_modules
|
|
|
|
# Keep calendar package .git for independent management
|
|
!packages/calendar/.git
|
|
|
|
# Documentation site (separate repository)
|
|
docs-site
|
|
PLAN.md
|