Live data from Hacker News

Ask HN: What feature does your dream note taking app have?

news.ycombinator.com

11–20 of 20 posts

Re: Ask HN: What feature does your dream note taking app have?

#12
Following I like to see ( If possible ):

Many app are stop, if issue with net connection or send a big notification about my internet connection issue. Why I have to see it? Can app not manage sync & net issue with local storage or something. I mean I am just taking a note and for taking a note, a real time internet connection is not needed., Right? it's not email app where connection is more important.

Re: Ask HN: What feature does your dream note taking app have?

#13
post #2

I use OneNote. The features that make it indispensable for me are as follows: * Excellent synchronization across devices * Support for handwriting * Web viewer

I'd like to use git in order to ensure a good reconciliation between edits made on multiple devices. Handwriting is not really the goal for my application, since it's a markdown editor. As far as the web viewer is concerned would you like most a web editor or a static site generator (with hosting included). The web editor is more useful for personal use, but the static site allows everyone to access (I'm thinking abo…

I think a static site generator sounds useful. Not only for viewing when one is without one's apps, but also for sharing as you say.

Re: Ask HN: What feature does your dream note taking app have?

#16
1) Merge resolution is a big one. I often muse that a note-taking app with a Git backend and three-way merge facility would be kind of awesome.

2) Combine that with offline note taking that auto-syncs when you have a network connection again (even if the note-taking app is backgrounded on your phone), and you'd have a winner. Give me that and I wouldn't even care about support for any formats other than plain text.

3) The ability to organize notes into folders and subfolders with no limit to levels of nesting.

OK, yeah, I really just want an auto-syncing Git client on my phone.

Re: Ask HN: What feature does your dream note taking app have?

#18

1) Merge resolution is a big one. I often muse that a note-taking app with a Git backend and three-way merge facility would be kind of awesome. 2) Combine that with offline note taking that auto-syncs when you have a network connection again (even if the note-taking app is backgrounded on your phone), and you'd have a winner. Give me that and I wouldn't even care about support for any formats other than plain text. 3…

That's why I started the project in the first place, glad to hear that I'm not the only one wanting this! ;)

Re: Ask HN: What feature does your dream note taking app have?

#19

1) Merge resolution is a big one. I often muse that a note-taking app with a Git backend and three-way merge facility would be kind of awesome. 2) Combine that with offline note taking that auto-syncs when you have a network connection again (even if the note-taking app is backgrounded on your phone), and you'd have a winner. Give me that and I wouldn't even care about support for any formats other than plain text. 3…

That's why I started the project in the first place, glad to hear that I'm not the only one wanting this! ;)

What platforms are you planning to support, or will this be web-only?

Re: Ask HN: What feature does your dream note taking app have?

#20

Earlier quoted context omitted.

That's why I started the project in the first place, glad to hear that I'm not the only one wanting this! ;)

What platforms are you planning to support, or will this be web-only?

I am building the app with electron, so all desktop platforms will be supported right away, I am considering mobile apps porting most of my React code to React Native and web replacing the filesystem interactions with a cloud server
Post reply on HN