🔗 Crossbow
Find backlinks in your notes
favorite
share
by shoedler
46
5,960
Latest Version
6 months 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