Commit Briefs

b4370ff528 Paul W. Rankin

Update README/Commentary


5430e688cf Paul W. Rankin

Bump version (tags/v0.4.0)


08e6e77163 Paul W. Rankin

Use normal email


8a6ad6623c Paul W. Rankin

Fix typo


50fb7007a5 Paul W. Rankin

Update README/Commentary


75cf91fdbe Paul W. Rankin

Change command prefix behaviour

C-u visits side-notes-secondary-file C-u C-u forces visiting side-notes-file in current directory C-u C-u C-u forces visiting side-notes-secondary-file in current directory


b3469ce3e1 Paul W. Rankin

Bump version


c272674544 Paul W. Rankin

Rename LICENSE


4e7e78bf03 Paul W. Rankin

Update README/Commentary (tags/v0.3.1)


133498c278 Paul W. Rankin

Update copyright/author/file-local vars


1388956c5c Paul W. Rankin

Use code@paulwrankin.com email


aba244269d Paul W. Rankin

Add feature: secondary notes file (tags/v0.3.0)

Add side-notes-secondary-file option, which must be set in order to display secondary notes. Then call side-notes-toggle-notes with prefix ARG (C-u) to find secondary notes instead of regular notes file. This will be displayed in the side window bottom slot, while the regular notes will always be displayed in the top slot.


e200075388 Paul W. Rankin

Update README/Commentary


b680849814 Paul W. Rankin

Bump version (tags/v0.2.1)


d8aebc7f02 GitHub

Merge pull request #1 from marcowahl/marcowahl-patch-1

Add autoload cookie for the main function


a31448f779 GitHub

Add autoload cookie for the main function

With autoload the loading of the library can be avoided in the config file. "The first call to the function automatically loads the proper library, in order to install the real definition and other associated code, then runs the real definition as if it had been loaded all along." (info "(elisp) Autoload")


f8d1e63db3 Paul W. Rankin

Move back to GitHub


242e19ed80 Paul W. Rankin

Update copyright


56cd2bfe24 Paul W. Rankin

Update documentation, URL


b049929692 Paul W. Rankin

Add todo.sr.ht email


3907e9c71e Paul W. Rankin

Fix README/Commentary typo (tags/v0.2.0)


8597ddd2d3 Paul W. Rankin

Implement directory hierachy search for notes file

Adds function side-notes-locate-notes to traverse parent directories until side-notes-file is located, or returns nil.


57143a83f3 Paul W. Rankin

Add safe local variable properties (tags/v0.1.1)


91b5f611b6 Paul W. Rankin

Added LICENSE.txt


610c3e4618 Paul W. Rankin

Add version, package-requires and URL (tags/v0.1.0)