{"id":15162290,"url":"https://github.com/mivinci/bitmd","last_synced_at":"2026-04-02T03:02:36.470Z","repository":{"id":221697160,"uuid":"755040548","full_name":"mivinci/bitmd","owner":"mivinci","description":"📃 A pluggable markdown editor/viewer built with marked.","archived":false,"fork":false,"pushed_at":"2024-03-30T07:12:38.000Z","size":430,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-23T01:18:56.329Z","etag":null,"topics":["bun","markdown","markdown-editor","react","svelte","vite","vue"],"latest_commit_sha":null,"homepage":"","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/mivinci.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}},"created_at":"2024-02-09T10:09:05.000Z","updated_at":"2024-02-24T11:58:56.000Z","dependencies_parsed_at":"2024-02-15T11:43:14.479Z","dependency_job_id":null,"html_url":"https://github.com/mivinci/bitmd","commit_stats":null,"previous_names":["halobase/bitmd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mivinci/bitmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivinci%2Fbitmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivinci%2Fbitmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivinci%2Fbitmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivinci%2Fbitmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mivinci","download_url":"https://codeload.github.com/mivinci/bitmd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivinci%2Fbitmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bun","markdown","markdown-editor","react","svelte","vite","vue"],"created_at":"2024-09-27T01:22:31.931Z","updated_at":"2026-04-02T03:02:36.428Z","avatar_url":"https://github.com/mivinci.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitMD\n\n📃 A pluggable markdown editor/viewer built with [marked](https://marked.js.org).\n\n![screenshot](./docs/screenshot.png)\n\nBitMD is being developed using [bun](https://bun.sh) as the package manager and [vite](https://vitejs.dev) as the package bundler which's cool :)\n\n## Features\n\n- Support for multiple frameworks, themes and locales.\n- Compatible with existing [marked extensions](https://marked.js.org/using_advanced#extensions)\n\n\n## Examples\n\nFor VanillaJS,\n\n```js\nnew bitmd.BitMD({\n  target: document.querySelector(\"#app\"),\n  props: {\n  value: \"# Heading\",\n    plugins: [\n      bitmd_plugin_katex(),\n      bitmd_plugin_highlight(),\n    ]\n  }\n});\n```\n\nCheck out [examples/vanilla](./examples/vanilla/index.html) for the full code snippet. \n\n## Plugins \u0026 Bindings\n\nHere are plugins or bindings finished or being planned.\n\n- [x] [plugin-gfm](./packages/plugin-gfm/) - GitHub flavored markdown\n- [x] [plugin-image](./packages/plugin-image/) - Image upload and insertion\n- [x] [plugin-katex](./packages/plugin-katex/) - LaTeX math formulas\n- [x] [plugin-highlight](./packages/plugin-highlight/) - Code highlighting\n- [ ] [plugin-mermaid](./packages/plugin-mermaid/) - Mermaid graghs and charts\n- [ ] [react](./packages/react/) - React binding of BitMD\n- [ ] [vue](./packages/vue/) - Vue binding of BitMD\n\n## Develop\n\nTo develop, make sure you have [bun](https://bun.sh) installed on your device.\n\n```bash\ngit clone https://github.com/mivinci/bitmd.git\ncd bitmd\nbun i\n```\n\n## Credits\n\n- [marked](https://marked.js.org)\n- [bytemd](https://bytemd.js.org)\n\n## License\n\nBitMD is MIT licensed.\n\n##\n\nHave fun :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivinci%2Fbitmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmivinci%2Fbitmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivinci%2Fbitmd/lists"}