10K Apart

Notes
Nikita Vasilyev Avatar

Notes

by Nikita Vasilyev

The size is a little less than 3KB. No libraries are used.

Comments (13 ) Leave a comment

Budd

Budd

Nice work, home button does not work though. The rest goes right as in Notes on iPhone.

Nikita Vasilyev

Nikita Vasilyev

Budd, It has just two buttons: "+" (add a new note) and "Delete all". Where did you find a home button?

deerua

deerua

Лучший!

Jason Grant

Jason Grant

Nice one. There are some usability issues on this, but overall it works fine.

Budd

Budd

Nikita Vasilyev: I mean home button on my keyboard. I usually press it when I want to move cursor to the beginning of line =)

pereskokov

pereskokov

Классно выглядит, отлично работает. Как насчет: 1. Экспорта всех заметок одной кнопкой 2. Поддержки маркдаут разметки: http://daringfireball.net/projects/markdown/

Nikita Vasilyev

Nikita Vasilyev

I suppose, I can't fix bugs and submit the app again, but I'm willing to listen bug reports anyway. Jason Grant , so why don't you write about them? ;) Budd, that's how contentEditable works by default in Firefox and WebKit. It works well in Opera. pereskokov, 1. Export to what, exactly? The main problem, as I see it, I can't sync notes between browsers and computers. So I'm looking for an external API to do that. 2. Personally, I don't use Markdown for my notes, so I'd rather add some GUI that allows me to post links and images.

FataL

FataL

Nice implementation of Opera Notes ;-) Some formatting support like Markdown would be nice addition though. Some export as text function would be nice to have too.

Nikita Vasilyev

Nikita Vasilyev

FataL, there are already some formatting support: Ctrl+B (⌘+B on Mac) makes text bold, Ctrl+I — italic. contentEditable provides these shortcuts.

Didats Triadi

Didats Triadi

Seems not working in my Firefox 3.6.8. Is it?

Nikita Vasilyev

Nikita Vasilyev

Didats Triadi, works for me http://screenr.com/d0O

Nikita Vasilyev

Nikita Vasilyev

But it won't work in Firefox < 3.6, because hashchange event does not supported. https://developer.mozilla.org/en/DOM/window.onhashchange

Charlie Park

Charlie Park

This is nice. Some dummy "starter" text in the main screen might be a nice Krugian Affordance ... something as basic as "start typing your note here" that disappears onFocus.

Flyingdome

What could you build with only 10 kilobytes of code?

That’s the concept behind this here 10K Apart contest, the love child of MIX Online and An Event Apart.