keathmilligan_obsidian-past.../manifest.json
Keath Milligan ec8685eddc
feat: add single-spacing transformer option
- 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
2025-11-25 19:19:17 -06:00

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
}