This commit is contained in:
Ben Floyd 2025-01-30 11:17:14 -07:00
parent bbd3764a4a
commit 45effc4cd3
2 changed files with 22 additions and 1 deletions

View file

@ -1 +1,11 @@
# streams
# Streams
Maintain multiple streams of notes in Obsidian.
## Features
- Create and manage multiple streams of notes
- Automatically create daily notes for each stream
- Open daily notes in a new tab or switch to an existing tab
- Toggle ribbon icon visibility for each stream
- Customize icon and folder for each stream

11
manifest-beta.json Normal file
View file

@ -0,0 +1,11 @@
{
"id": "streams",
"name": "Streams",
"version": "0.0.1",
"minAppVersion": "0.15.0",
"description": "Coalesce your notes into a single document.",
"author": "Ben Floyd",
"authorUrl": "https://b.floy.dev",
"fundingUrl": "https://paypal.me/bfloydd",
"isDesktopOnly": false
}