No Time To Play

OutNoted

An outline note-taking editor.

Just what it says on the tin: OutNoted is an editor for outlines made of one-line notes, inspired by the old Linux/BSD tool hnb.

Screenshot of a desktop application showing an edit line and tree of text notes in the main work area. There is a  toolbar with colorful icons,

This is my second attempt to make one; my interest in outliners dates back almost five years. The first time I failed however, because outliners are complicated.

The trick, as with many other things, is paring them down to the essence.

Download

OutNoted is open source under the MIT license. See inside the archive:

Requirements

OutNoted requires a Python runtime. Python comes preinstalled on the Mac and most Linux distributions; Windows users can get it from the python.org website. You'll also need the Tkinter module, which is bundled with most Windows runtimes and preinstalled on the Mac. On Linux you might need to add it yourself: look in your package manager for something called "tkinter", "python-tk" or the like.

Python version 3.x is preferred, but 2.7 should work as well.

Minimum screen resolution: 800x600. Recommended: 1024x768.

Status

OutNoted 2.x is current as of February 2024. New versions come with a redesigned user interface, including:

But also new features like:

Most application logic is reused from the 1.x series, except for added features. There could be new bugs; please back up your data.

Features

Uses

How to use

Key bindings

(Many bindings have a Command- equivalent for Mac users.)

Ctrl-N
Start new outline
Ctrl-O
Open outline from disk
Ctrl-S
Save current outline
Ctrl-F
Find text from the beginning.
Ctrl-G
Find again from the last result.
Ctrl-1 / Ctrl-2 / Ctrl-3
Toggle note status.
F11
Toggle full screen.

Other bindings are shown in the menus.

Remarks

Wishlist

Contact and support

You can usually find me on IRC, in the #ctrl-c channel of tilde.chat, or else on Mastodon. Would love to hear from you.

You can also leave feedback on itch.io or on Tildegit.

See also


More small things