xm icon indicating copy to clipboard operation
xm copied to clipboard

₪ extensible HTML

Results 7 xm issues
Sort by recently updated
recently updated
newest added

I ran into an issue using xm as a devDependency. When running `npx xm dev` while it's intalled, I get the following when visiting the website: ``` ₪ Serving /...

⚠️ **this feature is strictly related to the data cascade proposal from #16 and probably should be implemented either together or after the data cascade is implemented**. xm should be...

help wanted
RFC

⚠️ **this feature is related to the [Collections proposal](https://github.com/giuseppeg/xm/issues/17) and probably should be implemented before #17**. ## slot attributes Currently xm support only element slots: ```html ``` We should add...

help wanted
RFC

We should automatically refresh the page when making changes otherwise we'd need to do a manual refresh all the time.

help wanted
good first issue
mentorship

If you use xm you can share your site's URL here and perhaps a link to the GitHub repo.

Would you have any guidance on how to use xm within gulp? My first instinct would be to use the [gulp-posthtml plugin](https://www.npmjs.com/package/gulp-posthtml) and somehow inject xm that gulp stream, but...

If I have a folder full of markdown files, it would be cool to support a `import: base.html` property in its frontmatter attributes. Ideally this would treat the markdown file...