This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
'use strict'; | |
var support = { | |
blob: 'FileReader' in self && 'Blob' in self && (function() { | |
try { | |
new Blob(); | |
return true | |
} catch(e) { | |
return false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export script_name = "Count Layout Lines" | |
export script_description = "Counts the number of layout lines produced on the canvas per subtitle line." | |
export script_version = "0.1.0" | |
export script_author = "line0" | |
export script_namespace = "l0.CountLayoutLines" | |
DependencyControl = require "l0.DependencyControl" | |
depRec = DependencyControl { | |
feed: "https://raw.githubusercontent.com/TypesettingTools/line0-Aegisub-Scripts/master/DependencyControl.json", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export script_name = "Replace Character By Text" | |
export script_description = "Takes GBC lines and replaces each character from a sequence of matching length in the effect field" | |
export script_version = "0.1.0" | |
export script_author = "line0" | |
export script_namespace = "l0.ReplaceByCharacterText" | |
DependencyControl = require "l0.DependencyControl" | |
depCtrl = DependencyControl{ | |
feed: "https://raw.githubusercontent.com/TypesettingTools/line0-Aegisub-Scripts/master/DependencyControl.json", | |
{ |
OlderNewer