An open API service indexing awesome lists of open source software.

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

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)

![cl-md-notes.gif](cl-md-notes.gif)

## 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