PhraseSync

by Digvijay S. Todiwal
favorite
share
Score: 43/100
Description

The PhraseSync plugin brings smart, automatic internal linking to your notes by suggesting links as you type - no special triggers or prefixes required. It works anywhere in your writing, instantly recognising and recommending links to note titles, headings, and even block references, including multi word phrases and matches that aren't case sensitive. The suggestions adapt in real time as your vault changes, so you always have up-to-date linking options.

Stats
114
stars
5,917
downloads
5
forks
98
days
42
days
42
days
1
total PRs
0
open PRs
1
closed PRs
0
merged PRs
11
total issues
5
open issues
6
closed issues
0
commits
Latest Version
a month ago
Changelog

[1.3.0]

🚀 New Features

  • Configurable reload trigger
    • Added a ribbon-icon button to manually reload PhraseSync at any time.
    • Exposed a “Reload PhraseSync” command in the Command Palette, with a placeholder hotkey.
    • Users can now assign their own shortcut: navigate to Settings → Community plugins → PhraseSync, click the + next to “Reload PhraseSync,” and define any key combination.

🔧 Technical Details

  • Ribbon icon integration

    • Uses Obsidian’s addRibbonIcon('refresh-cw', …) API.
    • Invoking the icon calls safeReload(), with status-bar feedback and a native Notice.
  • Hotkey customization

    • Registered the reload command (id: 'reload-phrasesync') without a hard-coded key binding.
    • Leverages Obsidian’s settings UI to allow users to bind any desired hotkey, improving flexibility and avoiding conflicts.
README file from