{"id":13553821,"url":"https://github.com/egoist/docute-plugins","last_synced_at":"2025-08-10T07:15:25.344Z","repository":{"id":45275067,"uuid":"150846264","full_name":"egoist/docute-plugins","owner":"egoist","description":"List of Docute Plugins.","archived":false,"fork":false,"pushed_at":"2021-12-25T14:31:29.000Z","size":192,"stargazers_count":22,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T21:06:05.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docute.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egoist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-29T09:05:26.000Z","updated_at":"2025-01-10T15:34:44.000Z","dependencies_parsed_at":"2022-09-14T05:02:04.235Z","dependency_job_id":null,"html_url":"https://github.com/egoist/docute-plugins","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/egoist/docute-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fdocute-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fdocute-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fdocute-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fdocute-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoist","download_url":"https://codeload.github.com/egoist/docute-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fdocute-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269690611,"owners_count":24459874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2024-08-01T12:02:34.104Z","updated_at":"2025-08-10T07:15:25.273Z","avatar_url":"https://github.com/egoist.png","language":"JavaScript","readme":"# Docute Plugins\n\n## Official Docute Plugins\n\n- [docute-mermaid](./packages/mermaid)\n- [docute-google-analytics](./packages/google-analytics)\n- [docute-katex](./packages/katex)\n- [docute-run-code](./packages/run-code)\n\n## Community Plugins\n\n- PR to add here..\n\n## Add an Official Plugin\n\n1. Create a folder inside `./packages`\n2. Create a `package.json` with following contents:\n\n```json\n{\n  \"name\": \"docute-foo\",\n  \"version\": \"0.0.0\",\n  \"scripts\": {\n    \"build\": \"bili\",\n    \"prepublishOnly\": \"yarn build\"\n  },\n  \"main\": \"dist/index.min.js\",\n  \"files\": [\n    \"dist\"\n  ],\n  \"license\": \"MIT\",\n  \"devDependencies\": {\n    \"bili\": \"^4.7.2\"\n  }\n}\n```\n3. Create a `bili.config.ts` with following contents:\n\n```ts\nimport {Config} from 'bili'\n\nconst config: Config = {\n  output: {\n    fileName: 'index[min].js',\n    format: ['umd', 'umd-min'],\n    moduleName: '{{ replace this with moduleName }}'\n  }\n}\n\nexport default config\n```\n4. Create `src/index.js`","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fdocute-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Fdocute-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fdocute-plugins/lists"}