Description
Note Enhancements Plugin
Category: Note Enhancements
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
114 stargazers
5,917
downloads
5,917 downloads
5
forks
5 forks
98
days
98 days since creation
42
days
42 days since last commit
42
days
42 days since last release
1
total PRs
1 total pull requests
0
open PRs
0 open pull requests
1
closed PRs
1 closed pull requests
0
merged PRs
0 merged pull requests
11
total issues
11 total issues
5
open issues
5 open issues
6
closed issues
6 closed issues
0
commits
0 total commits in last one year
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 nativeNotice.
- Uses Obsidian’s
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.
- Registered the reload command (
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Smart Links
3 years ago by David Lynch
Strip Internal Links
2 years ago by Adi Ron
A simple Obsidian plugin to strip internal links from files
Copy Block Link
4 years ago by mgmeyers
Get links to blocks and headings from Obsidian's right click menu.
URI Converter
7 months ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.