Live data from Hacker News

Show HN: Vapor – A notepad that fades away as you type

enda.sh

21–30 of 33 posts

Re: Show HN: Vapor – A notepad that fades away as you type

#22
post #9

I love the idea! It just creates a very minimalistic feeling and helps my mind not get overwhelmed with big chunks of text. However, the no-edits thing is a bit frustrating personally. A solution would be to allow edits as long as the text is visible, plus increase the timeline the text stays in the view (the pace in the homepage is ideal i feel).

Thank you. I don’t think I’ve landed on the fade duration sweet spot yet. I’ll experiment with much longer times and see how it feels.

Re: Show HN: Vapor – A notepad that fades away as you type

#23
post #14

This is so super delightful. I explored a similar space when I was first learning piano and was enjoying how freeing it is to have the melodies and mistakes sort of drift into the air. In case the work proves useful to your endeavors: https://github.com/cj-dimaggio/transient-words

Oh wow, I hadn’t come across this one while researching. As soon as I looked at it I felt pretty bad thinking someone had already built something exactly like mine 7 years ago. But playing around with it, it seems different enough that I don’t feel like I now need to toss mine in the trash. Phew.

Re: Show HN: Vapor – A notepad that fades away as you type

#24

Great name. I accidentally reloaded the page on my phone, thus losing all my (meaningless, auto-complete generated) text. So maybe an auto-save would be better? Years ago there was a lightweight app for the then-current version of Mac OS X called Grandview. When invoked, it would fill your screen with a background color and you would see only a huge version of the single word you were currently typing. (I don't remem…

Thank you for the comment. I’ve thought of adding auto save. I think my initial reason for not including it was that, if you can’t see what you’ve written, how would you know if you’re typing into a new blank doc or a previous auto save? It’s something I’ll think more on.

Re: Show HN: Vapor – A notepad that fades away as you type

#25

This is great! It’s the perfect implementation of stream-of-consciousness journaling, especially when you need to get your emotions out on the page. My college English professor used to recommend putting a towel over your laptop to encourage a flow state when writing. This is easier :) Will bookmark this and try it the next few times when I journal. Great job!

Thanks! I appreciate it.

Re: Show HN: Vapor – A notepad that fades away as you type

#26

I love the idea, but at least on android the text scrolls backwards as some people have already noticed. Also, my keyboard thinks that wrvy word needs to be capitalized for some reason so I'm typing backwards all caps. And with he no editing, if it was set up in a way that let my phone at least autocorrect my typos, I think that would go a long way to making this more usable. But kudos for getting something out there…

Yeah, I apologize for the Android bugs. I’d mostly intended for it to be a desktop app, and tested it on Linux and Mac, then did a couple mobile additions and tested it on iOS. I didn’t expect that Android would behave so much differently, particularly since it’s all in a browser, so that was pretty naive.

I’ve downloaded Android Studio for testing, so I’ll get to work figuring out where the bug is coming from.

Re: Show HN: Vapor – A notepad that fades away as you type

#27
post #7

What’s the reasoning for no backspace? I understand not allowing edits before the current word but I am a very clumsy typer, and this made me pretty frustrated when every other word had a typo.

I’ve found that while trying to write down the ideas in my head, it’s very easy for me to lose my train of thought if I edit while I write, which I can’t seem to help but doing. Not being able to go back at all, or to glance at anything I’ve already written, has helped me keep my inner dialogue moving without interruption. It felt odd at first, but I very quickly got used to not editing myself.

Re: Show HN: Vapor – A notepad that fades away as you type

#28

Any inspiration from https://enso.sonnet.io ? I'm a big fan of everything Rafał Pastuszak does. They also recently announced a public beta of a rewrite of that product https://untested.sonnet.io/notes/new-enso-first-public-beta/ Oh - looks like it's been on HN too. Some good discussions... New version: https://news.ycombinator.com/item?id=44421776 Original: https://news.ycombinator.com/item?id=38025073

My initial idea was imagining a typewriter with disappearing ink. Doing some research I came across some apps that use a similar general idea, and Enzo was indeed one of them. But none of them did it exactly like I was picturing, so I decided to make one.

Re: Show HN: Vapor – A notepad that fades away as you type

#30
post #5
post #4

Well ... On my Android phone it just types backward in capitals! Like EB OT TON RO EB OT And I had to type that in here because it won't select for copy. Not what I was hoping for!

Aw, sorry to hear that. I remember encountering that bug a while back and was happy when I figured out a way to squash it. Admittedly I tested this app in browsers on Linux, Mac, and on an iPhone, but not Android. So I'll get a hold of an Android device and figure out a way to re-squash the backwards bug. Thanks for the heads up.

There are classes of bugs that reproduce on Android simulator- might be worth downloading Android studio and checking.
Post reply on HN