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

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

Awesome Lists containing this project

README

          

# Scratch Pad

is a **No-Nonsense Notepad/Sketch** with **Vim** & **Markdown**

## Demo
![Image 2](https://i.imgur.com/RK8Wzmr.png)
![Image 3](https://i.imgur.com/ZQFZfUj.png)
![Image 4](https://i.imgur.com/5x1RIzt.png)

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