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

https://github.com/purplelemons-dev/note-md


https://github.com/purplelemons-dev/note-md

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# note-md

quick note-taking app. entirely client-side

![image](https://github.com/user-attachments/assets/a6806288-9422-437d-89d4-9896798ad53d)

## install

```bash
git clone https://github.com/purplelemons-dev/note-md.git
cd note-md
npm install
npm run dev
```

## usage

- Ctrl+S to save `.md`
- Ctrl+Shift+E or Ctrl+P to save `.pdf`

## plans

- drag'n'drop `.md` file into page and auto-populate `editorContent` with file[^1]
- host on cloudflare[^2]
- vim-like editor[^3]

[^1]: [Issue #1 drag'n'drop](./note-md/issues/1)
[^2]: [Issue #2 host on cloudflare](./note-md/issues/2)
[^3]: [Issue #3 vim-like editor](./note-md/issues/3)