mirror of
https://github.com/bfloydd/coalesce.git
synced 2026-07-22 05:49:31 +00:00
Upgrade branding
This commit is contained in:
parent
38333544f5
commit
3b681fcf28
4 changed files with 15 additions and 11 deletions
20
README.md
20
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 <i>backlinks in document</i> 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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue