Ask HN: How can I improve my note-taking web app?
1–10 of 23 posts
Re: Ask HN: How can I improve my note-taking web app?
#2Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much.
Do you use (client-side) encryption for ensuring privacy?
Otherwise, I like the almost (share buttons) minimal design.
Re: Ask HN: How can I improve my note-taking web app?
#3Don't use a static layout. I hate unnecessary scrollbars (like most users). Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much. Do you use (client-side) encryption for ensuring privacy? Otherwise, I like the almost (share buttons) minimal design.
Re: Ask HN: How can I improve my note-taking web app?
#4- should work offline
- realtime updates visible to other parties, so it would be usable as chat
- history
- align editor size to browser window size, so there are no two vertical scrolbars
- even better is to grow editor window as documents grow, use only browser vertical scrolab
- https, useless for me otherwise
Re: Ask HN: How can I improve my note-taking web app?
#5Don't use a static layout. I hate unnecessary scrollbars (like most users). Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much. Do you use (client-side) encryption for ensuring privacy? Otherwise, I like the almost (share buttons) minimal design.
I'm curious, how do you securely implement client side encryption?
Re: Ask HN: How can I improve my note-taking web app?
#6Don't use a static layout. I hate unnecessary scrollbars (like most users). Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much. Do you use (client-side) encryption for ensuring privacy? Otherwise, I like the almost (share buttons) minimal design.
I'm curious, how do you securely implement client side encryption?
Re: Ask HN: How can I improve my note-taking web app?
#7Don't use a static layout. I hate unnecessary scrollbars (like most users). Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much. Do you use (client-side) encryption for ensuring privacy? Otherwise, I like the almost (share buttons) minimal design.
I'm curious, how do you securely implement client side encryption?
Re: Ask HN: How can I improve my note-taking web app?
#8Don't use a static layout. I hate unnecessary scrollbars (like most users). Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much. Do you use (client-side) encryption for ensuring privacy? Otherwise, I like the almost (share buttons) minimal design.
Re: Ask HN: How can I improve my note-taking web app?
#9I have a few ideas: - should work offline - realtime updates visible to other parties, so it would be usable as chat - history - align editor size to browser window size, so there are no two vertical scrolbars - even better is to grow editor window as documents grow, use only browser vertical scrolab - https, useless for me otherwise
Re: Ask HN: How can I improve my note-taking web app?
#10Don't use a static layout. I hate unnecessary scrollbars (like most users). Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much. Do you use (client-side) encryption for ensuring privacy? Otherwise, I like the almost (share buttons) minimal design.
I'm curious, how do you securely implement client side encryption?