├── .github └── FUNDING.yml ├── ApplyParStyleOnEveryFootnote.jsx ├── Bundschatten.jsx ├── Durchscheinen.jsx ├── LICENSE ├── README.md └── zoomToReal100.jsx /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /ApplyParStyleOnEveryFootnote.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/ApplyParStyleOnEveryFootnote.jsx -------------------------------------------------------------------------------- /Bundschatten.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/Bundschatten.jsx -------------------------------------------------------------------------------- /Durchscheinen.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/Durchscheinen.jsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/README.md -------------------------------------------------------------------------------- /zoomToReal100.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runxel/indesign-scripts/HEAD/zoomToReal100.jsx --------------------------------------------------------------------------------