ATOM feed

An atom feed can be generated for a given note query by adding the following to the note metadata:

---
feed:
  enable: true
---

# My blog

```query
path:blog/*
```

If the note is named blog.md, then the feed will be available at blog.xml.

Example

An example is available in the Obsidian-style queries note. You can access its feed at query.xml.

Configuration

Here are the supported settings:

  • feed.siteUrl: the site url, default to global setting from the index.yaml.
  • feed.title: the feed title, default to the note title.
  • feed.limit: the maximum number of notes to include in the feed.

The feed is constructed from the first and only query of the note.