Commits


Update README/Commentary


Update copyright/author/file-local vars


Use code@paulwrankin.com email


Add feature: secondary notes file 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.


Update README/Commentary


Bump version


Merge pull request #1 from marcowahl/marcowahl-patch-1 Add autoload cookie for the main function


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")


Move back to GitHub


Update copyright


Update documentation, URL


Add todo.sr.ht email


Fix README/Commentary typo


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.


Add safe local variable properties


Added LICENSE.txt


Add version, package-requires and URL


Creation of notes file is unnecessary


Add side-notes face (remap default -> side-notes)


Fix group errors


Added README to Commentary


new file: README.md


Renamed to side-notes


Make notes-show-or-hide toggle if notes-select-window is nil


Note a minor mode