Description

Inline note search on '[[': with autocomplete

Additional Information

Links:
Maintainers: eugene-lesnov
Version:1.1.1
Minimum app version:3.5
Downloads: This version:15
Last updated:2026-05-30T23:19:21Z

joplin-plugin-link-it

A Joplin plugin for fast inline note linking from the editor.

Features

  • [[ triggers an autocomplete with title-prefix search and notebook path preview.
  • Inserts a note link in the form [Title](:/<id>).
  • Creates a new note from the autocomplete when nothing matches.
  • Links panel for the current note: shows incoming and outgoing note links. Missing targets are marked as deleted.
  • Localization support.

Demo

Link existing notes

Link It demo

Create new notes from autocomplete when no matches are found

Link It demo 2

Requirements

  • Joplin 3.5+ (CodeMirror 6 editor).

Usage

Type [[ and start typing a note title. Pick an entry from the list to insert the link. With an empty query, the most recently modified notes are shown. When no match is found, the list offers a "Create" option.

Settings

  • Default notebook for new notes: path (e.g. Inbox or Projects/Active) where notes created from the autocomplete are placed. If empty or not found, note creation is disabled (Joplin requires every note to belong to a notebook).
  • Show note links: when enabled, the links panel shows incoming and outgoing links for the current note.

Installation

  • Plugin repository: Tools -> Options -> Plugins, find Link It, install and restart Joplin.
  • Manual: build the .jpl with npm run dist and install it via Tools -> Options -> Plugins -> Install from file.

Development

npm install
npm run dist

The build produces a publishable artifact in publish/.

License

MIT