Skip to content

A simple application to replace keywords in plain text files to generate letters from templates. Keywords and their possible values are embedded in the latex files

License

Notifications You must be signed in to change notification settings

johanneslochmann/letterassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letterassistant

A simple application to replace keywords in plain text files to generate documents from templates. Keywords and their possible values are embedded in plain text files and replaced in the output.

Fields and Keywords

%%%ChooseOne:OneOf:First|Second|Third

%%%ChooseAny:AnyOf:First|Second|Third|Fourth

%%%EnterShortText:ShortText:Default Value

%%%EnterLongText:LongText:Default Value

%%%EnterDate:DateEdit:

Keywords are enclosed in '!' where they are supposed to be replaced:

If ChooseOne is the keyword, !ChooseOne! is the placeholder where it is to be replaced.

Output Configuration

The output date format can be configured via:

%%% DateFormat:dd/MM/yyyy

GUI Configuration

The number of columns in radio button groups, i.e. OneOf, can be configured via:

%%% ColumnsInRadioButtonGroups:5

The number of columns in check box button groups, i.e. AnyOf, can be configured via:

%%% ColumnsInCheckBoxButtonGroups:5

About

A simple application to replace keywords in plain text files to generate letters from templates. Keywords and their possible values are embedded in the latex files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published