Skip to content

Commit 0c2a08f

Browse files
committed
version 4.3.6
1 parent 1c5314e commit 0c2a08f

13 files changed

+122
-1
lines changed

Writerside/c.list

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE categories
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
4+
<categories>
5+
<category id="wrs" name="Writerside documentation" order="1"/>
6+
</categories>

Writerside/cfg/buildprofiles.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
5+
<variables></variables>
6+
<build-profile instance="e">
7+
<variables>
8+
<noindex-content>true</noindex-content>
9+
<offline-docs>false</offline-docs>
10+
</variables>
11+
</build-profile>
12+
13+
</buildprofiles>

Writerside/e.tree

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE instance-profile
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
4+
5+
<instance-profile id="e"
6+
name="EasyYopmail"
7+
start-page="starter-topic.md">
8+
9+
<toc-element topic="starter-topic.md"/>
10+
</instance-profile>
125 KB
Loading
67.1 KB
Loading
341 KB
Loading
Loading
306 KB
Loading
274 KB
Loading

Writerside/topics/starter-topic.md

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
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+
![Create new topic options](new_topic_options.png){ 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">![Alt Text](new_topic_options.png){ 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>

Writerside/v.list

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3+
<vars>
4+
<var name="product" value="Writerside"/>
5+
</vars>

Writerside/writerside.cfg

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
3+
4+
<ihp version="2.0">
5+
<topics dir="topics" web-path="topics"/>
6+
<images dir="images" web-path="images"/>
7+
<instance src="e.tree" web-path="easy-yopmail" version="4.3.6"/>
8+
</ihp>

src/constants.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)