org-linenote

Homepage: https://github.com/seokbeomKim/org-linenote

Author: Jason Kim

Updated:

Summary

A package inspired by VSCode Linenote

Commentary

This file provides a source for linenote that manages notes based on the line
number in a buffer.  The package provides some interactive functions:

- org-linenote-move-forward
- org-linenote-move-backward
- org-linenote-add-annotate
- org-linenote-edit-annotate (alias to org-linenote-add-annotate)
- org-linenote-remove-annotate
- org-linenote-browse
- org-linenote-find-root-dir
- org-linenote-find-note-dir
- org-linenote-auto-open

All notes are stored at $PROJECT_ROOT/.linenote directory.

Dependencies