Tag text_editors

3 bookmarks have this tag.

2026-04-01

256.

Heynote - Text buffers, divided into blocks

heynote.com

At its core, Heynote is a large, persistent text buffer divided into blocks. Creating a new block is as easy as pressing ⌘-Enter, and pressing ⌘-A within a block selects the content of just that block.

Давно ищу удобный "скретчпад" для заметок на ходу, сборника команд рабочего проекта, итп. всё остальное громоздкое и неудобное, а это кажется самое то что нужно для меня. Сразу начал использовать. Посмотрим, приживётся ли

2024-07-04

122.

Edna - scratchpad and note taking app

github.com/kjk/edna

Heavy use of shortcuts, has unique concept of blocks with different types (i actually like it a lot). Blocks can have type of code (and can be formatted). In Math blocks lines are evaluated as expressions with results at the end. Can execute golang code.

2024-04-03

Reposted 52.

EditorConfig

editorconfig.org

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.