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

100 pointsposted 5 hours ago
by alex-titarenko

84 Comments

proee

3 hours ago

Nice product and website. Your homepage uses a lot of passive voice. Personally I think changing it to active voice makes the product sound more appealing.

"your notes will always be" -> "your notes are always" "content will be synced" -> "content is synced"

"note will be periodically synced" -> "notes are periodically synced" "You can use it for managing personal tasks..." -> "Manage your personal tasks..."

"You can choose between light and dark" -> "Choose between light and dark"

teraflop

3 hours ago

Nitpick: that's not what "active voice" means.

The active voice equivalent of "content will be synced" would be "NotesHub will sync your content".

cscheid

3 hours ago

Dropping passive voice helps most writing, but

> "content will be synced" -> "content is synced"

FYI that's still passive voice.

j_bum

2 hours ago

To quickly determine passive vs. active voice, you can add the phrase, “by zombies” to the end of the sentence.

If it’s clear the zombies are doing the action (subject), then the content is passive voice. Otherwise, if the zombies are an adverbial phrase, the sentence is in active voice.

Passive voice: “Content is synced by zombies”

Active voice: “NotesHub syncs the content by zombies”

rangerelf

2 hours ago

"Thanks" for making me spit my coffee, that's hilarious but awesome; I will be using it in the future. :-D

j_bum

2 hours ago

Glad you liked it :)

When I started grad school and was learning how to write effectively, I struggled with passive/active voice differentiation… until I learned the zombies tip. It’s so absurd that you can’t forget it, and it’s simple enough to differentiate the two in a split second!

jdthedisciple

2 hours ago

It 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.

dewey

2 hours ago

It's not that surprising, it's just different priorities. If a company would prioritize "Let's build a featureful note-taking app", they'll also get it done. But there's usually a lot of different priorities that are higher than building yet another app for the platform.

alternatex

an hour ago

Although I agree with your observation wholeheartedly, it should be obvious that shipping something at Microsoft is way more involved than shipping a hobby project. Just security and privacy compliance is half the work.

That Microsoft is just not good at building consumer-facing software in general is hard to deny though.

tinkrr

2 hours ago

OneNote is a pretty decent note taking app.

reacharavindh

4 hours ago

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 repos, deploykeys?!, everything. I wish that were customisable. It was okay for me because I dont keep any non public code in Github, but others might have..

kseistrup

3 hours ago

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.

amimetic

an hour ago

I tried this and doesn't seem to work; though unclear what permissions I should be granting it, so possibly that is the issue.

aanet

2 hours ago

Fantastic 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!!

alex-titarenko

2 hours ago

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.

ukuina

an hour ago

Can you provide more detail on connecting to a "private" GitHub repo?

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.

amimetic

an hour ago

I didn't go that far (every permission) but had the same experience.

dbcurtis

33 minutes ago

I will definitely check this out. I love that syncing can be self-hosted, that it supports LaTeX for math, and even music notation. The one additional thing I would love in a text-based note-taking app is some kind of mind-mapping software. I still have an old copy of Mindnode on my Mac, and there are times where it is the perfect solution. I am a little disappointed that the Linux story is weak.

alex-titarenko

32 minutes ago

NotesHub has support of Mermaid diagrams that has mind-mapping. Or you can use Whiteboarding functionality to mimic mind-maps.

HiPHInch

3 hours ago

People seem interested in this. But I still wonder what is the advantage over Obsidian.

marcuskaz

3 hours ago

NotesHub is one-time payment of $4 and Obsidian is $50/yr

hanifc

31 minutes ago

What does the $50 get you with Obsidian? I don’t pay, and I’m able to access my notes from my desktop and mobile apps.

wodenokoto

2 hours ago

Without having tried both side by side, pricing is an advantage.

accra4rx

2 hours ago

In Obsidian , you can even sync to github or dropbox with community plugins . so price wise it is free Also Obsidian has much better search (using community plugin) which is lacking in noteshub

dtkav

an hour ago

The plugin ecosystem is amazing.

I wrote a plugin called Relay that makes obsidian multiplayer with live collaboration (using CRDTs), and there are a few others in the space too.

Obsidian sync is also great for e2e encrypted sync for your own devices if you don't want to rely on third parties like GitHub.

WillAdams

3 hours ago

Pay once pricing?

A really interesting feature would be the ability to post to your own host --- the publishing aspect is the one thing which has me seriously contemplating Obsidian, but I'm so deep into gitbook and github I haven't been able to justify a cost-benefit calculation.

ttul

3 hours ago

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…

WillAdams

3 hours ago

Microsoft Word having a Markdown mode would be _huge_.

If I were still using it regularly I'd put one together using WordBASIC/VBAscript.

ponytech

an hour ago

I have been an Evernote, then Notion and now a Jopplin user. A feature I used a lot in these apps is the browser extension that allows me to quickly bookmark a web page into a note. Would you consider such a feature?

eagleinparadise

an hour ago

It looks like the keyboard shortcut Cmd-L conflicts with Arc browser in the web app.

Looks great otherwise!

Are there plans for plugins and so forth ala obsidian? For instance, it would be great to have a daily/monthly/quarterly/yearly note and what not.

emmanueloga_

3 hours ago

Can you share a bit about the tech behind this? Are the desktop apps electron apps or something else?

Thx!

alex-titarenko

2 hours ago

Windows version is Electon-based, but not really hungry for resources. MacOS is not Electron-based.

awill

3 hours ago

that's always my first thought. Do I need 64GB of RAM to run this note app? :)

cloverich

an hour ago

Try checking the memory usage of Apple notes, if you use it. I was shocked how high it was.

novoreorx

2 hours ago

This is a really nice product. The web version reminds me of Prose [^1], which introduced the concept of writing in a GitHub repo online since 2013.

For those asking about the advantages of NotesHub over Obsidian, this app offers a web version—a feature I have long wished Obsidian would provide.

[1]: https://github.com/prose/prose

Towaway69

2 hours ago

I'm a big fan of iA Writer - it basically does everything I need. The best part is its clean interface - just a white screen and cursor.

Markdown based with HTML templates to allow for different appearance when converted to PDF. It also has cross references to other files, so that long documents can be broken down into separate files.

It doesn't have all the features that NotesHub has - hats off to that and I hope NotesHub becomes a success.

jdthedisciple

2 hours ago

Looks great, just wish it had end-to-end-encryption.

I made a quite similar app with some other features that are a personal must-have which this one lacks.

aiono

3 hours ago

Looks nice, but what advantage it has over Obsidian or Zettlr? Maybe Obsidian is more expensive but Zettlr is free and also FOSS.

xz18r

3 hours ago

I am on a Macbook where I'm not signed in with an Apple ID (let alone my own), can I buy the app for my private devices and install it somehow on my work Macbook?

danudey

2 hours ago

If you copy the app over to your work Macbook it should ask you to authenticate to the App Store when you try to launch it so that it can validate your license. IIRC this doesn't cause it to save that login to the app store but just does a one-off authentication for that app.

YMMV, but this is my recollection.

tinkrr

an hour ago

It seems like you re-use the code from the web app to create the hybrid mobile apps.

Which tool / framework do you use to achieve this?

ukuina

2 hours ago

Hey, awesome, clean Material design!

Are notes held on disk unencrypted?

bbor

4 hours ago

A) Wow this is just incredibly impressive for a solo dev - well done! The feature list just keeps going and going, by the time I got to kanban boards I was in disbelief. I was incredibly dubious based on the title that any “Show HN” could rival Obsidian, but i think I stand corrected!

I sadly use my own hand-rolled markdown system way too often to really switch, but I’ll definitely have to check this out for an on-the-go replacement for Google Keep.

B) “offline first” is a great feature, but I’m curious why you didn’t go with the terms hear more often, “local first”? Just wanted something more accessible to laypeople?

C) “offline first” seems hard to match up with “progressive web app” — not from any sort of user perspective (sounds ideal, even!), just in terms of technical implementation. Am I correct in assuming that the iOS and android versions are PWAs, and that they still durably store files on device? If so, how hard was that?

D) “all major platforms: iOS/macOS/Android/Windows” made me shed a brief tear. It’s ~~infrastructure~~ Linux Week, time to add a platform!!

Best of luck and thanks for sharing your work. I look forward to meeting you on top of the world one day ;)

dbacar

3 hours ago

what is the license? Always free? One day might cost you?

alex-titarenko

2 hours ago

The web version is free, native versions have small one-time fee.

lormayna

2 hours ago

Do you have a self-hosting version?

joshdavham

3 hours ago

Is the source code available anywhere, by chance? I’m curious how it was built.

alex-titarenko

2 hours ago

It's not open sourced. You can look at Settings -> Third-party Licenses to see what libraries are in use.

maelito

2 hours ago

Thanks ! Wonderful alternative to gitjournal.

jedberg

3 hours ago

Anyone got a good tutorial on switching from Evernote?

rcarmo

4 hours ago

I don't get why iOS doesn't have filesystem notebooks on the comparison table.

jedberg

3 hours ago

It has iCloud Drive instead, which is the closest equivalent to a filesystem on iOS

rcarmo

2 hours ago

So you can't use other file providers? That tech is really stable now, I've been using it for years to edit a git repo inside Working Copy or files inside other apps using yet another set of apps (Textastic, iA Writer, even vim inside a-Shell). You should really consider reviewing that viewpoint.

alwayslikethis

4 hours ago

The fact that iOS doesn't really have a real filesystem you can use, would be my guess.

Towaway69

2 hours ago

As someone who left iOS for Android because of that, I was pleasantly surprised - when I went back - to find that iOS now has a Files app for managing files on the device and also network shares.

iOS has definitely improved in that area and definitely now has a filesystem.

rcarmo

2 hours ago

As someone who regularly uses vim inside iOS to edit files from another application and syncs the whole lot via SyncThing, I beg to differ.

From a filesystem perspective, it's no different from jails or container mount points.

stonogo

2 hours ago

The website leans hard on "fully cross-platform" for a program that clearly isn't.

alex-titarenko

an hour ago

If you are talking about Linux, you can use the Web version, which is Progressive Web Application, works offline and can be installed.

awill

3 hours ago

What does native (hybrid) mean?

invaliduser

3 hours ago

That's when the native Android or iOS app is basically a webview displaying the web app (either served locally or from the website)

awill

3 hours ago

That's not really native in my book.

invaliduser

3 hours ago

That's why it's called hybrid I guess

vuldin

4 hours ago

This looks good, but in order for me to try this it would need vi support and a Linux install option.

ttul

4 hours ago

I think you might be in the top 0.03% of people who use note taking apps!

alwayslikethis

4 hours ago

A closed source note-taking app is also a questionable decision regardless. The app looks impressive in terms of features, which is actually a con because you may not be able to find an alternative when the time comes and you can no longer use it for any reason.

w0m

3 hours ago

ha, NGL my thought exactly. Maybe ship also as a VSCode extension?

dukeofdoom

3 hours ago

I keep my todos in markdown checklist boxes. I generate a dayplan with chatgpt and I ask for output in markdown. Just copy and paste it. I now use typora.. but I'll check out your app later.

mdhb

3 hours ago

Just out of curiosity is this a Flutter app and if so how did you find the experience of using it to develop a cross platform app?

alex-titarenko

2 hours ago

It's not a Flutter app. It's a React-based app.

deafpolygon

4 hours ago

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 without its flaws, however. Obsidian gets really close. I bet the devs could go all the way.

I want something WYSIWYG-like, without dealing with the underlying mechanisms... give me rich-text on the front and save the file in Markdown behind the scenes. I hardly care, as long as there is a robust export option built-in.

</end rant>

emaro

3 hours ago

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.

jandrese

3 hours ago

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.

input_sh

2 hours ago

Yeah that's what happens when you come up with a "standard" and then forget about it for two decades.

deafpolygon

an hour ago

> because I know most applications will be outlived by my notes

A robust export option is what we're all looking for here.

> taking notes is a very personal thing

I agree with that.

threetonesun

3 hours ago

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.

chrisweekly

3 hours ago

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.

deafpolygon

an hour ago

I agree, which is why I use it. But there are a few quirks that rely on on reading mode.

great_kraken

3 hours ago

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.

askafriend

3 hours ago

Apple Notes is the greatest note taking app of all time.

I literally don't need anything else.

WillAdams

3 hours ago

For folks who buy into the Apple eco-system perhaps --- I'd consider it if it were possible to view/edit notes made in it on my MacBook using a Wacom One screen on my Samsung Galaxy Note 10+ --- bonus would be if they could get Amazon to put it on the Kindle Scribe.