decaf-dev / obsidian-tag-feed

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 DecafDev

About

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


Languages

Language:TypeScript 81.3%Language:JavaScript 17.0%Language:CSS 1.7%