Live data from Hacker News

Nova 9

nova.app

81–90 of 107 posts

Re: Nova 9

#81
post #72

Nova is absolutely gorgeous. I'm so done with Electron apps, even ones "done well". There's a lot to be said for fast, native apps that look and feel like they belong on the platform you're running them on. That said, Nova's Python support wasn't in the ballpark of VS Code's. But testing it for a while soured me on VS Code, and I ended up switching back to Emacs (which has outstanding Python support via LSP these day…

you can have an interactive debugger for python in Emacs with break points and everything?

Yep! https://realpython.com/emacs-the-best-python-editor/#debuggi...

Re: Nova 9

#83
There was a rumour some years ago (based on a tweet from a member of staff there) that Panic were working on an email app for mobile devices.

Even now I still hope that rumour is true - a genuinely well designed email app made the usual high standard of polish synonymous with Panic software would be amazing.

Re: Nova 9

#85
post #22

Deal breaker for me (last time I checked it out) was the lack of a built in git diff. I don't need anything fancy, but I can't live in an editor without it. Does anybody know if this is planned or workable in later versions?

Try diff2html-cli -- you alias in your terminal "diff" to the diff2html command and you get a beautiful HTML diff (side-by-side or inline) of the current changes you've made (or against a branch you choose).

https://diff2html.xyz/

Re: Nova 9

#86

Earlier quoted context omitted.

IMHO they should pivot it into a beautiful native or electron UI for neovim. Rebuilding all the LSP, task, etc. stuff in a bespoke editor is clearly a ton of work and maybe not paying off in the long run. Get all that stuff for free from neovim. Make a plugin that starts users off in a more familiar mode-less editing experience so the switch isn't noticeable.

You might be interested in Onivim then ( https://onivim.io/ ) Edit: Ah it seems they actually ran out of money. I'd assume the project is deprecated now as I don't see any updates in the recent past. https://github.com/onivim/oni2/issues/3811#issuecomment-9103...

It's exactly what I'm thinking of but development on it has stopped and it isn't clear if there's a future for it (see the update here: https://github.com/onivim/oni2/issues/3811).

I'd love to see a company like Panic put some dollars and development power behind a native UI for neovim. Neovim is built explicitly to support these kind of custom frontend UIs. It's basically a backend for a fully-featured text editor and IDE but with a minimal console only frontend UI.

Re: Nova 9

#87

Time to give it another try! But I struggle to use it without a git diff view. It can’t come soon enough.

Try diff2html - just a single npm install command away from viewing your diffs in your browser whenever you run "diff2html" in your terminal (pro tip: alias "diff" to the command).

https://diff2html.xyz/

Re: Nova 9

#88

Earlier quoted context omitted.

You might be interested in Onivim then ( https://onivim.io/ ) Edit: Ah it seems they actually ran out of money. I'd assume the project is deprecated now as I don't see any updates in the recent past. https://github.com/onivim/oni2/issues/3811#issuecomment-9103...

It's exactly what I'm thinking of but development on it has stopped and it isn't clear if there's a future for it (see the update here: https://github.com/onivim/oni2/issues/3811 ). I'd love to see a company like Panic put some dollars and development power behind a native UI for neovim. Neovim is built explicitly to support these kind of custom frontend UIs. It's basically a backend for a fully-featured text editor…

Ah it seems they actually ran out of money. I'd assume the project is deprecated now as I don't see any updates in the recent past.

https://github.com/onivim/oni2/issues/3811#issuecomment-9103...

Re: Nova 9

#89

Earlier quoted context omitted.

IMHO they should pivot it into a beautiful native or electron UI for neovim. Rebuilding all the LSP, task, etc. stuff in a bespoke editor is clearly a ton of work and maybe not paying off in the long run. Get all that stuff for free from neovim. Make a plugin that starts users off in a more familiar mode-less editing experience so the switch isn't noticeable.

You might be interested in Onivim then ( https://onivim.io/ ) Edit: Ah it seems they actually ran out of money. I'd assume the project is deprecated now as I don't see any updates in the recent past. https://github.com/onivim/oni2/issues/3811#issuecomment-9103...

Onivim is not vim or even neovim. neovim + VSCode extensions doesn’t really work as well as it should, and the configuration story (to me) was a nightmare.

There aren’t many software purchases I regret, but this is one of them. (I’d never ask for a refund, because I paid for _access_. I just didn’t like what I paid for.)

Re: Nova 9

#90
I bought a license some time ago because I want a native Mac IDE to succeed! I use Nova for Rails development and it feels quite pleasing.

I also use Jetbrains and Sublime but avoid VSCode wherever I can. Too many plugins and not enough out of the box combined with less intelligent refactoring (Jetbrains is unbeaten here).

Nova is amazing fresh air and whenever an update lands it’s like a little present and I get excited what’s included. It’s good and they are constantly making it better with every release.

Post reply on HN