Awesome
Noto
A beautiful and simple plain text editor for macOS written in Swift.
Download
You can download a compiled binary from Noto's homepage.
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.
- Clone the project:<br>
git clone https://github.com/brunophilipe/Noto.git
- Switch to the directory:<br>
cd Noto/
- Launch the Workspace file in Xcode:<br>
open Noto.xcworkspace/ -a Xcode
- Compile and Launch using <span title="Command + R">⌘R</span>
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
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 <http://www.gnu.org/licenses/>.