diff --git a/README.md b/README.md index 2114232..9d9519c 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,22 @@ Coalesce your backlinked notes into a single view. ## Description: -Inspired by Roam, Logseq, Influx, OneNote's Quick Notes, and Obsidian's Backlinks in Document feature. +Inspired by Roam, Logseq, Influx, OneNote's Quick Notes, and Obsidian's "Backlinks in document" feature. -![assets/logo-transparent](assets/logo-opaque.png) - -![assets/example](assets/example.gif) +This plugin addresses the challenge of organizing quick notes when immediate sorting into folder hierarchies is not feasible, such as during busy or stressful moments. It enables users to efficiently capture notes within a daily note stream and add backlinks at a later, more convenient time. Importantly, it ensures that these quick notes remain accessible, comprehensive, and easy to locate. ## Features - Replace Obsidian's Backlinks in Document with a more comprehensive and configurable view. -- Use Note aliases to further narrow the view. +- Use aliases to further narrow the view. ## Getting Started -1. Enable Daily Notes or even better, use the Streams Plugin. +1. Enable daily notes, or even better, use the Streams Plugin. 2. Take notes in a daily note. 3. Add a backlink above your text block. -4. Add a --- linebreak below the text block that you created. -5. Coalesce will now show the backlinked note in a single view by navigating to the backlinked file and entering view mode (not edit). +4. Add a --- linebreak below the text block. +5. Navigate to the backlinked file. +6. Enter view mode. -## Theory -This plugin exists because it's not always realistic to sort and organize quick notes into folder heirarchies when in the moment or under duress. It's better to jot down notes into a daily note stream quickly and backlink it at leisure. Howerver, the quick notes collected must still be viewable, comprehensive, and findable in a quick and easy way. \ No newline at end of file +![assets/logo-transparent](assets/logo-opaque-smaller.png) + +![assets/example](assets/example-smaller.gif) diff --git a/assets/example-smaller.gif b/assets/example-smaller.gif new file mode 100644 index 0000000..0f5b5dd Binary files /dev/null and b/assets/example-smaller.gif differ diff --git a/assets/logo-opaque-smaller.png b/assets/logo-opaque-smaller.png new file mode 100644 index 0000000..f3d1292 Binary files /dev/null and b/assets/logo-opaque-smaller.png differ