All Projects → coteditor → Coteditor

coteditor / Coteditor

Licence: apache-2.0
Lightweight Plain-Text Editor for macOS

Programming Languages

swift
15916 projects
HTML
75241 projects
Rich Text Format
576 projects

Projects that are alternatives of or similar to Coteditor

Dogetv macos
🎬 dogeTV for macOS
Stars: ✭ 92 (-97.77%)
Mutual labels:  macos-app, cocoa
Komet
Cocoa editor for creating commit messages
Stars: ✭ 131 (-96.83%)
Mutual labels:  editor, cocoa
Textmate
TextMate is a graphical text editor for macOS 10.12 or later
Stars: ✭ 13,729 (+232.5%)
Mutual labels:  cocoa, texteditor
Linkedideas
A macOS/iOS apps to treat ideas as links of concepts.
Stars: ✭ 286 (-93.07%)
Mutual labels:  mac-app, cocoa
Vue Designer
Vue component design tool
Stars: ✭ 333 (-91.94%)
Mutual labels:  editor
Gmail Desktop
📮 Nifty Gmail desktop app for macOS, Linux & Windows
Stars: ✭ 317 (-92.32%)
Mutual labels:  macos-app
Undertalemodtool
The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)
Stars: ✭ 313 (-92.42%)
Mutual labels:  editor
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (-92.4%)
Mutual labels:  editor
Vscode Vuehelper
🐵vscode插件,vue,vue-router和vuex的代码提示
Stars: ✭ 351 (-91.5%)
Mutual labels:  editor
Hazel
Hazel, a live functional programming environment with typed holes
Stars: ✭ 340 (-91.77%)
Mutual labels:  editor
Betterandbetter
BetterAndBetter 是一款包含很多功能的 macOS 软件。
Stars: ✭ 328 (-92.06%)
Mutual labels:  macos-app
Synedit
SynEdit main project
Stars: ✭ 324 (-92.15%)
Mutual labels:  editor
Stprivilegedtask
An NSTask-like wrapper around the macOS Security Framework's AEWP function to run shell commands with root privileges in Objective-C / Cocoa.
Stars: ✭ 335 (-91.89%)
Mutual labels:  cocoa
Mua
An open source markdown editor for Android.
Stars: ✭ 318 (-92.3%)
Mutual labels:  editor
Tkimageview
An easy way to crop an image.
Stars: ✭ 342 (-91.72%)
Mutual labels:  editor
Touchbreakout
Play Breakout game on your MacBook Pro with Touch Bar, using SpriteKit. 用 Touch Bar 在 Mac 上玩打砖块游戏
Stars: ✭ 318 (-92.3%)
Mutual labels:  macos-app
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (-92.08%)
Mutual labels:  editor
Qilin App
Fully hackable text editor developed for exact sciences with built-in KaTeX and AsciiMath support. Extensible via plugins and themes. Exportable as HTML, PDF and GFM.
Stars: ✭ 336 (-91.86%)
Mutual labels:  editor
Stackedit
In-browser Markdown editor
Stars: ✭ 18,744 (+353.96%)
Mutual labels:  editor
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (-92.1%)
Mutual labels:  editor

CotEditor

CotEditor is a lightweight plain-text editor for macOS.

Source Code

Test Status GitHub release

CotEditor is a pure document-based Cocoa application written in Swift.

Development Environment

  • macOS 11 Big Sur
  • Xcode 13.2
  • Swift 5.5
  • Sandbox enabled

How to Build

Build for Ad-hoc usage

For those people who just want to build and play with CotEditor locally.

  1. Run following commands to resolve dependencies.
    • git submodule update --init --recursive
  2. Open CotEditor.xcworkspace in Xcode.
  3. Change to ad-hoc build mode:
    1. Open Configurations/CodeSigning.xcconfig.
    2. Comment out #include "CodeSigning-Default.xcconfig".
    3. Uncomment #include "CodeSigning-AdHoc.xcconfig".
  4. Build "CotEditor" scheme in the workspace.

Build for distribution (incl. Sparkle version)

  1. Run following commands to resolve dependencies.
    • git submodule update --init --recursive
  2. Open CotEditor.xcworkspace in Xcode.
  3. Build "CotEditor" scheme in the workspace.

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2013-2021 1024jp.

The source code is licensed under the terms of the Apache License, Version 2.0. The image resources are licensed under the terms of the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].