mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Add generic README.md for git forges
Neither SourceHut nor GitHub/GitLab are compliant with the Org markup. SourceHut will not render the file at all, while the others render it but do not parse it properly.
This commit is contained in:
parent
b67a942a66
commit
a0f370d575
21
README.md
Normal file
21
README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# denote: Simple notes with an efficient file-naming scheme
|
||||
|
||||
Denote is a simple note-taking tool for Emacs. It is based on the idea
|
||||
that notes should follow a predictable and descriptive file-naming
|
||||
scheme. The file name must offer a clear indication of what the note is
|
||||
about, without reference to any other metadata. Denote basically
|
||||
streamlines the creation of such files while providing facilities to
|
||||
link between them.
|
||||
|
||||
[Watch the video demo that was produced before version 0.1.0 of the
|
||||
package](https://protesilaos.com/codelog/2022-06-18-denote-demo/).
|
||||
|
||||
+ Package name (GNU ELPA): `denote`
|
||||
+ Official manual: <https://protesilaos.com/emacs/denote> (the manual is
|
||||
installed with the package---evaluate `(info "(denote) Top")`)
|
||||
+ Change log: <https://protesilaos.com/emacs/denote-changelog>
|
||||
+ Git repo on SourceHut: <https://git.sr.ht/~protesilaos/denote>
|
||||
- Mirrors:
|
||||
+ GitHub: <https://github.com/protesilaos/denote>
|
||||
+ GitLab: <https://gitlab.com/protesilaos/denote>
|
||||
+ Mailing list: <https://lists.sr.ht/~protesilaos/denote>
|
||||
Loading…
Reference in a new issue