This is website only? That kinda defeats the purpose of a Notational velocity clone doesn't it?
Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
21–30 of 144 posts
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#22Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#23The only reason I'm not using vue yet is because of react-native. Is the vue equivalent of that going to finish soon?
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#24Looking great! Thanks for sharing. I assume it's not open-sourced, but I wanted to ask about the code nonetheless. I would have loved to see it to appreciate Vue.js better.
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#25Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#26This is website only? That kinda defeats the purpose of a Notational velocity clone doesn't it?
The title says "inspired by" it, so I don't think it was meant to be a clone.
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#27I never used Notational Velocity, but this seems like an awesome UI to use for Notes. As long as you have powerful search you can always find your notes by their content and create new ones when the ones you find aren't relevant. How many times I've created a new note related to something I wrote about before, but didn't want to search for. Now I'd basically be forced to search for it when I tried to create the new n…
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#28The landing page is great: it shows exactly what the product does/is and all of this without having to scroll down.
1. Show the product
2. Show the product
3. Let someone sign up
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#29Semi-related: I've been using Vue along with Phoenix on the server, and the stack is simply incredible in terms of productivity and ease-of-use. I'm tentatively planning on writing a book that teaches how to use the two together (I call the stack "Vuenix"). Would people here be interested in that?
I love Vue and I'm interested in learning Phoenix. What's particularly compelling about the stack?
I like Vue because it's easy to pick up and it gets out of your way. It's not as complex as React, but still very powerful and extensible. Vue's browser extension is also top-notch.
I like working with them as a stack because they are both very transparent, which makes it easy to reason about when you're passing data back and forth between the server and the client. The only way I can describe it is that it feels very "natural".
Re: Show HN: Real-time notes app built with Vue.js, inspired by Notational Velocity
#30The app looks really well put together. I went as far as creating an account until I realized it unusable on mobile--I need to hit control + enter to create a note.
Yeah, open to suggestions! The point is to use the keyboard for everything so mobile is tricky. Also, all the code is on GitHub ( https://github.com/tmm/notational ).