Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
71–80 of 144 posts
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#72Really Nice! Small nitpick: Displays really well on mobile, however, creating a note requires user to hit ctrl+enter, which is not easy to do on a phone.
Thanks for the feedback! Someone mentioned this earlier and I am going to add something to make it easier.
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#73pretty cool, but isnt this pretty much Google Keep? Or is it more just to display uses of vue.js?
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#74Vue.js is awesome! I am glad to see so many more people adopting it for serious projects.
Which in turn made me use Vuejs for this hackernews search that I have been building (http://searchhn.com/).
The documentation is excellent and Vue is well designed, it took a few hours from scratch to learn and build the demo (PS: Not a web developer)
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#75pretty cool, but isnt this pretty much Google Keep? Or is it more just to display uses of vue.js?
The goal was to build a product I could use every day. (Showcasing Vue is a nice side effect.)
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#76Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#77Earlier quoted context omitted.
What are your favourite libraries/extensions (for want of a better term) to use with it? I'm on my first VueJS 2 project, and found a number which are abandoned...
Vuex ( https://github.com/vuejs/vuex ) and vue-router ( https://github.com/vuejs/vue-router ) are nothing flashy, yet really solid. There are tons more in the awesome-vue repo ( https://github.com/vuejs/awesome-vue ). Even though Vue has less libraries/extensions than something like React, the core: state management, routing, Vue component spec are quite good.
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#78Vue.js is awesome! I am glad to see so many more people adopting it for serious projects.
Btw one thing I like about Vue is how easy it is to build a traditional server-rendered app but use Vue only on pages that really need it. Not saying you can't do this elsewhere, but with Vue it is so easy!
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#79NV is an awesome app, glad to see it now as a webapp too. The only thing I'd ask for is the short key for creating a new note to be cmd + enter for us mac people.
I don't think this comment should be dead - adamcccc's confusion illustrates the interesting naming used for this product and how it can cause confusion. Looks like NV[0] has seen and approved of it, but it still seems like an odd choice. [0] https://github.com/tmm/notational/issues/2
"Also, will add the same text to the top of the README.md and the footer of the home page, along with a link to notational.net."
He hasn't done those things yet, which is probably why people are confused about it.
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#80It is probably a question of generation, but young people do not want to use the keyboard and do not value the agility that can be achieved. Not so long ago, I spent some time adding keyboard shortcuts to an ERP written in Angular, just to realize that only ~ 30% of users (those who had used the old DOS-based ERP) saw value in that requirement.