diff --git a/README.md b/README.md index e2bc886..5fa251a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ This generates the file `01h20m03s35.md` (it assumes UTC times in the feed and a ```md --- source: "https://chat.brainbaking.com/objects/77a3ecfb-47e1-4d7a-a24a-8b779d80a8ac" -context: "" title: "I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri..." date: "2021-03-01T19:03:35" --- @@ -86,6 +85,7 @@ See implementation for more details and features. **Also parsers**: - `` image types (see `render-enclosures.ejs`) [ejs template](https://ejs.co/), that is appended to the Markdown file if any are found. Styling is up to you... +- `... @https://blah.com/blie hi there` - this is a **in-reply-to** toot which adds `context` frontmatter, so your html renderer can use the correct IndieWeb classes. This should also enable webmention sending since you mention the URL. If you "at" a valid Mastodon user, it will automatically do this. ### 2. Goodreads diff --git a/package.json b/package.json index 7acfe7a..6023d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jam-my-stack", - "version": "1.0.16", + "version": "1.0.17", "repository": { "url": "https://github.com/wgroeneveld/jam-my-stack", "type": "git"