Skip to content

Commit ef17b47

Browse files
committed
Improve customization options documentation for plugin
Updated README.md and description.html to elaborate on customization features within the "Prettify Python" plugin. Added details on enabling/disabling, adding, editing, organizing replacements, and import/export options, with a note on compatibility with font ligatures. This enhances clarity and usability for users.
1 parent 08bdb3e commit ef17b47

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@ Enhance the readability of your Python code with beautiful mathematical symbols!
3636

3737
1. Go to Settings/Preferences
3838
2. Navigate to "Prettify Python" in the plugins list
39-
3. Customize replacement rules according to your preferences
39+
3. Here you can:
40+
- Enable/disable specific replacements
41+
- Add new custom replacements
42+
- Edit existing replacements
43+
- Organize replacements by categories
44+
- Import/Export your replacement settings
45+
46+
This is particularly useful if you're using a font with ligatures that already provides some of these replacements. You can disable those and keep only the ones you need!
4047

4148
## Supported IDE Versions
4249

description.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,19 @@ <h2>Configuration</h2>
3737
<ol>
3838
<li>Go to Settings/Preferences</li>
3939
<li>Find "Prettify Python" in the plugins list</li>
40-
<li>Customize replacement rules to your liking</li>
40+
<li>Here you can:
41+
<ul>
42+
<li>Enable/disable specific replacements</li>
43+
<li>Add new custom replacements</li>
44+
<li>Edit existing replacements</li>
45+
<li>Organize replacements by categories</li>
46+
<li>Import/Export your replacement settings</li>
47+
</ul>
48+
</li>
4149
</ol>
4250

51+
<p><em>Note: If you're using a font with ligatures, you can disable the replacements that your font already provides and keep only the ones you need!</em></p>
52+
4353
<h2>Support</h2>
4454

4555
<p>If you have any questions or suggestions, visit the <a href="https://meanmail.dev/plugin/2">plugin page</a>.</p>

0 commit comments

Comments
 (0)