You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,14 @@ Enhance the readability of your Python code with beautiful mathematical symbols!
36
36
37
37
1. Go to Settings/Preferences
38
38
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!
Copy file name to clipboardExpand all lines: description.html
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,19 @@ <h2>Configuration</h2>
37
37
<ol>
38
38
<li>Go to Settings/Preferences</li>
39
39
<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>
41
49
</ol>
42
50
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
+
43
53
<h2>Support</h2>
44
54
45
55
<p>If you have any questions or suggestions, visit the <ahref="https://meanmail.dev/plugin/2">plugin page</a>.</p>
0 commit comments