by simochee
Page-by-page history for Docsify.
Insert a script tag to load the plugin script file after loading the Docsify script.
<script>
window.$docsify = {};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@v4/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@v4/lib/plugins/front-matter.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-page-history/lib/docsify-plugin-page-history.min.js"></script>
Add history
field to page front-matter.
---
history:
- date: 2023-10-15 # recommended YYYY-MM-DD
message: |
Add **awesome section**.
- date: 2023-10-10
message: |
Initial release
---
## Page Title
...
Add @[page-history]
to your markdown file
# History
@[page-history]
- Clone this repository
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run watch mode using
pnpm run watch
- Start server using Live Server
- Insert a script tag to load the plugin script file after loading the Docsify script.
<script src="http://localhost:5500"></script>
MIT