Convert collapsible headings to Html <details>

Request new features or suggest modifications to existing features of Atlantis.
Post Reply
Leister
Posts: 16
Joined: Tue Nov 03, 2020 6:00 pm
Location: Austria

Convert collapsible headings to Html <details>

Post by Leister »

Convert collapsible headings to Html <details>

In my opinion collapsible headings are a very useful feature. Unfortunately, documents including collapsible headings can only be used in a proper way by people who own Atlantis Word Processor or Microsoft Word. Since ePub or Pdf do not allow collapsible headings either there is only Html left to publish manuals with collapsible headings to everybody who at least owns a browser.

We know that “Atlantis allows to convert any of your document to the HTML format”. Also it's stated that “a few other formatting characteristics (…) are emulated using other available HTML commands”. There are different ways one can use JavaScript to implement text folding. Html5 even offers the <details> tag (in combination with <summary>), a convenient way to enable collapsible headings in a Html document.
Post Reply