https://github.com/rajasegar/cl-md-notes
Markdown notes editor in Common Lisp
https://github.com/rajasegar/cl-md-notes
common-lisp htmx lisp markdown markdown-editor
Last synced: about 1 month ago
JSON representation
Markdown notes editor in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-md-notes
- Owner: rajasegar
- License: mit
- Created: 2021-07-23T06:09:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T12:26:57.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T21:19:56.558Z (3 months ago)
- Topics: common-lisp, htmx, lisp, markdown, markdown-editor
- Language: CSS
- Homepage:
- Size: 858 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# cl-md-notes
A simple Markdown notes editor in Common Lisp inspired by the [React Server Components demo](https://github.com/reactjs/server-components-demo)
## Usage
```lisp
(ql:quickload :cl-md-notes)
(cl-md-notes:start :port 3000)
```You can view the demo app in action at `http://localhost:3000`.
## Installation
```
cd ~/quicklisp/local-projects/
git clone https://github.com/rajasegar/cl-md-notes
```## Author
* Rajasegar Chandran
## Copyright
Copyright (c) 2021 Rajasegar Chandran