Git Product home page Git Product logo

side-notes's Introduction

Side Notes

MELPA Stable MELPA

Quickly display your quick side notes in quick side window.

Side notes live in a plain text file, called notes.txt by default, in the current directory or any parent directory (i.e. when locating notes, we first look in the current directory, then one directory up, then two directories up, and so forth.)

Side notes are displayed in a side window with the command side-notes-toggle-notes.

The filename is defined by user option side-notes-file.

To really mix things up, there's the user option side-notes-secondary-file, which defaults to notes-2.txt, and will display a separate notes file in a lower side window when the command side-notes-toggle-notes is prefixed with an argument (C-u).

By default a notes file found in any parent directory will open that file rather than visit a non-existing file in the current directory, but you can override this by prefixing side-notes-toggle-notes with...

  • C-u C-u to force visiting side-notes-file within the current directory.
  • C-u C-u C-u to force visiting side-notes-secondary-file within the current directory.

Of course, you can use Markdown or Org Mode or whatever by changing the file extensions of side-notes-file and/or side-notes-secondary-file.

For more information on how to change the way the side window is displayed, see (info "(elisp) Side Windows").

Installation

Install from MELPA stable then add something like the following to your init file:

(define-key (current-global-map) (kbd "M-s n") #'side-notes-toggle-notes)

Bugs and Feature Requests

Send me an email (address in the package header). For bugs, please ensure you can reproduce with:

$ emacs -Q -l side-notes.el

Known issues are tracked with FIXME comments in the source.

side-notes's People

Contributors

marcowahl avatar rnkn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.