bookmark.nvim VS annotate.nvim

Compare bookmark.nvim vs annotate.nvim and see what are their differences.

bookmark.nvim

Bookmark and jump between lines in the current file (by ChristianChiarulli)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bookmark.nvim annotate.nvim
1 2
31 25
- -
7.0 7.9
10 months ago 3 months ago
Lua Lua
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bookmark.nvim

Posts with mentions or reviews of bookmark.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-07.
  • annotate.nvim: Set and restore notes tied to lines of code
    5 projects | /r/neovim | 7 Jun 2023
    I'd like to share my first real attempt at a Neovim plugin and hopefully get feedback and help on how whether this is something others would be interested in and how to improve it. annotate.nvim is a plugin that allows you set/edit brief notes that are tied to lines in your code. It uses Neovim's extended marks for tracking the location of your notes and kkharji's sqlite.lua plugin to allow you to restore the annotations when you restart Neovim. I'd been experimenting with using scratch buffers to hold notes while working to avoid my habit of cluttering code with comments, but this felt limited. When I saw this plugin I wanted to see if I could combine the ideas to get something more on-demand.

annotate.nvim

Posts with mentions or reviews of annotate.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.

What are some alternatives?

When comparing bookmark.nvim and annotate.nvim you can also consider the following projects:

bookmarks.nvim - Remember file locations and sort by time and frequency and support telescope.

bookmarks.nvim - A Bookmarks Plugin With Global File Store For Neovim Written In Lua.

sqlite.lua - SQLite LuaJIT binding with a very simple api.

quicknote.nvim - Quickly take notes, in-place

harpoon