Plain Text (as in .TXT) Outliner?
View this topic | Back to topic list
Posted by Lucas
Mar 19, 2013 at 12:02 AM
The best solution I’ve found for plain text outlining is to use the crossplatform (Java-based) text editor jEdit.
Go to settings, click on ‘Editing’, then for ‘Folding Mode’ select ‘indent’. And for ‘Automatic indentation’, select ‘full’. That way, text folding is activated on the basis of indentation. To indent, you press tab, and then the next line will automatically be indented the same amount. A ‘Folding’ menu in the menubar allows for collapsing and expanding all folds.
Screenshot with 1 line folded:
Screenshot with same line unfolded:
Basic outlining is achieved in this way, although without any special features.
A far geekier but probably superior solution is this forked version of Vim Outliner:
http://www.vim.org/scripts/script.php?script_id=4223
(Vim itself also allows for indent-based folding, as in jEdit, but Vim has more of a learning curve.)