From 3b681fcf28708d54bedcbd540d19cd1c6bb4a201 Mon Sep 17 00:00:00 2001 From: Ben Floyd Date: Wed, 5 Feb 2025 06:35:51 -0700 Subject: [PATCH] Upgrade branding --- README.md | 20 ++++++++++++-------- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6a2eb54..92d08ad 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,23 @@ ## Description: -Coalesce is an Obsidian plugin that brings all your linked notes into one view, creating a cohesive document out of your scattered thoughts. Like Obsidian's backlink feature but with enhanced structure and a polished look, Coalesce helps you consolidate ideas seamlessly. +Coalesce is an Obsidian plugin that brings all your linked notes into one view, creating a cohesive document out of your scattered thoughts. Like Obsidian's backlinks in document feature but with enhanced structure and a polished look. + +## Thoughts +- I typically see two types of notes: + 1. A log on a topic. + 2. A formatted document. + +- On logs: Coalesce is designed to work with the first type of note, which might be a project, a technology, a philosophical topic, book notes, etc. 80-95% of the time many of us spend in Obsidian is spent logging this type of note, the other 5-20% is spent creating formatted documents for presentations, blog posts, etc. Is this you? + +- On logging: The goal is to take notes as freely as possible, without worrying about organization up front and in the moment. To bypass thinking about deep folder heirarchices while taking notes. To have a place to hit and dump thoughts without interupting your flow or who you might be listening or talking to. Get it down, let organization happen. If you use OneNote, Notion, Evernote, Apple Notes, etc. mostly require you to organize up front. Onenote has Quick Notes, though that create an inbox, a bucket to deal with later. Ugh. Can we just take notes? ## How It Works -- **Take Notes Freely**: Capture ideas in daily notes or any other notes. -- **Link Together**: Use backlinks to connect related thoughts. +- **Take Notes Freely**: Capture ideas in daily notes or any other note stream. I recommend using Streams Plugin also. +- **Link Together**: Use backlinks to connect related thoughts and aliases to make it easy. - **View in Coalesce**: See all related content together in one organized document. ## Features -- Automatically hides in daily notes. -- Only appears in view mode. -- Arranged in chronological order by default. - - - **Uninterrupted** notetaking. - Enhanced **journaling** experience. - Stop searching for your notes. diff --git a/manifest-beta.json b/manifest-beta.json index 7714dd0..f07e619 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -3,7 +3,7 @@ "name": "Coalesce", "version": "0.2.4", "minAppVersion": "0.15.0", - "description": "Coalesce your notes into a single document.", + "description": "Coalesce your (backlinked) notes into a single document stream (with style)", "author": "Ben Floyd", "authorUrl": "https://b.floy.dev", "fundingUrl": "https://paypal.me/bfloydd", diff --git a/manifest.json b/manifest.json index 28397fa..9bc69fd 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Coalesce", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Coalesce your notes into a single document.", + "description": "Coalesce your (backlinked) notes into a single document stream (with style)", "author": "Ben Floyd", "authorUrl": "https://b.floy.dev", "fundingUrl": "https://paypal.me/bfloydd", diff --git a/package.json b/package.json index 927b6f8..58219cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coalesce", "version": "1.0.0", - "description": "Coaelesce your linked notes into one view", + "description": "Coalesce your (backlinked) notes into a single document stream (with style)", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",