{"id":20496530,"url":"https://github.com/justforuse/vuepress-plugin-markdown-define","last_synced_at":"2025-06-26T21:34:05.499Z","repository":{"id":79499117,"uuid":"493683300","full_name":"justforuse/vuepress-plugin-markdown-define","owner":"justforuse","description":"Vuepress plugin for define variables in markdown","archived":false,"fork":false,"pushed_at":"2022-06-06T09:37:58.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T11:48:14.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vuepress-plugin-markdown-define.netlify.app/","language":"JavaScript","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/justforuse.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}},"created_at":"2022-05-18T13:50:17.000Z","updated_at":"2023-03-07T05:32:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"d35d352f-0c37-4827-9c66-c2f4802c0f55","html_url":"https://github.com/justforuse/vuepress-plugin-markdown-define","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"369c7c2deb220c25d4be12952c1bb3a2a80c4528"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/justforuse/vuepress-plugin-markdown-define","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justforuse%2Fvuepress-plugin-markdown-define","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justforuse%2Fvuepress-plugin-markdown-define/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justforuse%2Fvuepress-plugin-markdown-define/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justforuse%2Fvuepress-plugin-markdown-define/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justforuse","download_url":"https://codeload.github.com/justforuse/vuepress-plugin-markdown-define/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justforuse%2Fvuepress-plugin-markdown-define/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260212431,"owners_count":22975490,"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","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-11-15T18:07:34.605Z","updated_at":"2025-06-26T21:34:05.472Z","avatar_url":"https://github.com/justforuse.png","language":"JavaScript","readme":"# Vuepress-plugin-markdown-define\n\n## Install\n\n```\nnpm install vuepress-plugin-markdown-define\n```\n\n## Usage\n\nin `config.js`\n\n```js\nconst CONSTS = {\n  __VERSION__: require('../../package.json').version\n}\n\nmodule.exports = {\n  // ...\n  plugins: [\n    [\n      'markdown-define',\n      CONSTS\n    ]\n  ]\n}\n\n```\n\nYour `.md` file source code:\n\n```md\nCurrent version is __VERSION__\n```\n\nwill rendered as:\n\n```md\nCurrent version is 1.0.0\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustforuse%2Fvuepress-plugin-markdown-define","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustforuse%2Fvuepress-plugin-markdown-define","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustforuse%2Fvuepress-plugin-markdown-define/lists"}