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…
Show HN: Notable – A Markdown-based note-taking app that doesn't suck
91–100 of 110 posts
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#92Earlier 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.
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
#93Why 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.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#94I 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.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#95Why 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?
Will update the site, thanks
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#96Ill be downloading this to give it a spin.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#97I 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.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#98Earlier 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 :)
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#99Earlier 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.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#100Very 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…