Topic: Reporting
Online Help
Formatting Toolbar
(Windows desktop version only)
The formatting toolbar is located just above the code editing box. It allows quick insertion of formatting markup in comments. It can insert either Html or Markdown, depending on your choise. To enable Markdown, switch the M⭣ button on. Also, do not forget to add "#md on" on top of your worksheet.
The formatting toolbar includes the following commands:
<h3>...</h3>
, Markdown: ###...
<h4>...</h4>
, Markdown: ####...
<h5>...</h5>
, Markdown: #####...
<h6>...</h6>
, Markdown: ######...
<p>...</p>
, Markdown: not supported
...<br/>...
, Markdown: not supported
<strong>...</strong>
, Markdown: **...**
<em>...</em>
, Markdown: *...*
<ins>...</ins>
, Markdown: ++...++
<del>...</del>
, Markdown: ~~...~~
<sub>...</sub>
, Markdown: ~...~
<sup>...</sup>
, Markdown: ^...^
<span class="err">...</span>
, Markdown: not supported
<span class="ok">...</span>
, Markdown: not supported
<span>...</span>
, Markdown: not supported
<div>...</div>
, Markdown: not supported
<div class="fold">...</div>
, Markdown: not supported
- Bulleted List (Ctrl+Shift+L), Html: <ul><li>...</li><li>...</li><li>...</li></ul>
,
Markdown: not supported
1.➖
2.➖ - Numbered List (Ctrl+Shift+N), Html: <ol><li>...</li><li>...</li><li>...</li></ol>
,
Markdown: not supported
- Image (no shortcut),
Html: <img style="height:...; width:..." src="..." alt="...">
,
Markdown: not supported
- Table (no shortcut), Html:
<table class="bordered">
<thead><tr><th>...</th><th>...</th></tr></thead>
<tbody>
<tr><td>...</td><td>...</td></tr>
<tr><td>...</td><td>...</td></tr>
</tbody>
</table>
,
Markdown: not supported
<hr/>
, Markdown: ---
To apply a formatting tag to a certain part of the text, select the part first and then press the respective button. If you press it once again, you will remove the existing formatting of the same type. Calcpad supports word autoselection. If you click inside a word and press a formatting button, it is applied for the whole word.
Table of contents
-
+
About Calcpad
-
+
Writing code
-
+
Coding aids
-
+
Expressions
-
−
Reporting
-
+
Programming
-
+
Results
-
+
Working with files