Develop and maintain the Doc Database VSCode extension for indexing markdown frontmatter into SQLite.
This skill provides specialized guidance for developers working on the Doc Database VSCode extension, a tool that indexes project documentation frontmatter into a local SQLite database. It offers expert assistance with modifying hardcoded schemas, extending webview UIs, debugging the file synchronization engine, and implementing custom SQL logic via sql.js. Whether you are adding new table types, fixing frontmatter parsing bugs, or creating new dashboard visualizations, this guide ensures implementation follows the extension's specific architectural patterns.
主な機能
01Webview UI development for dashboards and editable tables
020 GitHub stars
03Schema modification and SQL DDL generation guidance
04VSCode command registration and API integration patterns
05Sync engine optimization for markdown frontmatter indexing
06SQL query implementation using internal database wrappers
ユースケース
01Debugging synchronization issues between markdown files and the SQLite database
02Extending the webview interface with custom editing capabilities or data chips
03Adding a new metadata table type to the documentation indexer