Using Notepad2-mod for outlining in a plain text file
< Next Topic | Back to topic list | Previous Topic >
Posted by Dr Andus
Nov 2, 2013 at 09:20 PM
Check out this thread on the DC forum regarding how to turn a plain text file into an outline using Notepad2-mod.
http://www.donationcoder.com/forum/index.php?topic=36417.0
Download Notepad2-mod from here:
http://xhmikosr.github.io/notepad2-mod/
And tweak the settings like this:
http://www.donationcoder.com/forum/index.php?topic=36417.msg340840#msg340840
And you will get an outliner like this one:
http://www.donationcoder.com/forum/index.php?topic=36417.msg340816#msg340816
Could this be the simplest outliner out there yet?
Posted by Alexander Deliyannis
Nov 3, 2013 at 10:41 PM
Nice; if you like it, you might also want to check out Emeditor with the outliner plug-in.
Posted by jimspoon
Nov 4, 2013 at 12:44 AM
installed and modified the settings, and now I see my test text file with proper indentations, and +/- symbols for “parent” lines. I can expand and collapse by clicking on the +/- signs.
does notepad mod provide ways to move lines up/down, promote/demote? keyboard shortcuts for expand/collapse?
Posted by Dr Andus
Nov 4, 2013 at 01:05 AM
Alexander Deliyannis wrote:
Nice; if you like it, you might also want to check out Emeditor with the
>outliner plug-in.
Thanks. EmEditor’s outliner does look a lot more sophisticated (though it does come with a price tag).
jimspoon wrote:
>does notepad mod provide ways to move lines up/down, promote/demote?
>keyboard shortcuts for expand/collapse?
Here are some keyboard shortcuts:
https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
Posted by jimspoon
Nov 4, 2013 at 01:16 AM
looks like notepad2 provides shortcuts for expand/collapse and navigation, but nothing for move up/down/left/right?