vote up 3 vote down star
4

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.

flag

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

17 Answers

vote up 3 vote down check

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

link|flag
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 at 0:16
vote up 21 vote down

Pen and paper.

link|flag
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
Oh snap! stackoverflow.com/questions/229762/… – Stewart Johnson Oct 27 '08 at 12:08
show 1 more comment
vote up 5 vote down

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

link|flag
I use WinKey to add windows keyboard shortcut that brings up vim with a "notes" file. – Mark Biek Oct 27 '08 at 12:24
vote up 1 vote down

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|flag
vote up 10 vote down

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

link|flag
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
vote up 1 vote down

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

Plain text all the way...

link|flag
Surely this is "vim lock-in" ? :) – OJ Oct 27 '08 at 12:09
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
vote up 0 vote down

Notepad and/or VI

link|flag
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
vote up 0 vote down

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|flag
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
vote up 0 vote down

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|flag
vote up 2 vote down

FreeMind mind mapping editor

link|flag
vote up 2 vote down

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Vim + VimOutliner + (optionally, for security) gnupg.vim

link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

Pen and a nice Moleskine Notebook

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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