We all know that having a good note taking tool is important as a developer.

However, OneNote and Evernote forces us to be locked in to a particular vendor.

Anyone know of good open-source tools, or even other method of taking notes w/o being "locked-in"?

EDIT: I should kick myself in the head for not specifying. Taking text notes is easy. I'd love to be able to write ink notes ( I use a tablet ), add images,and sketch GUI ideas.

link|improve this question

78% accept rate
I just don't get the whole "fear of lock-in". You're always locked into SOMETHING every time you use software. IMHO, get over it. If the app solves your problem, stop whining about lock-in. – OJ. Oct 27 '08 at 11:41
How is open source not "locked in"? – DOK Oct 27 '08 at 11:43
@DOK In general, if something is open (source) you are not locked into a proprietary software and its standards, formats etc.. – Till Oct 27 '08 at 11:56
feedback

16 Answers

up vote 3 down vote accepted

Evernote doesn't force you to be locked in. You can export all your notes as plain text or HTML.

link|improve this answer
you're absolutely right. evernote portable might be the way to go.. – moogs Oct 27 '08 at 12:21
Except that it's not opensource as questioned. – Zsolt Botykai Oct 27 '08 at 12:24
@zsolt - read it again, i didn't limit the question to only open source tools. – moogs Oct 27 '08 at 12:42
But then you're locked into HTML. :D – OJ. Nov 7 '08 at 23:12
I would love to have a symbian version of evernote... – Osama ALASSIRY Feb 14 '09 at 0:16
feedback

Pen and paper.

link|improve this answer
Open source hardware and software. – Will Oct 27 '08 at 11:41
Besides pen and paper locks you into the physical reality – Vinko Vrsalovic Oct 27 '08 at 11:41
Pretty old-school. :-) Organizing paper is a hassle though. – Till Oct 27 '08 at 11:57
You can put all your notes on google calendar later... – Diones Oct 27 '08 at 11:59
show 1 more comment
feedback

Try the one file tiddlywiki for which you can get even shared hosting here.

link|improve this answer
A wiki is probably the best suggestion. Allows more structure beyond a simple text file and cross-linking content/topics, etc.. – Till Oct 27 '08 at 11:57
Just checked this out. Wow. – Vivek Kodira Oct 27 '08 at 12:37
feedback

Use a text editor and save as a text file. Guaranteed no lock-in whatsoever.

link|improve this answer
I use WinKey to add windows keyboard shortcut that brings up vim with a "notes" file. – Mark Biek Oct 27 '08 at 12:24
feedback

The open source xournal is what I use. It also lets you annotates PDF files, by using them as a background instead of the more normal blank, lined, or gridded. Very similar is gournal

There are also the java apps in the same space: jarnal and notelab

Try the ones that work on your platform and see which you like. I don't believe any do handwriting recognition, which is a shame, but they all seem to be pretty usable.

link|improve this answer
+1 for Xournal if you own a tablet which runs Linux – Tilo Nov 17 '11 at 4:22
feedback

(Or another personal Wiki system with vim, just google it).

Plain text all the way...

link|improve this answer
Surely this is "vim lock-in" ? :) – OJ. Oct 27 '08 at 12:09
1  
Don't worry, I'm sure emacs has a vim emulator. – Aaron Maenpaa Oct 27 '08 at 12:12
And as these are just plain text files... – Zsolt Botykai Oct 27 '08 at 12:23
feedback

FreeMind mind mapping editor

link|improve this answer
feedback

It might help a little bit if you elaborated a little on what features you want from a note-taking tool.

Emacs with outline-mode is one option.

link|improve this answer
feedback

While it's not exactly a note taking tool, I create my notes using OpenOffice and save them in my Dropbox folder so that they're available on every pc I log into. It then syncs those notes onto every PC you have it set up on.

Alternately, you can use Google Docs.

link|improve this answer
feedback

I've always used Notepad for quick stuff. From Microsoft:

To create a log file in Notepad:
1. Click Start, point to Programs, point to Accessories, and then click Notepad.
2. Type .LOG on the first line, and then press ENTER to move to the next line.
3. On the File menu, click Save As, type a descriptive name for your file in the File > name box, and then click OK. When you next open the file, note that the date and time have been appended to the end of the log, immediately preceding the place where new text > can be added. You can use this functionality to automatically add the current date and time to each log entry.

It's simple, but only works with Windows > 2k.
You should also check out What do you use to keep notes as a developer.

link|improve this answer
feedback

Pen and a nice Moleskine Notebook

link|improve this answer
feedback

Notepad and/or VI

link|improve this answer
and/or emacs if that's your preference. I've tried both vi and emacs. I used to be an emacs guy, but I'm moving (slowly) to the vi camp. Eventually, I hope to settle in the middle and get somewhat familiar with both. – Thomas Owens Oct 27 '08 at 12:15
feedback

Well, I should reconsider Evernote. As it has a public API it's not that much of a walled garden and I wooudn't mind the "locked to vendor" thingie :) Evernote API

link|improve this answer
I love evernote. But you have to pay them if you exceed their bandwidth limits. – moogs Oct 27 '08 at 12:14
Something less featured, but forever free would be nice. – moogs Oct 27 '08 at 12:14
Also, it requires that you upload notes to their server. Which might be a problem with notes for work. – Kibbee Oct 27 '08 at 13:23
feedback

One more vote here for Vim.

It is open source, available for multiple platforms and there is no lock-in, because the files are accessible with other text editors (except when encrypting with the built-in mechanism, but that would be deliberate lock-in).

Drawbacks:
It might have some slight disadvantage in ease of use and is not really able do handle filetypes other than text.

link|improve this answer
feedback

"TodoPaper is a simple, lightweight, and easy to use to-do list application for Windows." plus it's based on plain txt files.

link|improve this answer
feedback

I usually use a mix of a spreadsheet program (export to csv in event of lock-in fear) and a plain text editor, with one file per project, or a folder for projects with more notes. I usually use a sheet of paper as quick notes, but always commit all notes to disk before allowing more than a full-single sided sheet of paper to be filled.

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.