{"id":43017811,"url":"https://github.com/mkobit/obsidian-bases-charts","last_synced_at":"2026-01-31T06:12:16.281Z","repository":{"id":331931259,"uuid":"1124806877","full_name":"mkobit/obsidian-bases-charts","owner":"mkobit","description":"Charts, diagrams, and graphic support for bases","archived":false,"fork":false,"pushed_at":"2026-01-28T07:31:56.000Z","size":860,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-28T11:13:32.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkobit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-29T16:42:33.000Z","updated_at":"2026-01-28T06:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mkobit/obsidian-bases-charts","commit_stats":null,"previous_names":["mkobit/obsidian-bases-charts"],"tags_count":0,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/mkobit/obsidian-bases-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobit%2Fobsidian-bases-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobit%2Fobsidian-bases-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobit%2Fobsidian-bases-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobit%2Fobsidian-bases-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkobit","download_url":"https://codeload.github.com/mkobit/obsidian-bases-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobit%2Fobsidian-bases-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-31T06:12:15.644Z","updated_at":"2026-01-31T06:12:16.275Z","avatar_url":"https://github.com/mkobit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Bases Charts\n\n\u003e [!WARNING]\n\u003e **Work in Progress** as of 2026-01-07. This plugin is under active development.\n\n## Project summary\n\nObsidian Bases Charts is a visualization-heavy plugin for Obsidian that bridges the gap between your vault's data and powerful, interactive charts.\n\nBy leveraging the **Obsidian Bases API** for data querying and **Apache ECharts** for rendering, this plugin allows you to create dynamic visualizations driven directly by the properties in your notes.\n\n## Goals\n\n- **Data-Driven**: Utilize the Obsidian Bases API to query and aggregate data from your vault properties efficiently.\n- **Advanced Visualization**: Provide a comprehensive suite of chart types (Bar, Line, Pie, Scatter, Heatmap, and more) using the robust Apache ECharts library.\n- **Flexible Configuration**: Enable users to define and customize views using intuitive configuration files (`.base` files) or UI-based settings.\n- **Performance**: Ensure high performance and responsiveness, even with large datasets, by using optimized data structures and chart rendering techniques.\n- **Extensibility**: Lay the groundwork for future integrations, such as Mermaid diagrams or custom chart types.\n\n## Development\n\nThis project uses [pnpm](https://pnpm.io/) and Node.js.\n\n### Prerequisites\n\n- Node.js (v22 recommended)\n- pnpm\n\n### Setup\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\n### Building\n\nTo build the plugin in watch mode (for development):\n\n```bash\npnpm dev\n```\n\nTo build for production:\n\n```bash\npnpm build\n```\n\n### Automated testing\n\nWe use WebdriverIO for end-to-end testing.\n\n```bash\nbun run test:e2e\n```\n\nFor more details, see [`e2e/AGENTS.md`](e2e/AGENTS.md).\n\n### Manual testing\n\nTo test the plugin in Obsidian, you need to load the built files into a vault.\n\n1.  **Prepare a Vault**: You can use the provided `example/` directory as a test vault, or create a new one.\n2.  **Install the Plugin**: Create a directory inside your vault at `.obsidian/plugins/obsidian-bases-charts` (or your preferred ID).\n3.  **Deploy Files**: Copy `main.js`, `manifest.json`, and `styles.css` into that directory.\n\nFor a smoother development experience, we recommend using the **Hot Reload** plugin:\n-   [https://github.com/pjeby/hot-reload](https://github.com/pjeby/hot-reload)\n\n### Resources\n\nFor more information on building Obsidian plugins, refer to the official documentation:\n-   [Build a plugin - Obsidian Developer Docs](https://docs.obsidian.md/Plugins/Getting+started/Build+a+plugin)\n\n### License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkobit%2Fobsidian-bases-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkobit%2Fobsidian-bases-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkobit%2Fobsidian-bases-charts/lists"}