mirror of
https://github.com/keathmilligan/obsidian-paste-reformatter.git
synced 2026-07-22 05:43:44 +00:00
- Add convertToSingleSpaced setting to collapse multiple consecutive blank lines into single blank lines - Add "Convert to single-spaced" toggle in settings UI positioned above "Remove empty lines" - Implement conditional disabling when "Remove empty lines" is enabled with visual indication - Add transformer logic that processes before empty line removal with optimization to skip when not needed - Add OpenSpec documentation for markdown-transformations capability - Update version to 1.3.0
10 lines
No EOL
274 B
JSON
10 lines
No EOL
274 B
JSON
{
|
|
"id": "paste-reformatter",
|
|
"name": "Paste Reformatter",
|
|
"version": "1.3.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Reformat pasted text for precise control.",
|
|
"author": "Keath Milligan",
|
|
"authorUrl": "https://github.com/keathmilligan",
|
|
"isDesktopOnly": false
|
|
} |