https://github.com/purplelemons-dev/note-md
https://github.com/purplelemons-dev/note-md
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/note-md
- Owner: purplelemons-dev
- Created: 2024-09-30T03:51:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T05:48:48.000Z (over 1 year ago)
- Last Synced: 2025-06-19T02:08:51.724Z (12 months ago)
- Language: Svelte
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# note-md
quick note-taking app. entirely client-side

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