Show HN: Notable – A Markdown-based note-taking app that doesn't suck
61–70 of 110 posts
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#62The 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
#63Describing an electron app as “doesn’t suck” is pretty rich on its own, but even more so when you consider that there are several existing native macOS Markdown editors.
Being native isn't everything. As I mention in the readme I couldn't find an app that ticked all the boxes I'm interested in, which are: notes are written and rendered in GitHub-flavored Markdown, no WYSIWYG, no proprietary formats, I can run a search & replace across all notes, notes support attachments, the app isn't bloated, the app has a pretty interface, tags are indefinitely nestable and can import Evernote not…
Ticks all the boxes & uses nothing but my default workspace
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#64Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#65I used Typora https://typora.io/ > this year for my lecture notes and Notable lacks two crucial features that the former has: 1) LaTeX math support (i.e. MathJax). Being able to write inline formulas and using `align`, `table` etc. is a must in certain fields. 2) Notes in custom directory. Currently it seems that all your notes will be stored in your data directory, whereas I'd like to save my notes (and its assets)…
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#66Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#67Monaco editor might be better than CodeMirror
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#68I 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.
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 the app.
So apart from the usual arguments of cross platform, and we already have JS developers, there are other good reasons to go with Electron.
Also, if you want to do something like display a decently advanced HTML view, WKWebkit might or might not cut it. And it get's updated only when the OS itself get's updated (atleast on older versions of OSX). So if that's the kind of thing you want your application to do, then you pretty much have no option other than Electron.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#69I 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.
And also easy to close and lose any notifications than running in dock or menu tray.
Re: Show HN: Notable – A Markdown-based note-taking app that doesn't suck
#70I 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.
Personally I hope some day chrome comes with an "electron runtime" option built in so I only need the framework once on my PC.