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

restore ability to import from frontmatter #529

Closed
1 of 5 tasks
thescientist13 opened this issue Apr 10, 2021 · 0 comments · Fixed by #554
Closed
1 of 5 tasks

restore ability to import from frontmatter #529

thescientist13 opened this issue Apr 10, 2021 · 0 comments · Fixed by #554
Assignees
Labels
CLI documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) P0 Critical issue that should get addressed ASAP v0.11.0

Comments

@thescientist13
Copy link
Member

thescientist13 commented Apr 10, 2021

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

Prior version of Greenwood had the ability to pull in script and style files through the frontmatter of your markdown.

---
imports:
  MyFile: '../components/my-component.js'
---

## My Content
<x-mycomponent></x-mycomponent>

Details

With the move from webpack, that feature has to be re-implemented.

@thescientist13 thescientist13 added enhancement Improve something existing (e.g. no docs, new APIs, etc) documentation Greenwood specific docs CLI labels Apr 10, 2021
@thescientist13 thescientist13 added the P0 Critical issue that should get addressed ASAP label Apr 11, 2021
@thescientist13 thescientist13 self-assigned this Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) P0 Critical issue that should get addressed ASAP v0.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant