Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decaf-dev/obsidian-tag-feed

Displays a feed of recently tagged blocks of text. Similar to linked references in Logseq.
https://github.com/decaf-dev/obsidian-tag-feed

obsidian-md obsidian-plugin

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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: `

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: ||`

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