Skip to content

Releases: nvim-orgmode/telescope-orgmode.nvim

1.5.0

15 Mar 01:03

Choose a tag to compare

Snacks.nvim support

snacks.nvim can now be used as picker backend alongside Telescope.

New features

  • Tag search: search_tags() lets you browse and filter by org tags
  • Filter headlines by current file, open buffers, or specific files
  • Picker title shows active filters
  • Location column can show category instead of filename (location_preference)
  • Jumping to a headline now sets a jumplist mark (<C-o> to go back)

Fixes

  • Per-call adapter option was ignored after first call
  • get_api_file() could crash on invalid filenames
  • Pressing <CR> on an empty result no longer errors

Under the hood

  • Restructured codebase for multi-adapter support
  • Added test suite and GitHub Actions CI

Full Changelog: 1.4.3...1.5.0

1.4.3

06 Jul 17:58

Choose a tag to compare

Full Changelog: 1.4.1...1.4.3

1.4.1

04 Jul 15:02

Choose a tag to compare

Fix refile and link actions.

1.4.0

02 Jul 23:00

Choose a tag to compare

New Features

  • Current file filter: Toggle between all headlines and current file headlines with <C-f> (customizable) in headlines mode

Performance Improvements

  • Significantly faster headline and org file loading using internal orgmode API
  • Improved file sorting by modification time using direct filesystem stats

Fixes

  • Better file modification time detection for "most recently used" sorting

New Contributors

Full Changelog: 1.3.3...1.4.0

1.3.3

05 May 23:23

Choose a tag to compare

What's Changed

  • feat: improve entry display and add highlighting by @cvigilv in #30

New Contributors

Full Changelog: 1.3.2...1.3.3

1.3.2

01 Aug 19:16

Choose a tag to compare

What's Changed

  • Make initial picker mode consistent and configuragle

1.3.1

01 Aug 18:47

Choose a tag to compare

Full Changelog:

  • support id links to org files
  • support id links to headlines
  • some cleanups and fixes

1.2.0

29 Jun 23:46

Choose a tag to compare

Includes a couple of enhancements:

  • allow configuration with telescope options
  • enhance orgfile search with titles
  • presort results by most recently changed org file

It also includes a big refactoring, which will make future improvements easier.

Release 1.1.0

24 May 13:32
a847849

Choose a tag to compare

New Features

  • insert links
  • support tags in matching