Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 838 Bytes

blankfiller.md

File metadata and controls

35 lines (21 loc) · 838 Bytes
layout title
page
Blank Filler App
<script type="text/javascript" src="/ts_out/blankfiller.js"></script>

Template:

Add fillable elements to your template by writing them as [label] %$ If you need to use brackets, escape the first one by changing the [ to \[ $%

Capitalize the first letter in the label name to force the first letter to always be capital. Keep it lowercase to keep the casing entered.

<textarea title="Template" class="template" id="templateText" ></textarea>

This is saved between browser sessions!


Fill out the Template

Output

<textarea title="Output" class="template" id="outputText" ></textarea>