Live data from Hacker News

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

github.com

51–60 of 110 posts

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

#51

Earlier quoted context omitted.

I'm not so sure about the "open format" part. Quiver stores notes in .qvnote, which I wouldn't call open. They have "Quiver Notebooks", where in Notable notebooks are just special tags, which are stored as Markdown front matter. IMHO Quiver is somewhat weird, they have a concept of "cells", you write Markdown inside a "Markdown Cell", there also a "Text" cell, a "LaTeX" cell etc. IMHO this complicates things unnecess…

> Quiver stores notes in .qvnote, which I wouldn't call open. From the Quiver site: > Quiver doesn’t lock you in. It stores data in a well-documented plain JSON format. Which is fairly open, I feel.

Fair enough. If it's documented I'd say it's open.

But it's still an odd design choice IMHO.

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

#52

I 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)…

I used Typora too, its really great for writing note / blog post etc. My only gripe with it is that it doesn't have search / tagging function.

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

#53
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 portion of the screen, I'll probably add support for pasting images directly from the clipboard but that's about it probably.

[1] https://github.com/fabiospampinato/enex-dump

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

#54

Earlier quoted context omitted.

Reverse for me, because the former is at least providing features that give some value; even if not for me, then for some users people, and who knows, maybe I'll be using them in the future. Electron is pure unadulterated waste. And since the app isn't "bloated", by not including a calendar and a kanban board, I might need to use another Electron app for calendar, and yet another Electron app for kanban, and then I h…

I see your point of view, but also if you absolutely don't need a kanban board and other such features the app becomes more difficult to use. Regarding the RAM as long as there's enough available I think it makes no difference performance-wise if I have 5gb or 2gb free. From my point of view as the developer of the Electron app in question I get to reuse the components I spent considerable time developing and a cross…

I see your point of view too. And I realize that Electron performance story seems to be improving, bit by bit.

I can understand you preferring to make life easier for yourself as a developer, leveraging your existing code and getting cross-platform support for free. Personally, I'm of a belief that the extra work necessary to do it with less resources is worthwhile and needs to be encouraged, which is why I a) actively avoid Electron apps, and b) speak up about it.

> Regarding the RAM as long as there's enough available I think it makes no difference performance-wise if I have 5gb or 2gb free.

It makes a difference when you want to use more programs at the same time. Which is what most users want and expect from their computers, and which is a fundamental feature of contemporary computers. Given the increase of bloat in software all across the board, most users are operating near the top of their RAM capacity, not the bottom. There's only so much of it left before they just can't have everything they want working at the same time.

For instance, right now when I launch (and use for a while) Firefox and Chrome, Emacs, and a local instance of a product I'm working on, I'm nearly maxing out my machine's RAM. If someone was to force me to use an Electron app for chat and music, I'd proably have to either a) keep closing and opening browsers, b) launch the product I'm developing on a different machine (less convenient), c) upgrade my computer. But instead, I can choose not to use bloated applications and keep my workflow convenient, and my perfectly good computer still in use.

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

#57

Earlier quoted context omitted.

There's the bloat of apps like Notion.so giving you a calendar and a kanban board, and there's the bloat of the apps that use 100mb of ram more than the optimal. I can bear the latter, not the former.

Reverse for me, because the former is at least providing features that give some value; even if not for me, then for some users people, and who knows, maybe I'll be using them in the future. Electron is pure unadulterated waste. And since the app isn't "bloated", by not including a calendar and a kanban board, I might need to use another Electron app for calendar, and yet another Electron app for kanban, and then I h…

[deleted]

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

#58

Describing 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…

I can tick those boxes with just a filesystem, a text editor, and grep.

Except, maybe, Evernote import — no idea how that works.

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

#59

Earlier quoted context omitted.

You can kind of get both today if you put your data directory inside Dropbox and then edit your notes with any available text editor. It's definitely not the same thing though. Maybe I will make a mobile app for this in the future.

It'd be really great if you could use something like Nextcloud for sync, instead of proprietary services.

You can, just switch out "dropxbox" with "nextcloud" – it just seems to be normal directory which nextcloud can sync as well.

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

#60

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

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

Post reply on HN