https://github.com/davep/dnote.el
Emacs wrapper for the dnote CLI
https://github.com/davep/dnote.el
dnote elisp emacs emacs-lisp note-taking
Last synced: 9 months ago
JSON representation
Emacs wrapper for the dnote CLI
- Host: GitHub
- URL: https://github.com/davep/dnote.el
- Owner: davep
- License: gpl-3.0
- Created: 2020-01-08T11:52:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T09:47:01.000Z (over 6 years ago)
- Last Synced: 2025-01-11T21:55:41.156Z (over 1 year ago)
- Topics: dnote, elisp, emacs, emacs-lisp, note-taking
- Language: Emacs Lisp
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnote.el
## Commentary
`dnote.el` is a wrapper for the [dnote](https://www.getdnote.com/) CLI. The
main aim of the package is to provide quick and easy methods of recording
information in dnote without needing to leave Emacs.
Available commands are:
### dnote-quick-add
Quickly add a note to dnote, prompting for the book and also the note
content. This is intended for quick one-liners. If there is a selection in
place the content will default to the selection.
### dnote-add-current-buffer
Quickly create a note in dnote, using the content of the current buffer as
the content of the note.
### dnote-add
Add a note to dnote, with the note being written in a new window. Use
C-c C-c to save the note.
### dnote-app
Opens the dnote web application in your web browser.
### dnote-sync
Syncs dnote notes with the dnote backend, if you have one configured and
have previously logged in with the dnote CLI.
[//]: # (README.md ends here)