Noto is a beautiful and simple plain text editor for macOS written in Swift.
  • Swift 52.5%
  • HTML 42.4%
  • Objective-C 4.4%
  • Shell 0.5%
  • Ruby 0.2%
Find a file
2019-02-13 13:14:52 +01:00
Noto Bump version number to 1.2.1 2019-02-13 13:14:52 +01:00
Noto.xcodeproj Bump version number to 1.2.1 2019-02-13 13:14:52 +01:00
Noto.xcworkspace Update Xcode project settings 2019-02-13 13:01:35 +01:00
Pods Update all Pods 2019-02-13 13:13:45 +01:00
Unit Tests Improve unindent to remove spaces 2017-12-21 01:58:04 +01:00
.gitignore Updates project for compability with AppCode 2017-03-02 02:52:02 +01:00
LICENSE Adds LICENSE file 2017-05-07 02:00:37 +02:00
Podfile Splits project in AppStore and TPD versions 2017-05-21 02:17:48 +02:00
Podfile.lock Update all Pods 2019-02-13 13:13:45 +01:00
README.md Update build instructions on readme. 2017-12-21 13:25:51 +01:00

Noto

A beautiful and simple plain text editor for macOS written in Swift.


Noto Screenshot

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.

  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

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/>.