Templates

Begin with a useful structure.

Blank is always first. When the shape of the document is already known, choose a focused template and move directly into the editor.

Blank document

Start with a clean page and your own structure.

# Project Name

> A short, one-line description of what your project does.

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](#license)

## Table of Contents

- [About](#about)

- [Getting Started](#getting-started)

- [Usage](#usage)

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

# Meeting Notes

**Date:** 2024-01-15

**Time:** 10:00 AM – 10:45 AM

**Location:** Zoom / Conference Room B

**Facilitator:** [Name]

## Attendees

- [ ] Alice Johnson

Productivity

Meeting Notes

Capture every meeting efficiently with this structured meeting notes template. It includes fields for the date, attendees, a numbered agenda, discussion summaries, clearly assigned action items with owners and deadlines, and a placeholder for the next meeting. Consistent meeting notes reduce follow-up confusion, keep remote teams aligned, and create an searchable archive of decisions. This template works for stand-ups, sprint retrospectives, one-on-ones, client calls, and board meetings alike. Paste it into Glyphmark before your meeting starts, fill in the blanks as the conversation progresses, and export to PDF or share the markdown file when you are done.

Preview

---

title: "Your Blog Post Title"

author: "Your Name"

date: 2024-01-15

tags: [markdown, writing, productivity]

description: "A brief meta description for SEO (150-160 characters)."

---

Writing

Blog Post

Start every article with a clear structure using this blog post template. It includes front-matter-style metadata for title, author, date, and tags, followed by an introduction hook, body sections with subheadings, and a conclusion with a call to action. A well-organized blog post ranks better in search engines, keeps readers engaged longer, and converts more visitors into subscribers or customers. This template is suitable for technical tutorials, opinion pieces, product announcements, and long-form guides. Write your draft in Glyphmark with live preview, then copy the markdown into your CMS or static site generator like Astro, Next.js, or Hugo.

Preview

# 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

Developer

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.

Preview

# Project Proposal: [Project Name]

**Prepared by:** [Your Name]

**Date:** January 15, 2024

**Version:** 1.0

---

## Executive Summary

Provide a 2-3 sentence overview of the project, its goal, and the expected outcome. This should be compelling enough to read on its own.

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

# Weekly Report

**Name:** [Your Name]

**Week of:** January 15 – January 19, 2024

**Team:** [Team Name]

---

## Accomplishments

Things completed this week:

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

# Jane Doe

**Senior Software Engineer**

[jane@example.com](mailto:jane@example.com) · [linkedin.com/in/janedoe](https://linkedin.com) · [github.com/janedoe](https://github.com) · San Francisco, CA

---

## Summary

Software engineer with 6+ years of experience building scalable web applications. Expertise in TypeScript, React, and Node.js. Passionate about developer tools, performance optimization, and shipping products that users love.

---

Career

Resume / CV

Create a clean, ATS-friendly resume in markdown with this template. It covers all the essential sections: contact information, a professional summary, work experience with quantified achievements, education, technical skills, and optional sections for certifications and projects. Markdown resumes are easy to maintain in version control, quick to update, and can be exported to PDF from Glyphmark for a polished look. This template emphasizes accomplishments over responsibilities, uses action verbs, and includes metrics placeholders so your resume stands out to both applicant tracking systems and human recruiters. Keep it to one or two pages and customize the sections to match each job application.

Preview

# API Documentation

**Version:** 2.0

**Base URL:** `https://api.example.com/v2`

**Last Updated:** January 15, 2024

---

## Authentication

All requests require a Bearer token in the Authorization header:

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

# Journal Entry

**Date:** Monday, January 15, 2024

**Mood:** 😊 Good

---

## Gratitude

Three things I'm grateful for today:

1. A productive morning with no interruptions

Personal

Personal Journal

Build a consistent journaling habit with this daily journal template. It includes sections for the date, a mood check-in, a gratitude list, reflections on the day, highlights and challenges, and intentions for tomorrow. Journaling in markdown means your entries are plain text, portable, and will never be locked into a proprietary app. You can store them in a private Git repo, sync them with Obsidian, or simply keep them as local files. This template strikes a balance between structure and freedom — enough prompts to overcome the blank page, but not so rigid that it feels like a chore. Spend five to ten minutes each evening filling it out to improve self-awareness, reduce stress, and track personal growth over time.

Preview

# Study Notes: [Subject / Topic]

**Course:** [Course Name]

**Date:** January 15, 2024

**Lecture:** Week 3 — Data Structures

**Textbook:** Chapter 5, pages 120–145

---

## Key Concepts

Education

Study Notes

Organize your learning effectively with this study notes template. It is structured around a specific subject or topic and includes sections for key concepts, definitions, detailed explanations, worked examples, practice questions, and a summary. The template borrows from the Cornell note-taking method by separating cues and summaries from detailed notes. Markdown is ideal for study notes because you can include code snippets for programming courses, LaTeX-style math notation, tables for comparisons, and links to reference material. Use Glyphmark to write your notes during lectures or while reading, then review them with the live preview to reinforce your understanding. These notes are easy to search, version, and share with classmates.

Preview