Crossbow
by shoedler
Score: 40/100
favorite
share
Description
Category: Note Enhancements

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.

Stats
51
stars
6,958
downloads
0
forks
646
days
459
days
459
days
11
total PRs
0
open PRs
0
closed PRs
11
merged PRs
22
total issues
6
open issues
16
closed issues
0
commits
Latest Version
a year ago
Changelog

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
    image

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

Full Changelog: https://github.com/shoedler/crossbow/compare/1.3.0…1.4.0

README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.