Skip to content

v0.31.2 - Custom share slugs

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 08:58

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:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.31.2

Full Changelog: v0.31.1...v0.31.2