Creating a document management program that actually works - Part 1

3 minutes read

I have tried several document management programs, applications, systems - whatever you want to call them. Finally I have decided to abandon all of them for a bunch of folders, which is not exactly ideal. Thing is, I really like working with libraries rather than the filesystem itself. It is much more convenient, but also brings a lot of crap to the house. You can not really move a library, if it is in a binary form you will have hard way synchronizing it over several computers (YES! I want my files in Dropbox).

I have decided to make a document management system on my own. I have currently no idea how will it look in the end, because I do not know yet about what I want it to do. Nevertheless I will rant here for a while and maybe some day I will find out on how to do this thing right.

What should a good document management system do?

There are many things a document management system should do, but there are even more things it should not. There lies the problem with most of the applications.

As an example of a good library manager I would cite Amarok, Quodlibet and iTunes (the latter only for the music collection).

As examples of bad document managers, let us have a look at iPhoto or Evernote.

Basically what I am trying to say is that while a good management system should not require you to use the filesystem in any way, it should use it in order to get things done. There is no need to reinvent the wheel here.