All templates

Developer template

Changelog

Keep your users informed about every release with this changelog template based on the Keep a Changelog format. It organizes changes into Added, Changed, Deprecated, Removed, Fixed, and Security categories under semantic version headings. A clear changelog builds trust with users and contributors, reduces support requests, and makes auditing past changes straightforward. This template follows semver conventions and includes links to compare diffs between versions on GitHub. Whether you maintain a SaaS product, an open-source library, or an internal tool, a structured changelog is essential for transparent communication about what shipped and when.

changelogrelease notesversioningsemverreleasesupdates
changelog.mdReady to use
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- New feature or capability that was introduced

### Changed

- Modifications to existing functionality

## [1.2.0] - 2024-01-15

### Added

- Dark mode support across all pages
- Export to PDF functionality
- Keyboard shortcut `Ctrl+S` to save

### Changed

- Improved markdown parsing performance by 40%
- Updated dependencies to latest versions

### Fixed

- Fixed cursor jumping to end of line on paste
- Resolved memory leak in live preview

## [1.1.0] - 2024-01-01

### Added

- Live preview panel with split view
- Syntax highlighting for code blocks
- Auto-save to local storage

### Deprecated

- Legacy export format (will be removed in v2.0)

### Security

- Updated marked library to patch XSS vulnerability

## [1.0.0] - 2023-12-15

### Added

- Initial release
- Markdown editor with toolbar
- Five built-in themes
- File download as `.md`

[Unreleased]: https://github.com/user/repo/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/user/repo/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/user/repo/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/user/repo/releases/tag/v1.0.0

Keep moving

Related templates

Developer

README Template

A well-structured README is the front door to any open source project. This README template gives you a proven layout that covers everything contributors and users need: a concise project description, badges for build status and license, step-by-step installation instructions, usage examples with code snippets, a contributing guide, and a license section. Whether you are publishing a CLI tool, a JavaScript library, or a full-stack application, starting from this template ensures you do not forget critical sections that help people adopt your project. It follows conventions popularized by GitHub's community standards and is compatible with npm init, cargo init, and other scaffolding tools that look for a README.md in the repository root.

Preview

Developer

API Documentation

Document your API clearly and completely with this template. It covers an overview, authentication, base URL, common headers, multiple endpoint examples with request and response bodies, error codes, rate limiting, and a versioning policy. Good API documentation is the single biggest factor in developer adoption — developers will not integrate an API they cannot understand. This template uses markdown code blocks for curl examples and JSON payloads, making it easy to read in any markdown viewer. It is suitable for REST APIs, GraphQL endpoints, and webhook documentation. Write it in Glyphmark, preview it live, and publish it to your docs site or GitHub wiki.

Preview

Business

Project Proposal

Win stakeholder approval with this comprehensive project proposal template. It walks you through an executive summary, problem statement, proposed solution, project scope, timeline with milestones, budget breakdown, risk assessment, and success metrics. Whether you are pitching an internal initiative to leadership, submitting a client proposal, or applying for a grant, this structure ensures you address every question decision-makers will ask. The template is designed to be concise enough to skim yet detailed enough to stand on its own without a presentation deck. Fill it in with your specifics, export to PDF from Glyphmark, and send it as a polished, professional document.

Preview

Productivity

Weekly Report

Stay on top of team progress with this weekly report template. It breaks the week into four clear sections: accomplishments, work in progress, blockers or risks, and priorities for next week. Consistent weekly reports are invaluable for async-first teams, remote workers reporting to managers in different time zones, and freelancers updating clients. The template is deliberately concise — it should take no more than fifteen minutes to fill out each Friday. Sharing weekly reports in markdown means they are searchable, diffable in version control, and easy to archive. Use Glyphmark to write your report, then paste it into Slack, email, or your project management tool.

Preview