up vote 6 down vote favorite
3
share [g+] share [fb]

I am looking for very simple notepad that would allow "hierarchical" files editing. Something like TreePad but with much less bloat, more polish and possibly open sourced.

link|improve this question
feedback

7 Answers

up vote 1 down vote accepted

Take a look at CiNotes from

http://www.aldensoft.com/cinotes/screenshots.html

It creates a tree-structured outline document whose individual tree nodes are separate text files in a folder called TEXTS. Seems to work well and yet is under a Megabyte on disk. This is a portable program able to be copied to a USBkey and used on other computers without installing. Just run it.

link|improve this answer
Looks great, I will give it a try. I only wish it was free. – Josef Sábl Mar 14 '10 at 11:41
Hmm, trial version seems to have no limitations. – Josef Sábl Mar 14 '10 at 11:45
feedback

I don't know how you feel about wiki-like editing, but it sounds like you could use wikidPad.

link|improve this answer
thanks for suggestion but this seems like huge overkill for me – Josef Sábl Dec 15 '09 at 11:37
feedback

Maybe you're looking for something like this KeyNote. It supports tree style editing, and you can add children to existing nodes. There's a new maintainer for it, since the old author stopped working on it. link KeyNote NF

link|improve this answer
feedback

Maybe you could try Evernote. It has notebooks and tags which can be tree organized (at least they could be in version 2), so maybe that's OK for you? It's not open source though and you actually have to pay for the more advanced features (like OCR-ing and indexing your pictures).

Another possibility is TreeSheets. It's not tree oriented in the same way as the program you posted, it's table based - each table cell can have a subtable, with which you then make a tree structure. It's one of those things you have to try to see if it suits you, but I find the concept very interesting. Also not open source, but it is freeware.

link|improve this answer
I am happy owner of Evernote already. But I need this for different sort of things – Josef Sábl Dec 15 '09 at 11:38
feedback

I'm afraid a good, lightweight tree editor does not exist. Almost all of these applications suffer from following problems:

  • They use a "rich text editor". Because of this, you constantly need to keep layout in mind while taking notes and it is hard to use a uniform layout.
  • They often use a proprietary file format. Wouldn't it be great if your tree notes are stored in HTML natively?
  • They have only limited support for switching between recently used parts of the entire tree.

Because of these issues, I just use jEdit for now.

link|improve this answer
1  
Sounds like a challenge to fill this market gap ;-) – Josef Sábl Dec 15 '09 at 11:42
@Josef: The question is how much money there is to be earned by filling this gap. My estimate is 0$, partly because this is an application everybody expects to get for free, and partly because most people find Treepad-like applications good enough. – Dimitri C. Dec 15 '09 at 11:58
Sure, I was just joking, I did not mean to make money from it. Anyway to answer to this question: How much is earned through Firefox? I guess it is not 0$ although it definetly is free. – Josef Sábl Dec 16 '09 at 13:17
feedback

I use both Evernote and The Guide (http://theguide.sourceforge.net/index.html). The Guide is nice because although the file format is custom it is human readable and appears to be XML based. Evernote is nice if you intend to use the notes from multiple locations.

link|improve this answer
feedback

This is useful comparison: http://www.marktaw.com/reviews/Outliners.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.