🤔
solving something again
- Husinec-Řež (Czech Republic)
Pinned Loading
-
-
Quick Image Validator for checking t...
Quick Image Validator for checking the quality of images 1// imageValidator.js
23'use-strict';
45function handleFileSelect(evt) {
-
A module for preparing TEI Simple XM...
A module for preparing TEI Simple XML files stored in eXist-db for latter usage in InDesign 1xquery version "3.0";
23module namespace dtp-utils = 'http://46.28.111.241:8081/exist/db/apps/karolinum-x/modules/dtp-utils';
4import module namespace cust-utils = 'http://46.28.111.241:8081/exist/db/apps/karolinum-x/modules/cust-utils' at 'cust-utils.xqm';
5declare namespace tei = 'http://www.tei-c.org/ns/1.0';
-
XSLT recursive template call – calcu...
XSLT recursive template call – calculating factorial 1<!-- Factorial calculated with XSLT recursion. -->
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3version="1.0">
45<xsl:output method="text"/>
-
A script for turning in-text notes i...
A script for turning in-text notes into footnotes in InDesign 1Application.prototype.main = function(){
2if (this.documents.length <= 0) return;
3var tg = this.selection[0] || this.activeDocument;
4if ('appliedFont' in tg) tg = tg.parent;
5if (tg.constructor == TextFrame) { tg = tg.parentStory; }
-
Simple replacement for DOCX nodes
Simple replacement for DOCX nodes 1<?xmlversion='1.0'?>
2<xsl:stylesheet
3xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
4xmlns:w='http://schemas.openxmlformats.org/wordprocessingml/2006/main'
5version='1.0'>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.