https://github.com/clydemondero/scratch-pad
is a No-Nonsense Notepad with Vim& Markdown
https://github.com/clydemondero/scratch-pad
electronjs markdown notepad reactjs vim
Last synced: 2 months ago
JSON representation
is a No-Nonsense Notepad with Vim& Markdown
- Host: GitHub
- URL: https://github.com/clydemondero/scratch-pad
- Owner: ClydeMondero
- Created: 2025-03-01T16:20:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T02:16:50.000Z (over 1 year ago)
- Last Synced: 2025-03-10T02:46:42.242Z (over 1 year ago)
- Topics: electronjs, markdown, notepad, reactjs, vim
- Language: JavaScript
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scratch Pad
is a **No-Nonsense Notepad/Sketch** with **Vim** & **Markdown**
## Demo



## Installation
Use the package manager npm.
```bash
npm run build:win
```
or
Download the zip file in [Realeses Page](https://github.com/ClydeMondero/scratch-pad/releases)
## Features
- **Just type** – Open it and go. No setup, no fluff.
- **Vim Keybindings** – Navigate with hjkl like a pro.
- **Markdown Preview** – Hit Ctrl + E to toggle.
- **Sketch Mode** – Hit Ctrl + M to toggle between typing and drawing.
## How to Use
1. **Start typing** – No need to configure anything.
2. **Use Markdown** for formatting (optional).
3. Press Ctrl + E to preview/edit.
4. Press Ctrl + M to type/draw.
5. Press Ctrl + Shift + V to vim/normal.
5. Exit like a pro? :q! (just kidding, you can close it normally)
> Scratch. Edit. Move on. 🚀
## Roadmap
- Persistent Storage
- Tabs
- Open and Save File
- Auto Format Code