Can you share a bit about the tech behind this? Are the desktop apps electron apps or something else? Thx!
Windows version is Electon-based, but not really hungry for resources. MacOS is not Electron-based.
Show HN: NotesHub: cross-platform, Markdown-based note-taking app
71–80 of 116 posts
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#72It seems the creator has been a senior SWE at Microsoft for 7 years now. It genuinely astounds me that as a solo dev he can make such a featureful app yet Microsoft the company has been failing hard in this realm for the last decade. Also it makes you wonder how many UI-design teams, product owners, and middle managers are entirely obsolete next to a single competent SWE with a bit of talent for UI/UX.
That Microsoft is just not good at building consumer-facing software in general is hard to deny though.
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#73Which tool / framework do you use to achieve this?
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#74This 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…
Obsidian's WYSIWYG editor is excellent and amazingly featureful. I use it for hours every day, only ever in "edit" mode w/ "live preview", just a couple plugins enabled, and it's by far the best interface to markdown I've encountered.
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#75This 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…
A robust export option is what we're all looking for here.
> taking notes is a very personal thing
I agree with that.
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#76The website leans hard on "fully cross-platform" for a program that clearly isn't.
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#77Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#78There are a few typos on the site you might want to review: https://triplechecker.com/s/259685/about.noteshub.app?v=rLAc...
Re: Show HN: NotesHub: cross-platform, Markdown-based note-taking app
#79Oh 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
#80Fantastic app, good, clean design, and a very useful use-case. I can see myself using it. However, a few questions: 1. Can I self-host it? If so, how? 2. Can I connect to a "private" Github repo? (I dont want my personal notes publicly viewable, unless I choose so) 3. What's the pricing model? Wasn't entirely clear. Thanks!!
You can't self-host it. Yes, you can connect to "private" GitHub repo. Pricing model is one time payment for native apps and free web app.
The FAQ says "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."
I created a PAT with EVERY permission within a selected repo, to the fullest-extent allowed by the fine-grained PAT, but still see "An unhandled error occured, please try again" when setting it up within NotesHub.