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:
Protesilaos Stavrou 2022-07-19 08:46:01 +03:00
parent b67a942a66
commit a0f370d575
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

21
README.md Normal file
View 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>