Live data from Hacker News

Show HN: NotesHub: cross-platform, Markdown-based note-taking app

about.noteshub.app

11–20 of 116 posts

Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app

#11
I have grown to love markdown in the past year. It is just expressive enough without being burdensomely complex. I appreciate the ability to switch between WYSIWYG and plain text editing modes to achieve precision. In contrast to pure-WYSIWYG editors like Google Docs, the formatting can’t get totally hosed in markdown because you can always dip under the hood and fix stuff.

I just wish every rich text editor had accessible markdown…

Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app

#14

This might be an unpopular take, but I'm tired of all these Markdown text editors. It almost feels like a cop-out at this point. Ever since text editors started supporting Markdown, we've gotten away from all of these great rich-text editors. Apple Notes is an example of a notetaking application "done right", albeit with fewer features. It's enjoyable to use and offers good UI for attaching files. It certainly is not…

Bear with "hide Markdown" checked pretty much gets you there, if only on Apple devices.

Markdown vs. Rich Text to me is less about the editing experience and more about do you want your files aligned to a file system or not. The options are either:

- rich text editor with files that only make sense to a single application. - rich text editor with no files but (hopefully) some way to export them to (hopefully) compatible formats. - text files in a folder than can be read / edited by almost anything, with the editing experience tied to your application of choice.

Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app

#15

This might be an unpopular take, but I'm tired of all these Markdown text editors. It almost feels like a cop-out at this point. Ever since text editors started supporting Markdown, we've gotten away from all of these great rich-text editors. Apple Notes is an example of a notetaking application "done right", albeit with fewer features. It's enjoyable to use and offers good UI for attaching files. It certainly is not…

I can understand that. There're so many Markdown editors, choice paralysis easily kicks in.

Markdown ist basically a must have for me though, because I know most applications will be outlived by my notes, and I want to be able to move on to a different editor. To try a new one, or even use multiple at the same time (say, on my phone and on my computer), it's unacceptable for me if I have to export and import all my notes first and risking diverging branches.

In general I think taking notes is a very personal thing many people do every day and they're looking for an app fitting their exact workflow. That's why there are so many options. I was considering writing my own one several times already, although it's probably not worth the time.

Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app

#17
post #15

This might be an unpopular take, but I'm tired of all these Markdown text editors. It almost feels like a cop-out at this point. Ever since text editors started supporting Markdown, we've gotten away from all of these great rich-text editors. Apple Notes is an example of a notetaking application "done right", albeit with fewer features. It's enjoyable to use and offers good UI for attaching files. It certainly is not…

I can understand that. There're so many Markdown editors, choice paralysis easily kicks in. Markdown ist basically a must have for me though, because I know most applications will be outlived by my notes, and I want to be able to move on to a different editor. To try a new one, or even use multiple at the same time (say, on my phone and on my computer), it's unacceptable for me if I have to export and import all my n…

The one thing that annoys me is that Markdown is not highly standardized. Seems like every implementation is its own dialect and feature support varies quite a bit.

Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app

#19

Oh I like the web version! I just hooked up the web app to my _public_ blog repo, and started editing the markdown files. Hit save and it automatically performs a git commit on my behalf. Perfect. Next time I'm working on the files locally, all I need is a git pull and I am good to go. I like it. Although I didnt quite like that it asked for a permission to pretty much _everything_ in Githuhb - public and private rep…

The FAQ has the following instructions for more fine-grained access control:

> To accomplish this scenario select generic Git notebook provider (instead of GitHub) and for the password field put fine-grained personal access token which can be generated to have access only to certain repositories.

Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app

#20

This might be an unpopular take, but I'm tired of all these Markdown text editors. It almost feels like a cop-out at this point. Ever since text editors started supporting Markdown, we've gotten away from all of these great rich-text editors. Apple Notes is an example of a notetaking application "done right", albeit with fewer features. It's enjoyable to use and offers good UI for attaching files. It certainly is not…

Joplin supports editing in WYSIWYG with formatting tools and saving markdown on the backend, or swapping to the markdown editor whenever you want to edit that way.
Post reply on HN