MCPcopy
hub / github.com/heyman/heynote

github.com/heyman/heynote @v2.9.1 sqlite

repository ↗ · DeepWiki ↗ · release v2.9.1 ↗
1,178 symbols 3,941 edges 145 files 10 documented · 1%
README

Heynote

GitHub release (latest SemVer) Build Status

General Information

Heynote is a scratchpad and note-taking app for developers and power users. It functions as a large persistent text buffer where you can write down anything you like. Works great for that Slack message you don't want to accidentally send, a JSON response from an API you're working with, notes from a meeting, your daily to-do list, etc.

Heynote buffers are divided into blocks, and each block can have its own Language set (e.g. JavaScript, JSON, Markdown, etc.). This gives you syntax highlighting and lets you auto-format that JSON response. Just hit Ctrl/Cmd + Enter to create a new block.

Available for Mac, Windows, and Linux.

New sidebar buffer tree feature

Features

  • Persistent text buffers
  • Block-based
  • Inline images
  • Multiple buffers in tabs
  • Search (single and multi buffer)
  • Math/Calculator mode
  • Currency conversion
  • Syntax highlighting:

    C++, C#, Clojure, CSS, Elixir, Erlang, Dart, Go, Groovy, HTML, Java, JavaScript, JSX, Kotlin, TypeScript, TOML, TSX, JSON, Lezer, Markdown, Mermaid, PHP, Python, Ruby, Rust, Scala, Shell, SQL, Swift, Vue, XML, YAML

  • Language auto-detection

  • Auto-formatting
  • Multi-cursor editing
  • Dark & Light themes
  • Option to set a global hotkey to show/hide the app
  • Default, Emacs-like or custom key bindings
  • Spellchecking

Documentation

Documentation is available on the Heynote website.

Development

To develop Heynote you need Node.js and you should (hopefully) just need to check out the code and then run:

> npm install
> npm run dev

Run Tests

To run the tests:

> npm run test

To run the tests in the Playwright UI:

> npm run test:ui

Contributions

I'm happy to merge contributions that fit my vision for the app. Bug fixes are always welcome.

FAQ

Where is the buffer data stored?

See the documentation.

Can you make a mobile app?

No, at the moment this is out of scope, sorry.

What are the default keyboard shortcuts?

See the documentation.

Thanks!

Heynote is built upon CodeMirror, Vue, Electron, Math.js, Prettier and other great open-source projects.

Extension points exported contracts — how you extend this code

ProcessEnv (Interface)
(no doc)
electron/electron-env.d.ts

Core symbols most depended-on inside this repo

s
called by 483
public/math.js
t
called by 356
public/math.js
n
called by 236
public/math.js
r
called by 229
public/math.js
map
called by 216
public/math.js
a
called by 206
public/math.js
i
called by 198
public/math.js
b
called by 166
public/math.js

Shape

Function 824
Method 287
Class 66
Interface 1

Languages

TypeScript100%

Modules by API surface

public/math.js491 symbols
src/stores/heynote-store.js47 symbols
src/editor/editor.js43 symbols
webapp/bridge.js41 symbols
electron/preload/index.js38 symbols
electron/main/file-library.js37 symbols
src/editor/block/commands.js33 symbols
src/editor/block/block.js33 symbols
tests/playwright/test-utils.js23 symbols
src/editor/commands.js17 symbols
electron/main/index.ts17 symbols
src/editor/search/selection-match.js16 symbols

Dependencies from manifests, versioned

@codemirror/autocomplete6.20.0 · 1×
@codemirror/commands6.10.1 · 1×
@codemirror/lang-cpp6.0.3 · 1×
@codemirror/lang-html6.4.11 · 1×
@codemirror/lang-java6.0.2 · 1×
@codemirror/lang-javascript6.2.4 · 1×
@codemirror/lang-json6.0.2 · 1×
@codemirror/lang-lezer6.0.2 · 1×
@codemirror/lang-markdown6.5.0 · 1×
@codemirror/lang-php6.0.2 · 1×
@codemirror/lang-python6.2.1 · 1×
@codemirror/lang-rust6.0.2 · 1×

For agents

$ claude mcp add heynote \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact