All Projects → rnkn → side-notes

rnkn / side-notes

Licence: GPL-3.0 license
Easy access to a notes file in Emacs

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to side-notes

octo
Build your knowledge base
Stars: ✭ 252 (+1226.32%)
Mutual labels:  notes, writing
Butterfly
🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
Stars: ✭ 381 (+1905.26%)
Mutual labels:  notes, writing
notes
个人笔记
Stars: ✭ 24 (+26.32%)
Mutual labels:  notes
MusicTheory
Music Theory Library for Java and Android apps
Stars: ✭ 24 (+26.32%)
Mutual labels:  notes
pro-writer
Minimal yet Pro Writer 🚀
Stars: ✭ 22 (+15.79%)
Mutual labels:  writing
electron-vue3-inote
使用electron11+vue3.x+ts的桌面端便笺项目,拥有漂亮的过渡动画效果,以富文本形式储存在本地,可多开输入窗口。(The desktop note project using electron11+vue3.x+ts has beautiful transition animation effects, stored locally in the form of rich text, and can open more input windows.)
Stars: ✭ 168 (+784.21%)
Mutual labels:  notes
PhotoMarker
实现了对图片的标注功能,用户可以添加标注点,并且可以对标注点进行重命名,改变坐标位置,或者删除标注点。以及选择标记点的字体颜色,以及标注点的图标!一系列操作以后可以将编辑过的图片保存至本地相册 (PhotoMarker allows you to take notes on your photos, so that you can make it more expressive. You can add mark points and edit them, change the color of the mark point text, and change the mark point icon. It also allows you to save edited images to…
Stars: ✭ 16 (-15.79%)
Mutual labels:  notes
melrose
interactive programming of melodies, producing MIDI
Stars: ✭ 130 (+584.21%)
Mutual labels:  notes
garden
A digital garden prototype - my notes and links are here
Stars: ✭ 23 (+21.05%)
Mutual labels:  notes
compsci
Lecture notes, projects, and more resources on the courses I attended for my Bachelor's and Master's degrees in Computer Science
Stars: ✭ 15 (-21.05%)
Mutual labels:  notes
pinotes
Self hosted notes for Raspberry Pi
Stars: ✭ 36 (+89.47%)
Mutual labels:  notes
kdr2-on-web
🤖 KDr2 on Web 🕸 🌎
Stars: ✭ 16 (-15.79%)
Mutual labels:  writing
guitar-tabs-to-MIDI
A program that converts Guitar Tabs into MIDI files.
Stars: ✭ 38 (+100%)
Mutual labels:  notes
til
Personal Wiki of Interesting things I learn every day at the intersection of software, life & stuff aka my second brain 🧠️
Stars: ✭ 41 (+115.79%)
Mutual labels:  notes
cross-post
Cross Post a blog to multiple websites
Stars: ✭ 66 (+247.37%)
Mutual labels:  writing
NoteCrypt
Keep your notes safe and secure with Note Crypt for Android!
Stars: ✭ 32 (+68.42%)
Mutual labels:  notes
SilentNotes
SilentNotes is a simple note taking app which respects your privacy.
Stars: ✭ 98 (+415.79%)
Mutual labels:  notes
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+652.63%)
Mutual labels:  notes
onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (+115.79%)
Mutual labels:  notes
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (+26.32%)
Mutual labels:  notes

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].