Skip to content

Releases: echaya/neowiki.nvim

v0.3

09 Jul 12:32
Compare
Choose a tag to compare

neowiki.nvim v0.3 Release Notes 🎉

We're excited to announce the latest release of neowiki.nvim! This update introduces new navigation features and enhances existing functionality to make your note-taking and GTD workflows even smoother.

✨ What's New

📜 Page History Navigation

Navigate your page history like a web browser.

  • Go Back: Use [[ to return to the previous page.
  • Go Forward: Use ]] to move to the next page.

💥 Breaking Changes

📂 Optional Nested Wiki Discovery

To improve startup performance for all users, nested wiki discovery is now optional and disabled by default. Users who rely on this feature must now enable it by setting discover_nested_roots = true in their configuration.

🚀 Other Enhancements

  • Better Windows support by clean up CRLF when updating backlinks
  • Preserve link-text when updating backlinks from wiki-pages deletion

Thank you for your continued support! We hope you enjoy these new features. For the full list of changes and configurations, please refer to the updated documentation.

Happy note-taking! 🚀

Full Changelog: v0.2...v0.3

v0.2

05 Jul 22:57
Compare
Choose a tag to compare

v0.2 continues our philosophy: lightweight, Neovim-first, Markdown-based, plug-and-play, no wheels reinventing. Thanks to your feedback, we’ve completed key features in ~100 commits!

What's Changed

  • 🚀 Floating Windows: Jot notes in style, no flow disruption.
  • 🔗 Smarter Wiki Management: Insert links anywhere, rename/delete with backlink updates.
  • Fast Searches: Ripgrep, fd, or git, with Lua fallback.
  • ⚙️ Leaner Code: Refactored for maintainability and extensibility.

New Contributors

Full Changelog: https://github.com/echaya/neowiki.nvim/commits/v0.2

P.S. Forgot v0.1’s release note—too busy coding! 😓