/obsidian-tag-feed

Displays a feed of recently tagged blocks of text. Similar to linked references in Logseq.

Primary LanguageTypeScript

Obsidian Tag Feed

About

This plugin allows you to display a feed of your recently tagged blocks of text. It is similar to the Dataview plugin and Obsidian embedded queries, however it uses a UI display that is more like Logseq's linked references.

Usage

The feed uses a frontmatter syntax in order to render.

Tag

Specify a tag to render

  • tag: <tag-name>

Example:

```tag-feed
tag: feedback
```

This will display a feed for the #feedback tag, with no time constraint.

Time

Specify a modification time to filter by

  • time: <x-day>|<x-week>|<x-month>

Example:

```tag-feed
tag: feedback
time: 3-weeks
```

This will display a feed for the #feedback tag, pulling notes that have been modified up to 3 weeks back

Author

This project was created by Trey Wallis