Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/decaf-dev/obsidian-tag-feed
- Owner: decaf-dev
- Created: 2023-02-19T03:03:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-27T08:04:59.000Z (6 months ago)
- Last Synced: 2024-05-28T11:06:39.729Z (6 months ago)
- Topics: obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 254 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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