|
| 1 | +# About EasyYopmail |
| 2 | + |
| 3 | +<!--Writerside adds this topic when you create a new documentation project. |
| 4 | +You can use it as a sandbox to play with Writerside features, and remove it from the TOC when you don't need it anymore.--> |
| 5 | + |
| 6 | +## Add new topics |
| 7 | +You can create empty topics, or choose a template for different types of content that contains some boilerplate structure to help you get started: |
| 8 | + |
| 9 | +{ width=290 }{border-effect=line} |
| 10 | + |
| 11 | +## Write content |
| 12 | +%product% supports two types of markup: Markdown and XML. |
| 13 | +When you create a new help article, you can choose between two topic types, but this doesn't mean you have to stick to a single format. |
| 14 | +You can author content in Markdown and extend it with semantic attributes or inject entire XML elements. |
| 15 | + |
| 16 | +## Inject XML |
| 17 | +For example, this is how you inject a procedure: |
| 18 | + |
| 19 | +<procedure title="Inject a procedure" id="inject-a-procedure"> |
| 20 | + <step> |
| 21 | + <p>Start typing and select a procedure type from the completion suggestions:</p> |
| 22 | + <img src="completion_procedure.png" alt="completion suggestions for procedure" border-effect="line"/> |
| 23 | + </step> |
| 24 | + <step> |
| 25 | + <p>Press <shortcut>Tab</shortcut> or <shortcut>Enter</shortcut> to insert the markup.</p> |
| 26 | + </step> |
| 27 | +</procedure> |
| 28 | + |
| 29 | +## Add interactive elements |
| 30 | + |
| 31 | +### Tabs |
| 32 | +To add switchable content, you can make use of tabs (inject them by starting to type `tab` on a new line): |
| 33 | + |
| 34 | +<tabs> |
| 35 | + <tab title="Markdown"> |
| 36 | + <code-block lang="plain text">{ width=450 }</code-block> |
| 37 | + </tab> |
| 38 | + <tab title="Semantic markup"> |
| 39 | + <code-block lang="xml"> |
| 40 | + <![CDATA[<img src="new_topic_options.png" alt="Alt text" width="450px"/>]]></code-block> |
| 41 | + </tab> |
| 42 | +</tabs> |
| 43 | + |
| 44 | +### Collapsible blocks |
| 45 | +Apart from injecting entire XML elements, you can use attributes to configure the behavior of certain elements. |
| 46 | +For example, you can collapse a chapter that contains non-essential information: |
| 47 | + |
| 48 | +#### Supplementary info {collapsible="true"} |
| 49 | +Content under a collapsible header will be collapsed by default, |
| 50 | +but you can modify the behavior by adding the following attribute: |
| 51 | +`default-state="expanded"` |
| 52 | + |
| 53 | +### Convert selection to XML |
| 54 | +If you need to extend an element with more functions, you can convert selected content from Markdown to semantic markup. |
| 55 | +For example, if you want to merge cells in a table, it's much easier to convert it to XML than do this in Markdown. |
| 56 | +Position the caret anywhere in the table and press <shortcut>Alt+Enter</shortcut>: |
| 57 | + |
| 58 | +<img src="convert_table_to_xml.png" alt="Convert table to XML" width="706" border-effect="line"/> |
| 59 | + |
| 60 | +## Feedback and support |
| 61 | +Please report any issues, usability improvements, or feature requests to our |
| 62 | +<a href="https://youtrack.jetbrains.com/newIssue?project=WRS">YouTrack project</a> |
| 63 | +(you will need to register). |
| 64 | + |
| 65 | +You are welcome to join our |
| 66 | +<a href="https://jb.gg/WRS_Slack">public Slack workspace</a>. |
| 67 | +Before you do, please read our [Code of conduct](https://plugins.jetbrains.com/plugin/20158-writerside/docs/writerside-code-of-conduct.html). |
| 68 | +We assume that you’ve read and acknowledged it before joining. |
| 69 | + |
| 70 | +You can also always email us at [[email protected]](mailto:[email protected]). |
| 71 | + |
| 72 | +<seealso> |
| 73 | + <category ref="wrs"> |
| 74 | + <a href="https://plugins.jetbrains.com/plugin/20158-writerside/docs/markup-reference.html">Markup reference</a> |
| 75 | + <a href="https://plugins.jetbrains.com/plugin/20158-writerside/docs/manage-table-of-contents.html">Reorder topics in the TOC</a> |
| 76 | + <a href="https://plugins.jetbrains.com/plugin/20158-writerside/docs/local-build.html">Build and publish</a> |
| 77 | + <a href="https://plugins.jetbrains.com/plugin/20158-writerside/docs/configure-search.html">Configure Search</a> |
| 78 | + </category> |
| 79 | +</seealso> |
0 commit comments