this post was submitted on 14 Jun 2023
2 points (100.0% liked)

macOS Apps

8 readers
1 users here now

A place to discuss your favorite apps, find amazing new ones, get help or promote something you've created.

We truly live in an age of wonders.

founded 1 year ago
MODERATORS
 

TextEdit.app is alright, but sometimes you just need a little extra functionality. What is your text editor of choice and why?

I'll keep this post updated in order to create a comprehensive list for future reference. Don't want to play favorites so everything is in alphabetical order and three simple categories.


Free

Can't beat free, right? Here are some great options for the mighty fine price of zero dollars.

CotEditor

Free | Open Source | Website | GitHub | AppStore | Homebrew

CotEditor is a lightweight plain-text editor for macOS written in Swift.

Plain Text Editor

Free | Website | AppStore

Simple distraction-free notepad.

Visual Studio Code

Free | Website

Visual Studio Code is a free and extensible code editor for building web, desktop, and mobile applications, using any programming language and framework.

VSCodium

Free | Open Source | Website | GitHub | Homebrew

Binary releases of Visual Studio Code without Microsoft branding, telemetry and licensing.


Paid

Sometimes paid apps have more to offer. Here are some of the most popular options.

Nova

$99 | Website

The beautiful, fast, flexible, native Mac code editor from Panic.

Sublime Text

$99 | Website | Homebrew

Sophisticated text editor for code, html and prose - any kind of text file.


Up-and-coming

Still a bit rough around the edges, these apps are in development but showing a lot of promise. Possibly your next favorite editor.

CodeEdit

Free | Open Source | Website | GitHub | Homebrew

A lightweight, natively built editor. Open source. Free forever. CodeEdit is currently in development and not yet ready for production use. You can test the latest alpha build if you would like, but be warned, you will find many bugs and incomplete features.

Pulsar

Free | Open Source | Website | GitHub | Homebrew

A Community-led hyper-hackable text editor, forked from Atom, built on Electron. Designed to be deeply customizable, but still approachable using the default configuration.


The list is of course very incomplete, considering the amount of text/code editors available. Let me know what you use and I'll add it.

top 2 comments
sorted by: hot top controversial new old
[–] mjohanning 1 points 1 year ago

I’m surprised TextMate isn’t on here. Free as well and I prefer it over TextEdit.

[–] drifter 1 points 1 year ago* (last edited 1 year ago)

Sublime Text is my go to. I like that the extensions are written in Python so I can easily write my own for various functions.

Always wanted to like Nova, but the project-centric way it forces you (still true?) to open projects instead of individual files didn’t fit my brain.