💾 Archived View for gemini.ctrl-c.club › ~nttp › toys › scrunch captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2022-07-16)

-=-=-=-=-=-=-

Scrunch Edit

A two-pane outliner for Org Mode and Markdown files.

Often a text editor is more than enough to handle even long, complex documents. But past a certain point it gets hard to navigate the structure. This is where outliners come in. It's just that most outliners use their own file formats, and have poor or non-existent support for import and export. We can do better.

Screenshot of Scrunch Edit (112K)

Scrunch Edit is a two-pane outliner with as many main goals:

It otherwise acts much like a simple text editor.

Uses

Download

Scrunch Edit v2.0 beta (25.5K)

Scrunch Edit v1.1.1b (25K)

The code has been used in production for over a month as of 27 November 2021, but keep backups anyway. See also:

Project news

Read-me file

The user interface should be fairly obvious. See the usage notes below.

System requirements

Scrunch Edit 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.

Recommended screen resolution: 800x600.

Status

Scrunch Edit 1.x is complete as of 27 November 2021. Bugs are still being fixed.

Scrunch Edit 2.x is the new current version. See the changelog for details.

Usage notes

Scrunch Edit guesses formats based on file extensions. There's no other way short of separate "open" commands, since the same text file can be interpreted in different ways based on context.

While an effort has been made to provide key combos for most functions, Scrunch Edit is best used with mouse and keyboard together.

License and credits

Scrunch Edit is based on knowledge gained from TkDocs.com, and offered as open source under the MIT License. See the source code for details.

TkDocs.com

Scrunch Edit also borrows much from OutNoted and Tee-Wee Editor.

OutNoted

Tee-Wee Editor

Last updated: 27 November 2021

More small things