Skip to content

Commit 6727e18

Browse files
committed
Revamp description page for "Prettify Python" plugin
Updated the description to improve clarity and detail. Added sections for key features, supported replacements, usage instructions, configuration, and support, while enhancing formatting and content structure.
1 parent a401daf commit 6727e18

File tree

1 file changed

+41
-10
lines changed

1 file changed

+41
-10
lines changed

description.html

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,47 @@
1-
<h4>Prettify your Python!</h4>
1+
<h1>Prettify Python</h1>
22

3-
<a href="https://meanmail.dev/plugin/2">Plugin page</a>
3+
<p>Enhance the readability of your Python code with beautiful mathematical symbols!</p>
44

5-
<h4>Features</h4>
5+
<p>This plugin automatically replaces standard Python operators with their mathematical equivalents, making your code more elegant and readable.</p>
66

7-
Folding text to prettify blocks
7+
<h2>Key Features</h2>
88

99
<ul>
10-
<li>>= to ≥</li>
11-
<li><= to ≤</li>
12-
<li>!= to ≠</li>
13-
<li>-> to ➔</li>
14-
<li>lambda to λ</li>
15-
<li>** to ^</li>
10+
<li>Automatic operator replacement with mathematical symbols</li>
11+
<li>Customizable replacement rules</li>
12+
<li>Instant changes application</li>
1613
</ul>
14+
15+
<h2>Supported Replacements</h2>
16+
17+
<ul>
18+
<li>>= → ≥ (greater than or equal)</li>
19+
<li><= → ≤ (less than or equal)</li>
20+
<li>!= → ≠ (not equal)</li>
21+
<li>-> → ➔ (arrow)</li>
22+
<li>lambda → λ (lambda)</li>
23+
<li>** → ^ (power)</li>
24+
</ul>
25+
26+
<h2>How to Use</h2>
27+
28+
<ol>
29+
<li>Install the plugin</li>
30+
<li>Open any Python file</li>
31+
<li>Enjoy automatic formatting!</li>
32+
</ol>
33+
34+
<h2>Configuration</h2>
35+
36+
<p>You can customize replacement rules in the plugin settings:</p>
37+
<ol>
38+
<li>Go to Settings/Preferences</li>
39+
<li>Find "Prettify Python" in the plugins list</li>
40+
<li>Customize replacement rules to your liking</li>
41+
</ol>
42+
43+
<h2>Support</h2>
44+
45+
<p>If you have any questions or suggestions, visit the <a href="https://meanmail.dev/plugin/2">plugin page</a>.</p>
46+
47+
<p>Enjoy more beautiful Python code! 🐍✨</p>

0 commit comments

Comments
 (0)