No description
Find a file
2025-04-13 13:51:36 +02:00
.github/workflows fix: Avoid using inline styles in renderError 2023-11-29 09:19:55 +01:00
src 🐛 fix: improve case-insensitive matching (#21) 2025-04-12 23:22:51 +02:00
.editorconfig Pluginify obsidian feeds!! (#9) 2023-10-27 20:52:06 +02:00
.eslintignore Pluginify obsidian feeds!! (#9) 2023-10-27 20:52:06 +02:00
.eslintrc.js Pluginify obsidian feeds!! (#9) 2023-10-27 20:52:06 +02:00
.gitignore Pluginify obsidian feeds!! (#9) 2023-10-27 20:52:06 +02:00
.npmrc Pluginify obsidian feeds!! (#9) 2023-10-27 20:52:06 +02:00
.prettierrc Pluginify obsidian feeds!! (#9) 2023-10-27 20:52:06 +02:00
esbuild.config.mjs chore: Fix TS issues by updating to latest versions 2024-02-28 12:52:51 +01:00
LICENSE Initial commit 2023-10-09 18:44:14 +02:00
manifest.json 0.0.11 2025-04-13 13:51:36 +02:00
package.json 0.0.11 2025-04-13 13:51:36 +02:00
README.md chore: Update README.md 2023-11-18 09:27:50 +01:00
styles.css fix: Avoid using inline styles in renderError 2023-11-29 09:19:55 +01:00
tsconfig.json chore: Fix TS issues by updating to latest versions 2024-02-28 12:52:51 +01:00
version-bump.mjs chore: Update version script to use spaces for indent 2023-11-08 17:47:59 +01:00
versions.json 0.0.11 2025-04-13 13:51:36 +02:00
yarn.lock chore: Fix TS issues by updating to latest versions 2024-02-28 12:52:51 +01:00

Feeds

Create feeds of topic-specific bullet points in Obsidian.

image

Requirements

Feeds requires the Dataview plugin to be installed. You can install it from the Community plugins.

Installation

Community plugin

We are working on getting the plugin installable through Community plugins.

BRAT

To use the development version, you can use BRAT.

  • Install BRAT from the Community Plugins in Obsidian if not already installed
  • Enable the BRAT plugin in the settings
  • Open the command palette and run the command BRAT: Add a beta plugin for testing
  • Enter the following URL: https://github.com/lukemt/obsidian-feeds
  • Enable the Feeds plugin in the settings

Usage

  • Put the following code block into any topic note:
```feed
```
  • Link to the topical note in bullet points
  • Enjoy!

Help

We (@Luke242, @haste and @koleir) have a dedicated help and development thread on OMG. Feed free to ask your questions there!