ember-learn / guides-source

This repository contains the Ember.js Guides
https://guides.emberjs.com/
MIT License
159 stars 490 forks source link

.hbs is not Handlebars…? #1799

Open gnclmorais opened 2 years ago

gnclmorais commented 2 years ago

So today I learned something that, for some reason, I had not well until now… Ember doesn’t use Handlebars, but rather something similar and close but not the same as Handlebars. Thank you @NullVoxPopuli for calling my attention to it!

As some that has passed the last year or so looking at the official Handlebars documentation to understand what features do I have access to (for example, whitespace control), I was baffled to realise I have been looking at the wrong place. This lead me to think: do we have something like this, a guide/documentation of what we can and cannot do inside an .hbs file?

NullVoxPopuli commented 2 years ago

I'd intended for https://cheatsheet.glimmer.nullvoxpopuli.com/docs/templates to be just what you're looking for, but I ran out of energy working on it, and It seems no one wants to contribute :upside_down_face: