Minimal native macOS text editor with basic syntax highlighting for:
- Markdown, JavaScript, TypeScript, HTML, CSS, XML, TOML, JSON
Think "TextEdit for Code".
swift runOpen MarqueeTextEdit.xcodeproj in Xcode.
swift build -c releaseSorry, there's no binary, no sense in paying for Apple Developer Account just for this.
- Uses a document-based app (
DocumentGroup) with native macOS tabbing support. - Follows system color mode and uses native controls.
- Duplicate command creates a copy of the current document (or a temp copy for untitled files).