mirror of
https://github.com/bfloydd/streams.git
synced 2026-07-22 05:49:02 +00:00
v.0.0.1
This commit is contained in:
parent
bbd3764a4a
commit
45effc4cd3
2 changed files with 22 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -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
11
manifest-beta.json
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue