Releases: Saiki77/easy-links
Releases · Saiki77/easy-links
1.2.1
1.2.0
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
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
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
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.