A modern notes app built with React and Electron, featuring AI-enabled intelligent autocompletion and LaTeX support.
👉 Download the latest release 👈
- 🧠 Intelligent autocompletion
- ✍️ Seamless WYSIWYG markdown support
- 🧮 LaTeX integration
- 🖥️ Cross-platform desktop application
- ⚡ Real-time suggestions
⌘+Kinline chat with AI⌘+Lconvert selected text to LaTeX- long-press
TABto auto-complete
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/laneshetron/scratchpad.git
cd scratchpad
- Install dependencies:
npm install
- Run in development mode:
npm run build && npm run start

