Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.67 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.67 KB

Jreepad

Jreepad is an excellent free "personal database" program - it's a great way to organise all your personal notes, thoughts, tasks, recipes, memories...

What's more, it's open-source and programmed in Java, so that all may benefit from it! Much used on Mac OSX, Linux, Unix, and even Windows!

Main features:

  • A Jreepad file consists of a nice simple tree structure, and each "node" has an associated "article" - this can be plain text, HTML or tabular data.
  • Nodes can be rearranged very intuitively with drag-and-drop functionality (or by keyboard), so it's easy to arrange your thoughts.
  • There's a very powerful and intuitive search facility to locate a piece of text in a subtree
  • Hyperlink support: select a link and you can follow it - whether it's HTTP, FTP, mailto:, "node://" (as used in Treepad), or even WikiStyleLinks!
  • Integrated Google search
  • Load/save Treepad (.HJT) files, compatible with Treepad Lite (so you can share files with Windows users)
  • ...and much more, of course.

Background

Jreepad is originally based on Treepad Lite, an excellent free program which is only available for Windows and Linux. When I moved from Windows to Mac I needed Treepad's functionality so I created it myself. Jreepad has gradually grown to provide more functionality than Treepad Lite, but its files are still compatible with the original Windows software.

Please note that Jreepad is not directly affiliated with Treepad - it's an independent project.

How to compile Jreepad

Clone/download the project, then run "ant" from the root folder. You'll need to have a Java JDK installed, as well as "Ant" the build tool.