Live data from Hacker News

Show HN: Notable – A Markdown-based note-taking app that doesn't suck

github.com

91–100 of 110 posts

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#91
post #68
post #62

I kinda don't get why people end up building electron apps to, essentially, "act like it's native". The app looks absolutely awesome, but i would have loved to just see it run in the browser, I'm kinda reluctant to install yet another memory-hog for basic tasks.

One important reason people choose to use Electron instead of opening the app in a Browser window, is that the browser blocks a lot of standard keyboard shortcuts. So for example, if you want to capture Ctrl+Tab and move to the next note, based on that, well, you can only do that in Electron. Another UX based reason, is that native menus offer a better UX than having to put buttons for each and every action inside th…

True, these are a few really valid points I wasn't considering

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#92
post #63

Earlier quoted context omitted.

I feel you on this, but for me the solution has been really simple so far: just a dedicated notes folder + good ol' atom. Ticks all the boxes & uses nothing but my default workspace

It doesn't tick all the boxes though, there's no good way of adding attachments to notes and the moment a note should be categorized into 2 or more folders the all thing falls apart.

Granted on the folder side of things, but adding an attachment is really just dropping it into the folder on the filesystem side.

You can't just paste it like you could with other apps on Windows though, and youll need to do a tiny bit of manual work - granted!

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#93

Why is "No WYSIWYG" your stated goal? Unless your target is an audience of developers, WYSIWYG is making Microsoft a cool $30B/year. Also, Typora - possibly the most popular markdown editor, is WYSIWYG. Shameless plug: Please try https://writepubapp.github.io/download/ It is a WYSIWYG Markdown editor with built-in git, without having to learn either.

write.pub not found?

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#94
post #62

I kinda don't get why people end up building electron apps to, essentially, "act like it's native". The app looks absolutely awesome, but i would have loved to just see it run in the browser, I'm kinda reluctant to install yet another memory-hog for basic tasks.

How would you point it to a data directory on your local machine?

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#95

Why is "No WYSIWYG" your stated goal? Unless your target is an audience of developers, WYSIWYG is making Microsoft a cool $30B/year. Also, Typora - possibly the most popular markdown editor, is WYSIWYG. Shameless plug: Please try https://writepubapp.github.io/download/ It is a WYSIWYG Markdown editor with built-in git, without having to learn either.

write.pub not found?

For now, it is https://writepubapp.github.io

Will update the site, thanks

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#96
I actually built something very similar as a UWP app but didn't get as far as you have with the feature set. The "no proprietary formats" thing is the most important to me. All files stored as markdown in a simple file structure makes so much sense. Any other app can read the data. In fact, because we both went that way our apps can now share a note database, minus the tagging stuff.

Ill be downloading this to give it a spin.

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#97
post #62

I kinda don't get why people end up building electron apps to, essentially, "act like it's native". The app looks absolutely awesome, but i would have loved to just see it run in the browser, I'm kinda reluctant to install yet another memory-hog for basic tasks.

The main reason you can't do that here is because notes are stored in a local files directory which couldn't be accessed by the browser without using java. Although there author also mentioned using Dropbox so I guess if you trusted it with your credentials it could use the API

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#98

Earlier quoted context omitted.

I agree. Saying your editor doesn't suck implies that all others do suck, which is just shitting on everyone's work. Don't be that person

I didn't mean to shit on everybody else's work, but I really tried to find a note-taking app that ticked all the boxes _I_ am interested in and avoid coding it myself, but I really couldn't find one. In that sense it doesn't suck, I could have said "that it ticks all the boxes for me" but it would be less catchy maybe :)

I built something similar a while back and billed it as "a note taking app that stores everything in .md files" or words to that effect. Use the banner feature to differentiate

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#99

Earlier quoted context omitted.

Second that. Markdown is about lightweight, requiring just a text editor and a few neurons to memorize the markup. Markdown already handles 'attachments' via tag for image or HTML anchor for other file types. Prettify via CSS. Global search and replace indeed needs an extra effort. If faced with such a need, I'd just use any of active IDEs already installed, well, Atom should do.

Adding "attachments" like that, the way Boostnote also does it, is not portable nor ergonomic, since you need the full path to the file in question or you need to upload it somewhere.

What? Just use a relative path.

Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck

#100
post #47

Very excited about this. My Evernotes include many web clippings. How does Notable import those? Any chance you’ll add a web clipper?

I'm not sure if they get imported properly, Notable uses enex-dump [1] under the hood for importing .enex files. If it recognizes web clippings as attachments it will import them, otherwise I guess it will ignore them. I had no web clipper in the notes I tested enex-dump with so I'm not sure about this. I personally have no use for a built-in web clipper, and with an OS-level shortcut I can take a screenshot of any p…

Pasting images from the clipboard would be a nice. Thanks!
Post reply on HN