Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runxel/indesign-scripts
JavaScript scripts for Adobe InDesign CS/CC.
https://github.com/runxel/indesign-scripts
adobe indesign indesign-scripts
Last synced: 23 days ago
JSON representation
JavaScript scripts for Adobe InDesign CS/CC.
- Host: GitHub
- URL: https://github.com/runxel/indesign-scripts
- Owner: runxel
- License: gpl-3.0
- Created: 2019-02-24T20:39:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T16:39:10.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:11:53.161Z (6 months ago)
- Topics: adobe, indesign, indesign-scripts
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Indesign Scripts
> JavaScript scripts for Adobe InDesign CS6/CC.### [Apply Paragraph Style On Every Footnote](https://github.com/runxel/indesign-scripts/blob/master/ApplyParStyleOnEveryFootnote.jsx)
Applies the style of the currently selected footnote to all other footnotes.### [Bundschatten](https://github.com/runxel/indesign-scripts/blob/master/Bundschatten.jsx)
Places a grey gradient in the centerfold/between two pages and thus simulates the shadow in an opened book.### [Shine Thru](https://github.com/runxel/indesign-scripts/blob/master/Durchscheinen.jsx)
Simulates the translucency of paper by placing page elements onto the next/previous page with low opacity.### [Zoom To Real 100%](https://github.com/runxel/indesign-scripts/blob/master/zoomToReal100.jsx)
Often enough the "100%" zoom does not match real world sizes. This script fixes this. You'll need to put in your own specific value. Best is to bind the script to a keyboard shortcut for easy use.---
## Other valuable places to check out:
+ https://github.com/le-tex/InDesignScripts
+ https://github.com/richardharrington/indesign-scripts
+ https://github.com/fabianmoronzirfas/IDSnippets
+ http://www.gilbertconsulting.com/resources-scripts.html
+ [Better Word Import](https://github.com/RolandDreger/indesign-word-import)
## Infos on:
+ the [ExtendScript Wiki](https://github.com/ExtendScript/wiki/wiki). Has a lot of detail info in how to write your own Scripts for Adobe Products.