# Noto A beautiful and simple plain text editor for macOS written in Swift. --- ![Noto Screenshot](http://i.imgur.com/BlqwbV7.png) ## Download You can download a compiled binary from [Noto's homepage](https://www.brunophilipe.com/software/noto). ## Features Some of the features in Noto include: * Customizable color themes. * Adjustable tab width. * Characters, words, and lines counter. * Various encodings supported. * Advanced indentation (multiple selection support). * Configurable printing settings print with/without theme colors, rewrap contents to fit page at 100% zoom, show line numbers, etc...). ## To-Do Features planned to be implemented: * Touch bar support. * Multi-caret editing. ## Compiling the Project To compile Noto you should use Xcode 9. 1. Clone the project:
`git clone https://github.com/brunophilipe/Noto.git` 2. Switch to the directory:
`cd Noto/` 3. Launch the Workspace file in Xcode:
`open Noto.xcworkspace/ -a Xcode` 4. Compile and Launch using ⌘R ## Under Development Noto is still under (slow but steady) development. The first release contains just the basic features but I plan to add many more in the future. ## More Screenshots ![Screenshot showing multiple themes, and the theme settings window](http://i.imgur.com/SXh8o7n.png) ## License ``` Copyright © 2017 Bruno Philipe. All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ```