Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rougier/notes-list
Emacs notes list
https://github.com/rougier/notes-list
emacs emacs-lisp notes-app org-mode
Last synced: 3 months ago
JSON representation
Emacs notes list
- Host: GitHub
- URL: https://github.com/rougier/notes-list
- Owner: rougier
- License: gpl-3.0
- Created: 2023-03-20T07:28:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T15:23:15.000Z (about 1 year ago)
- Last Synced: 2024-08-02T18:40:55.803Z (6 months ago)
- Topics: emacs, emacs-lisp, notes-app, org-mode
- Language: Emacs Lisp
- Homepage:
- Size: 777 KB
- Stars: 101
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Notes list
Notes list collects notes in user-defined directories and populate a buffer with a summary of each note. To do so, notes are parsed such as to extract title, icon, date, summary and tags. A typical org note header is thus
```
#+TITLE: Emacs hacking
#+DATE: 2023-03-17
#+FILETAGS: HACK EMACS CODE
#+SUMMARY: Notes about emacs hacking ideas
#+ICON: bootstrap/journal-code
```Icons are build using the
[svg-lib](https://github.com/rougier/svg-lib) library and syntax is
`collection/name` where collection is one one `simple`, `bootstrap`,
`material` and `octicons`. For available icons, please refere to the
svg-lib documentation.![](./notes-list.png)