heyman/heynote

A dedicated scratchpad for power users

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 12th, 2026
Created on December 28th, 2022
Open Issues & Pull Requests: 89 (+0)
GitHub issues: Enabled
Number of forks: 283
Total Stargazers: 5,368 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 41.8 hours
Mean response time: 75.0 days
90th percentile: 316.1 days
Tracked items: 179

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "need-repro" is answered fastest, typically in about 16 hours, while "enhancement" waits about 3 weeks. Only 9% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 52
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 456 days
Stale 30+ days: 51
Stale 90+ days: 40

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (31)
  • bug (22)
  • need-repro (13)
  • duplicate (3)
  • invalid (3)
  • help wanted (2)
  • linux (2)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Heynote is a scratchpad and note-taking app for developers and power users.

The tool addresses the need for a persistent, easily accessible text buffer where developers can temporarily store information without friction. It solves this by providing a large, always-available workspace divided into blocks, where each block can be assigned its own programming language or format. This block-based structure enables syntax highlighting and auto-formatting tailored to the content type—useful for pasting API responses, meeting notes, or code snippets. The app includes a global hotkey option to quickly show or hide the window, keeping it accessible without cluttering your workspace.

Heynote suits developers and power users who frequently work with multiple text formats and need quick access to a scratchpad. It works well for temporary storage of JSON responses, code samples, to-do lists, or any text you want to keep separate from your main editor or messaging apps. The tool supports syntax highlighting for a wide range of languages including JavaScript, Python, Rust, SQL, and many others, plus features like math and calculator mode and currency conversion. It runs on Mac, Windows, and Linux as a desktop application.

The project shows steady, focused development with regular bug fixes and feature additions. Contributions are welcomed when they align with the maintainer's vision for the app. The tool is built on established open-source foundations including CodeMirror for editing, Vue for the interface, and Electron for cross-platform desktop deployment.