Hacker News new | ask | show | jobs
by sdrothrock 2807 days ago
Thank you for taking the time to answer my questions. :)

> 3. Those who have too many suggestions usually quit using my app soon in my experience because their problems are different from mine. You don't have to please everyone.

I'm sorry, I phrased my question a bit unclearly. "sticky" for me means "easy to retain." So I was wondering, do you have a better retention rate among Japanese users, English users, or is it about the same?

1 comments

Ah okay. I don't see any difference in the retention so far.
Hi Takuya, glad you are doing well with your app. I feel honored that I'm one of 3 feature users on the frontpage :). Even though I don't use inkdrop currently. I may try it again after v3 is released though

I have been following your development blog for some time (v3), I agree with your priorities in better image support and tables. I made a similar plugin with image resizing support on a different notetaking application, using a jquery slider. I use it everyday. It might be of interest to you. http://vincentmtang.com/2018/06/29/adventures-in-writing-a-t.... The implementation I made is significantly less maintenance too, setting image sizes per image upload is time consuming IMO. It uses a `max-height` and `max-width` property initialization you set, and goes up from there. It is (3) on your blog. It does make it difficult to make responsive image size between devices, but you could always let the user define custom media queries in settings and set a `max-width` or `max-height` property for mobile devices. It really depends on information density of images.