The Crossbow plugin enhances your Obsidian workflow by providing intelligent suggestions for linking headings, tags, and files, making it easier to interconnect your notes and build a cohesive knowledge graph. Suggestions are displayed in a sidebar and can be applied directly to occurrences within the current note. The plugin ranks matches based on relevance and offers a variety of customization options to tailor the suggestion process, including filtering by word length, case sensitivity, and ignored terms. With its intuitive interface and seamless integration with Obsidian's cache, Crossbow helps users streamline their note-linking process efficiently.
What's Changed
- Fixes contrast issue by @usernotnull in https://github.com/shoedler/crossbow/pull/29
- Fixes Bug #22 . It's now possible to have multiple char-by-char identical suggestions, e.g. a file named "REST" and headings named "REST" don't overwrite each other.
- Some progress on Bug #28. Still not working properly
- Some UI refinements in the side-panel (tree view), including "pills", and some typography improvements
Some technical detail on the work done for the side-pane (Tree view):
- Model objects now implement a new
TreeNode
interface, so they can be easily mapped to tree nodes in the DOM. - Implemented batch-updating the DOM via
requestAnimationFrame
- Improved retrieval of
targetEditor
- fixes updating via manual refresh button (Couldn't have worked - ever)
New Contributors
- @usernotnull made their first contribution in https://github.com/shoedler/crossbow/pull/29
Full Changelog: https://github.com/shoedler/crossbow/compare/1.3.0…1.4.0