Indenty app icon

Indenty

Yutaro Shimizu

★ 0.00 ratingsDeveloper Tools$1.99

iPhone Screenshots

App screenshot

Description

This solves the problem of unnecessary indentation when copying and pasting code. ■ Problem Solved When you copy code from an editor or browser, the original indentation remains, causing the hierarchy to shift when you paste it. Identy automatically removes only common indentation, ensuring that the code is pasted correctly while maintaining its relative structure. ■ Main Features - Automatic clipboard monitoring (processes simultaneously with copying) - Removes only common indentation (maintains code structure) - Automatic startup upon login - Easily turn on/off from the menu bar ■ Markdown Paste Feature Description This feature converts clipboard contents into Markdown code blocks (surrounded by ````). You can format code into Markdown format with a single hotkey. How to Use 1. Enable the Feature - Click the menu bar icon - Check "Markdown Paste" 2. Copy Code - Select any code and copy it (⌘C) 3. Convert with a Hotkey - Default: ⌘⌥V (Cmd+Option+V) - The clipboard will automatically be converted to Markdown format 4. Paste - Paste as is (⌘V)