npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

joplin-plugin-backlinks-navigator

v1.2.2

Published

> [!note] > This plugin was created entirely with AI tools.

Readme

[!note] This plugin was created entirely with AI tools.

[!important] This plugin only works in the markdown editor (editor view or split view). It does not work in the reading view or in the rich text editor. Codemirror 6 only, legacy editor is not supported.

Backlinks Navigator

A Joplin plugin for viewing and navigating backlinks and outgoing links in the Markdown editor.

backlinks-navigator-demo

Features

  • Shows notes that link to the current note
  • Shows notes linked from the current note
  • (Backlinks only) Can show each link occurrence when a note links more than once
  • Opens related notes from a compact floating panel in the markdown editor
  • Filters links by note title
  • Shows notebook, section, and link context when available
  • Optionally shows a link count indicator in the editor (which can also be used to open the panel)
  • Works on desktop and mobile

Usage

Open the links panel from the editor toolbar, editor indicator icon (if enabled in settings), the Edit menu, or the Show Links command.

[!note] There isn't a default keyboard shortcut, you can assign one under Tools | Options | Keyboard Shortcuts | "Show Links" command.

Click a backlink to open the note that links to the current note, or click an outgoing link to open the note linked from the current note.

If backlink context preview is enabled, it will show each link occurrence when a note links more than once, and clicking a backlink will scroll to the specific link occurance after switching notes. If backlink context preview is set to Note title only, it will only show one occurance for each backlink, and will not scroll after switching notes.

Settings

  • Panel width
  • Panel max height
  • Show link indicator - recommend using with a max editor width set in joplin settings | editor tab to avoid overlapping content
  • Ignored note IDs - comma-separated note IDs to exclude from link results and counts
  • Ctrl-click link behavior - open in a new window or in a Note Tabs tab (requires the Note Tabs plugin)
  • Ctrl-Enter link behavior - open the selected link in a new window or in a Note Tabs tab (requires the Note Tabs plugin)
  • Backlink context preview
    • Snippet shows preview text from the line containing the backlink. Nearest heading displays the heading nearest to the backlink.
  • Outgoing link context preview
    • Snippet shows preview text from the beginning of the linked note.
  • Enable debug logging

Limitations

  • Scrolling to backlink occurrence after note switch only works on desktop and only applies to backlinks (not outgoing links). It does not work when opening the note in a new window or pinning with Note Tabs.

Development

npm test
npm run lint
npm run format
npm install
npm run dist

The built plugin archive is created in publish/.