Skip to content

Commit

Permalink
Merge pull request #4722 from tonhuisman/feature/P036-add-user-define…
Browse files Browse the repository at this point in the history
…d-headers

[P036] Add optional user-defined display headers
  • Loading branch information
TD-er authored Aug 24, 2023
2 parents 79233f0 + 9e3a4b4 commit 50b64c5
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 116 deletions.
14 changes: 14 additions & 0 deletions docs/source/Plugin/P036_commands.repl
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,18 @@
``oledframedcmd,align,<0|1|2>``
","
Set the global align option for content to centre (0), left (1) or right (2).
"
"
``oledframedcmd,userDef1,"<user Defined Header1>"``
","
Set the user defined header nr. 1 with any desired text value.

Use ``$<sysvar>$`` instead of ``%<sysvar>%`` to use system variables.
"
"
``oledframedcmd,userDef2,"<user Defined Header2>"``
","
Set the user defined header nr. 2 with any desired text value.

Use ``$<sysvar>$`` instead of ``%<sysvar>%`` to use system variables.
"
Loading

0 comments on commit 50b64c5

Please sign in to comment.