Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demos folder should allow regular component co-location #133

Open
NullVoxPopuli opened this issue Apr 27, 2022 · 0 comments
Open

Demos folder should allow regular component co-location #133

NullVoxPopuli opened this issue Apr 27, 2022 · 0 comments

Comments

@NullVoxPopuli
Copy link
Contributor

NullVoxPopuli commented Apr 27, 2022

Related: #123

for example:

topic/
  demos/
     my-demo-a.md

in my-demo-a.md, if we have:

```hbs template
// ...
```
```js component
// ...
```

we should also be able to have:

topic/
  demos/
    my-demo-a/
      index.hbs
      index.js

or

topic/
  demos/
    my-demo-a.hbs
    my-demo-a.js

motivation being here is that we get more native tooling for editors that don't yet have (or have good) support for embedded languages.

Additionally, this would allow folks to have any module co-located with their demos (which could be useful for sample data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant