Live data from Hacker News

Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

codeowl.io

1–10 of 65 posts

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#8
Good stuff. I could see myself using this. A few bits of feedback:

- Notes should be clamped to screen. There seems to be no limit to how far off screen I can drag something, after which I cannot bring it back (unless I create another note).

- It would be nice if there was some way to snap the notes along a grid so that it's easier to arrange things neatly.

- Collapsible notes would be nice (e.g. collapsing the note so that only the header is visible). Right now each tab has a very limited amount of space.

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#9
post #8

Good stuff. I could see myself using this. A few bits of feedback: - Notes should be clamped to screen. There seems to be no limit to how far off screen I can drag something, after which I cannot bring it back (unless I create another note). - It would be nice if there was some way to snap the notes along a grid so that it's easier to arrange things neatly. - Collapsible notes would be nice (e.g. collapsing the note…

Awesome feedback , we were unsure between complete free-form and a grid system but seems like many people prefer a more rigid grid

Re: Show HN: CodeOwl – Organize your notes, todos, and code snippets in one place

#10
Nice. I'd suggest automatically adding a todo list that had tasks about discovering all the features when a new user first loads the app. Having an essentially blank screen is going to cause a lot of users to bounce.

Also, I'd set

    .workspace { overflow: hidden}
as I'm getting a double scrollbar in Chrome (Windows 10).
Post reply on HN