Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunophilipe/noto
Noto is a beautiful and simple plain text editor for macOS written in Swift.
https://github.com/brunophilipe/noto
Last synced: 27 days ago
JSON representation
Noto is a beautiful and simple plain text editor for macOS written in Swift.
- Host: GitHub
- URL: https://github.com/brunophilipe/noto
- Owner: brunophilipe
- License: gpl-3.0
- Created: 2017-05-06T23:59:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T12:15:08.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T16:43:33.464Z (about 1 month ago)
- Language: Swift
- Size: 23.1 MB
- Stars: 270
- Watchers: 13
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Noto - Plain text editor for macOS with customizable themes. ![swift_icon] (Applications / Editors)
- open-source-mac-os-apps - Noto - Plain text editor for macOS with customizable themes. ![swift_icon] (Applications / Editors)
- awesome-swift-macos-apps - Noto - Plain text editor for macOS with customizable themes. (Editors / Text)
- awesome-swift-macos-apps - Noto - Plain text editor for macOS with customizable themes. (Editors / Text)
README
# 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 .
```