icanzilb / Chime

An editor for macOS

Home Page:https://www.chimehq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

Chime

An editor for macOS

Version 2.2.1 is now free and available as a beta download.

Goals:

  • develop modular, open source components
  • be an editor people enjoy using
  • support cool extensions

Features:

  • completions
  • command line tool
  • document/project-scoped search
  • extensions
  • file navigator
  • syntax highlighting (driven by tree-sitter and LSP)
  • structure highlighting
  • semantic symbol information
  • textual/symbolic quick open
  • UI theming

Project State

The code in this repo should be considered Non-Functional right now. You can download the currently released version.

Chime used to be commercial, but is now free. It built up some pretty significant cruft over time. In particular, the core UI application architecture is just in a bad state. It is also quite complex to build. So, I've opted to re-implement that core and pull in parts as appropriate. I'll be putting an emphasis on extracting components into packages as I go. A fitting rebirth, I would say.

Contributing

It is always a good idea to discuss before taking on a significant task. That said, I have a strong bias towards enthusiasm. If you are excited about doing something, I'll do my best to get out of your way.

There are a few areas that would make for excellent targets though, if you really feel so inclined.

By participating in this project you agree to abide by the Contributor Code of Conduct.

Building

  • clone the repo
  • cp User.xcconfig.template User.xcconfig
  • update User.xcconfig with your personal information
  • build/run with Xcode

Guidelines

  • SwiftUI where possible, AppKit where useful
  • using packages is a wonderful way to support open source software
  • supporting older versions of macOS is nice, not critical

Conventions

  • tabs for indentation
  • configuration in xcconfig files
  • project resources are sorted alphabetically
  • imports are sorted by alphabetically, but parititioned to system/non-system

Other Notable Projects

About

An editor for macOS

https://www.chimehq.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Swift 100.0%