File: kexport.el.html
Use "https://validator.w3.org/" to validate the HTML that this generates.
Within JavaScript-enabled web browsers, koutline parent cells exported to HTML may be expanded and collapsed interactively. This feature utilizes a small 20-line JavaScript snippet that is included in each exported koutline.
Defined variables (9)
kexport:font-awesome-collapsible-javascript-btn | JavaScript which expands/collapses HTML-exported Koutline parent cells. |
kexport:font-awesome-css-include | CSS that styles collapsible HTML-exported Koutline parent cells. |
kexport:font-awesome-css-include-with-menus | CSS that styles collapsible HTML-exported Koutline parent cells and menus. |
kexport:font-awesome-css-url | Url that provides font-awesome expand/collapse glyphicons. |
kexport:html-description | String to insert as the HTML-exported document’s description, or nil for none. |
kexport:html-keywords | String of comma separated keywords to include with an HTML-exported document. |
kexport:html-replacement-alist | List of (regexp . replacement-pattern) elements applied in order. |
kexport:input-filename | This is automatically set to the full pathname of the exported file. |
kexport:output-filename | This is automatically set to the full pathname of the exported file. |
Defined functions (7)
kexport:display | (&optional SOFT-NEWLINES-FLAG) |
kexport:html | (EXPORT-FROM OUTPUT-TO &optional SOFT-NEWLINES-FLAG) |
kexport:html-file-klink | (STRING) |
kexport:html-markup | (STRING) |
kexport:html-url | (STRING) |
kexport:koutline | (&optional SOFT-NEWLINES-FLAG) |
kexport:princ-cell | (IS-PARENT SEPARATOR SOFT-NEWLINES-FLAG) |