Multiple lines bug fixed
Fixed new bug with loading notes with multiple lines. It was caused by the new system of note loading, but now it’s gone.
Fixed new bug with loading notes with multiple lines. It was caused by the new system of note loading, but now it’s gone.
I made the writing area bigger, now by default it’s 300 pixels high. This means that in IE7 it’s more usable and finally works with the latest fixes.
I will make the size of writing area draggable soon so you’ll be able to resize it on fly.
I fixed the bug with autosave together and thus implemented faster loading of notes content when you switch them. Now notes are stored with JavaScript on client-side, thus they load faster and yPen makes much less MySQL read/write’s.
Feel free to test notes now, yPen now saves them without problems.
I implemented first API and made creating, and deleting notes via GET method API. This way known bugs with notes creation were fixed. If demand exists, I’ll make those operations back via ajax as it was originally planned.
Slight interface changes - main toolbar was put in user panel and separated with individual note toolbar (”delete” button).
Hi,
We’re online with the minimum functionality possible.
Current Features:
- Create, edit, delete notes
- Autosave
hmm… that’s all
Upcoming Features:
- User accounts to keep all data safe (don’t get fooled by the “Login” link, there’s no registration as yet)
- Notes order change
Known Bugs:
- Sometimes new notes do not appear until you refresh the page
- Internet Explorer is a mess. We’ll do something with it soon.