https://github.com/simochee/docsify-plugin-page-history
📋 Page-by-page history for Docsify
https://github.com/simochee/docsify-plugin-page-history
Last synced: about 1 month ago
JSON representation
📋 Page-by-page history for Docsify
- Host: GitHub
- URL: https://github.com/simochee/docsify-plugin-page-history
- Owner: simochee
- License: mit
- Created: 2024-01-08T13:34:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T06:09:22.000Z (almost 2 years ago)
- Last Synced: 2025-07-07T09:08:00.107Z (5 months ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docsify - docsify-plugin-page-history - A plugin for per-by-page history. (Plugins)
README
Docsify Plugins
Page History
by simochee
[](https://www.jsdelivr.com/package/npm/docsify-plugin-page-history)
[](https://badge.fury.io/js/docsify-plugin-page-history)
[](https://github.com/simochee/docsify-plugin-page-history/blob/main/LICENSE)
[](https://github.com/simochee/docsify-plugin-page-history/actions/workflows/release.yaml)
Page-by-page history for Docsify.
## 📀 Installation
Insert a script tag to load the plugin script file after loading the Docsify script.
```html
window.$docsify = {};
```
## 🔰 Usage
### Add page history
Add `history` field to page front-matter.
```md
---
history:
- date: 2023-10-15 # recommended YYYY-MM-DD
message: |
Add **awesome section**.
- date: 2023-10-10
message: |
Initial release
---
## Page Title
...
```
### Display all page history
Add `@[page-history]` to your markdown file
```md
# History
@[page-history]
```
## 💻 Development
1. Clone this repository
1. Enable Corepack using `corepack enable`
1. Install dependencies using `pnpm install`
1. Run watch mode using `pnpm run watch`
1. Start server using [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
1. Insert a script tag to load the plugin script file after loading the Docsify script.
```html
```
## 🛡️ License
MIT