Skip to content

Commit 25fb14d

Browse files
committed
Changelog
added changelog file and script header info to JSX
1 parent 6968b41 commit 25fb14d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
All notable changes to the InDesign Data Merge Export Script will be documented in this file.
3+
4+
## [1.0.0] - 2025-02-03
5+
### Added
6+
- Initial release
7+
- Export single page or all pages functionality
8+
- Custom file naming based on paragraph styles
9+
- Support for PDF, JPG, and PNG exports
10+
- Progress bar for export tracking
11+
- Smart filename character handling
12+
- Cloud storage compatibility
13+
- Native InDesign file dialog integration
14+
- Comprehensive error handling
15+
- User-friendly interface with:
16+
- File prefix/suffix customization
17+
- Paragraph style selection
18+
- Page number input for single exports
19+
- File format selection
20+
21+
### Known Limitations
22+
- Maximum filename length of 200 characters (excluding prefix/suffix)
23+
- Uses fixed export presets (High Quality)
24+
- Requires consistent paragraph style application

indesign-datamerge-exporter.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*************************************************************************
2+
* InDesign Data Merge Exporter Script
3+
* Version: 1.0.0
4+
* Created: 2025-02-03
5+
* Author: Kade O'Connor
6+
* License: MIT
7+
* Repository: https://github.com/kadeocon/InD-DataMerge-Exporter
8+
*************************************************************************/
9+
110
// Export InDesign pages as separate PDFs with custom naming
211
// @target indesign
312
// @targetengine "session"

0 commit comments

Comments
 (0)