HN user

arechsteiner

516 karma

Swiss developer and web designer. I run http://hackerthemes.com

Posts6
Comments21
View on HN

It's currently in beta. According to the developers there will be no more breaking changes, so that's something. It's also the default download version on getbootstrap.com now. For early adopters I think it's a good pick. If you need more stability, Bootstrap 3 will be maintained for some time as well.

Bootstrap 4 has some really good new features so I use it for my own projects.

Not up to date with atom/electron but I kind of assumed that the whole point of building an editor in JavaScript was to be able to use it in some sort of browser context, for example on GitHub.

Why else would someone build an editor in JavaScript?

It's not currently open source, but I will consider it in the future. Either in the state it is in or possibly some normalized scaffolding version to easily create a cheat sheet like this one.

In any case I would have to do some refactoring before feeling comfortable releasing the source code up for people to examine :-)

Thanks for your suggestion. I've considered adding a search/filter box, but I've decided that people can use Ctrl+f/Ctrl+g (assuming Chrome) in order to find items.

I might add it in the future though. It would be a nice feature really.

Note for b): If you include libraries such as jQuery on you website via CDN, I believe browsers will be able to use the cached version even if they never visited your website before (given that they've cached this version from the same CDN before).