https://github.com/tox82/changeloggr
Automatically displays a modal showing your changelog file. With 1 line of code. Only when something has actually changed
https://github.com/tox82/changeloggr
Last synced: about 1 year ago
JSON representation
Automatically displays a modal showing your changelog file. With 1 line of code. Only when something has actually changed
- Host: GitHub
- URL: https://github.com/tox82/changeloggr
- Owner: ToX82
- Created: 2023-07-22T17:49:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T06:58:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T21:19:11.436Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# How do I use changeloggr?
Download the project, put it somewhere in your website's files, and paste this code somewhere in your html code. File should point at your changelog file:
``
## That's it!
Out of the box, it shows a modal dialog on the right side of your web page, showing the formatted MarkDown changelog. You can easily extend the provided CSS or create a new theme.
Your users will see the modal only once, until your next update to the changelog file.
