| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-18 | 1.5 kB | |
| v0.31.2 - Custom share slugs source code.tar.gz | 2026-08-18 | 2.4 MB | |
| v0.31.2 - Custom share slugs source code.zip | 2026-08-18 | 2.5 MB | |
| Totals: 3 Items | 4.9 MB | 0 | |
What's Changed
- Custom share links: pick a human-readable name instead of the random hash, with a suggestion generated from the note's title, live availability checking, and a live preview of the full URL. Renaming a link is explicit because it retires the old URL. Accents are transliterated, so Año Nuevo becomes ano-nuevo. Requested by @pejotigrek (#293, PR [#298]).
- Full note path on hover in note lists: search results, tag results, shared notes, favorites, backlinks and the quick switcher now reveal the vault-relative path anywhere on the row, so notes sharing a basename across folders are no longer identical at a glance. Contributed by @lubeda (PR [#297]), then extended to the remaining lists.
- Ctrl+click a task checkbox to set the whole checklist (Cmd on macOS) — clears or completes every task in the note in one click, reported with a toast, and a single Ctrl+Z undoes it.
- Fixed task counts in the statistics panel; checkbox examples inside code fences and frontmatter were being counted, while tasks written with *, + or numbered markers were being missed. The panel now counts exactly the boxes you can see and tick, matching the note_stats plugin.
- Polish translation added, contributed by @pejotigrek (#295). Also dropped an unused key that had drifted into five locale files.
Docker Images
This release is available as a Docker image:
:::bash
docker pull ghcr.io/gamosoft/NoteDiscovery:0.31.2
Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.31.1...v0.31.2