mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
- Add comprehensive URI deep-link documentation for settings navigation - Implement path-based URI routing (obsidian://task-genius/settings) alongside legacy format - Support direct action handlers for settings, create-task, and open-view paths - Document all supported tab IDs and action parameters for MCP integration - Add docs-site to .gitignore for separate repository management The new URI format provides cleaner, more intuitive deep links for accessing plugin features directly from documentation or external applications.
48 lines
498 B
Text
48 lines
498 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
|
|
|
|
dist
|
|
dist/*
|
|
|
|
# Documentation site (separate repository)
|
|
docs-site
|
|
|