Jared White
Jared White
Let's say I have a component `my-timeline` with a declarative Shadow DOM template, and inside the template it wants to render child components: ```html Timeline Item 1 Item 2 More...
Currently you can use `{%- -%}` and `{%= -%}` but you can't use `{{- -}}` when suppressing newlines.
```sass .navbar { @include touch { .navbar-menu { background-color: inherit; .navbar-item, .navbar-link { /* this line here: */ color: $white; } ```
Websockets? Message Bus? SSE? ???
In light of this: https://thathtml.blog/2023/07/handleevent-is-mindblowing/ We might not need to handle actions (events) in the current declarative manner that walks through the DOM, but rather tag certain elements to be...
Any information on type safety should start with JSDoc first, not full TypeScript syntax.
The reason this plugin uses Atom is for historical reasons (it started as a fork of the jekyll-feed plugin). I don't have a particular dog in the now-ancient Atom vs....
For better support of microblogging contexts where a `title` key may not be present in the front matter (or an empty string depending on how a CMS might handle things),...