[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71245":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},71245,"heynote","heyman\u002Fheynote","heyman","A dedicated scratchpad for power users","https:\u002F\u002Fheynote.com",null,"JavaScript",5304,275,18,77,0,5,10,39,15,38.32,"Other",false,"main",true,[27,28,29,30,31,32,33],"developer-tools","editor","note-taking","notes","notes-app","productivity-tools","scratchpad","2026-06-12 02:02:49","# Heynote\n\n[![GitHub release (latest SemVer)](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fheyman\u002Fheynote)](https:\u002F\u002Fgithub.com\u002Fheyman\u002Fheynote\u002Freleases)\n[![Build Status](https:\u002F\u002Fgithub.com\u002Fheyman\u002Fheynote\u002Fworkflows\u002FTests\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fheyman\u002Fheynote\u002Factions?query=workflow%3ATests)\n\n\u003Cimg src=\"https:\u002F\u002Fheynote.com\u002Fimg\u002Flogo.png\" style=\"width:79px;\">\n\n## General Information\n\n- [Website](https:\u002F\u002Fheynote.com)\n- [Documentation](https:\u002F\u002Fheynote.com\u002Fdocs\u002F)\n- [Changelog](https:\u002F\u002Fheynote.com\u002Fdocs\u002Fchangelog\u002F)\n\nHeynote 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. \n\nHeynote 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\u002FCmd + Enter` to create a new block.\n\nAvailable for Mac, Windows, and Linux.\n\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fheynote.com\u002Fimg\u002Fdark\u002Fscreenshot3.png\">\n  \u003Cimg src=\"https:\u002F\u002Fheynote.com\u002Fimg\u002Flight\u002Fscreenshot3.png\" width=\"851\" alt=\"New sidebar buffer tree feature\">\n\u003C\u002Fpicture>\n\n## Features\n\n-   Persistent text buffers\n-   Block-based\n-   Inline images\n-   Multiple buffers in tabs\n-   Search (single and multi buffer)\n-   Math\u002FCalculator mode\n-   Currency conversion\n-   Syntax highlighting:\n\n    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\n    \n-   Language auto-detection\n-   Auto-formatting\n-   Multi-cursor editing\n-   Dark & Light themes\n-   Option to set a global hotkey to show\u002Fhide the app\n-   Default, Emacs-like or custom key bindings\n-   Spellchecking\n\n\n## Documentation\n\n[Documentation](https:\u002F\u002Fheynote.com\u002Fdocs\u002F) is available on the Heynote website.\n\n## Development\n\nTo develop Heynote you need Node.js and you should (hopefully) just need to check out the code and then run:\n\n```\n> npm install\n> npm run dev\n```\n\n### Run Tests\n\nTo run the tests:\n\n```\n> npm run test\n```\n\nTo run the tests in the Playwright UI:\n\n```\n> npm run test:ui\n```\n\n\n### Contributions\n\nI'm happy to merge contributions that fit my vision for the app. Bug fixes are always welcome. \n\n\n## FAQ\n\n### Where is the buffer data stored?\n\nSee the [documentation](https:\u002F\u002Fheynote.com\u002Fdocs\u002F#user-content-the-notes-library).\n\n### Can you make a mobile app?\n\nNo, at the moment this is out of scope, sorry.\n\n### What are the default keyboard shortcuts?\n\nSee the [documentation](https:\u002F\u002Fheynote.com\u002Fdocs\u002F#user-content-default-key-bindings).\n\n\n## Thanks!\n\nHeynote is built upon [CodeMirror](https:\u002F\u002Fcodemirror.net\u002F), [Vue](https:\u002F\u002Fvuejs.org\u002F), [Electron](https:\u002F\u002Fwww.electronjs.org\u002F), [Math.js](https:\u002F\u002Fmathjs.org\u002F), [Prettier](https:\u002F\u002Fprettier.io\u002F) and other great open-source projects.\n\n","Heynote 是一款专为开发者和高级用户设计的便签与笔记应用。它提供了一个持久化的文本缓冲区，用户可以在此记录任何内容，如临时消息、API 响应、会议笔记或待办事项等。核心功能包括块级组织、多种编程语言的语法高亮、自动格式化、多光标编辑以及支持内联图片等。此外，Heynote 还具备搜索、计算器模式、货币转换等功能，并且支持自定义快捷键和深浅主题切换。这款工具非常适合需要快速记录代码片段、调试信息或是日常任务管理的技术人员使用。",2,"2026-06-11 03:36:46","high_star"]