{"id":26436849,"url":"https://github.com/simochee/docsify-plugin-page-history","last_synced_at":"2025-10-10T09:45:21.869Z","repository":{"id":216116990,"uuid":"740504057","full_name":"simochee/docsify-plugin-page-history","owner":"simochee","description":"📋 Page-by-page history for Docsify","archived":false,"fork":false,"pushed_at":"2024-01-31T06:09:22.000Z","size":86,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T09:08:00.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simochee.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":"2024-01-08T13:34:46.000Z","updated_at":"2025-03-14T02:55:43.000Z","dependencies_parsed_at":"2024-05-02T00:53:35.099Z","dependency_job_id":"0413713b-e503-4e09-a173-7751d62ad4ae","html_url":"https://github.com/simochee/docsify-plugin-page-history","commit_stats":null,"previous_names":["simochee/docsify-plugin-page-history"],"tags_count":7,"template":false,"template_full_name":"simochee/create-docsify-plugin","purl":"pkg:github/simochee/docsify-plugin-page-history","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simochee%2Fdocsify-plugin-page-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simochee%2Fdocsify-plugin-page-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simochee%2Fdocsify-plugin-page-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simochee%2Fdocsify-plugin-page-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simochee","download_url":"https://codeload.github.com/simochee/docsify-plugin-page-history/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simochee%2Fdocsify-plugin-page-history/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003406,"owners_count":26083581,"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-10-10T02:00:06.843Z","response_time":62,"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":"2025-03-18T08:18:30.304Z","updated_at":"2025-10-10T09:45:21.833Z","avatar_url":"https://github.com/simochee.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docsify.svg\" alt=\"Docsify Logo\" height=\"128\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eDocsify Plugins\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003ePage History\u003c/h3\u003e\n\u003cp align=\"center\"\u003eby \u003ca href=\"https://github.com/simochee\"\u003esimochee\u003c/a\u003e\u003c/p\u003e\n\n[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/docsify-plugin-page-history/badge)](https://www.jsdelivr.com/package/npm/docsify-plugin-page-history)\n[![npm version](https://badge.fury.io/js/docsify-plugin-page-history.svg)](https://badge.fury.io/js/docsify-plugin-page-history)\n[![License](https://img.shields.io/npm/l/docsify-plugin-page-history)](https://github.com/simochee/docsify-plugin-page-history/blob/main/LICENSE)\n[![Release](https://github.com/simochee/docsify-plugin-page-history/actions/workflows/release.yaml/badge.svg)](https://github.com/simochee/docsify-plugin-page-history/actions/workflows/release.yaml)\n\nPage-by-page history for Docsify.\n\n## 📀 Installation\n\nInsert a script tag to load the plugin script file after loading the Docsify script.\n\n```html\n\u003cscript\u003e\n  window.$docsify = {};\n\u003c/script\u003e\n\u003cscript src=\"//cdn.jsdelivr.net/npm/docsify@v4/lib/docsify.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"//cdn.jsdelivr.net/npm/docsify@v4/lib/plugins/front-matter.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"//cdn.jsdelivr.net/npm/docsify-plugin-page-history/lib/docsify-plugin-page-history.min.js\"\u003e\u003c/script\u003e\n```\n\n## 🔰 Usage\n\n### Add page history\n\nAdd `history` field to page front-matter.\n\n```md\n---\nhistory:\n  - date: 2023-10-15 # recommended YYYY-MM-DD\n    message: |\n      Add **awesome section**.\n  - date: 2023-10-10\n    message: |\n      Initial release\n---\n\n## Page Title\n\n...\n```\n\n### Display all page history\n\nAdd `@[page-history]` to your markdown file\n\n```md\n# History\n\n@[page-history]\n```\n\n## 💻 Development\n\n1. Clone this repository\n1. Enable Corepack using `corepack enable`\n1. Install dependencies using `pnpm install`\n1. Run watch mode using `pnpm run watch`\n1. Start server using [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)\n1. Insert a script tag to load the plugin script file after loading the Docsify script.\n\n```html\n\u003cscript src=\"http://localhost:5500\"\u003e\u003c/script\u003e\n```\n\n## 🛡️ License\n\nMIT\n","funding_links":[],"categories":["Plugins"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimochee%2Fdocsify-plugin-page-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimochee%2Fdocsify-plugin-page-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimochee%2Fdocsify-plugin-page-history/lists"}