Skip to content

Releases: Saiki77/easy-links

1.2.1

24 Jun 16:42

Choose a tag to compare

v1.2.1: bind Tab to select in the [[ suggester

EditorSuggest only binds Enter/click; register Tab in the popup's keymap scope
to activate the highlighted row (useSelectedItem), so arrow-to-folder + Tab
works, not just clicking.

1.2.0

24 Jun 16:35

Choose a tag to compare

v1.2.0: folder rows in the [[ suggester (build links to new notes)

  • The suggester now shows FOLDERS at the top (priority folders first, then
    top-level; subfolders when you're inside one), each with a folder icon + Tab
    hint. Selecting a folder inserts [[folder/ and keeps the link open, cursor
    after the slash — so you can navigate deeper or type a brand-new note name
    that doesn't exist yet, then it becomes [[folder/path/NewNote]].
  • Notes are scoped to the typed folder path and matched on the trailing term.

1.1.1

24 Jun 16:21

Choose a tag to compare

v1.1.1: full-path links + any-depth priority folders in the [[ suggester

  • Insert the FULL folder path in the wikilink target (new 'Full path in link'
    setting, on by default) so links are unambiguous; path-hiding still shows just
    the file name.
  • Priority folders now match by path prefix at ANY depth (e.g. Personal/Projects),
    not just top-level folder names — fits deeply-nested vaults.

1.1.0

24 Jun 15:16

Choose a tag to compare

v1.1.0: smart [[ link suggester (opt-in)

  • Take over the plain [[query autocomplete and float notes from your most-used
    top-level folders (auto-detected by note count, or pinned) to the top.
  • Delegates [[#heading / [[^block / [[alias to the native suggester; falls back
    cleanly when toggled off or on disable (precedence restored).
  • Inserts via fileManager.generateMarkdownLink (honors link-format settings);
    fuzzy-matches basenames + aliases (cached); priority items get an accent bar.
  • Off by default. Uses the internal editorSuggest ordering, guarded + non-fatal.

1.0.0

24 Jun 13:44

Choose a tag to compare

Easy Links 1.0.0: show only the file name of internal links

  • Hide the folder path in internal links so only the basename shows, in reading
    view (markdown post-processor) and live preview (CodeMirror 6 replace
    decorations), revealing the full path on the active line for editing.
  • Anchor-aware: keeps #heading / ^block refs; leaves aliased links and embeds
    (![[...]]) untouched.
  • Optional 'Plain link color' setting colors internal links like normal text.
  • TypeScript + esbuild, eslint-clean, activeDocument for popout safety.