Open Issues Need Help
View All on GitHub Syntax highlighting about 2 months ago
enhancement help wanted good first issue
Add a "Clear Formatting" feature 3 months ago
AI Summary: Implement a "Clear Formatting" menu option in the WolfEdit text editor (built with Qt and FakeVim) that removes all formatting from the currently selected text. This involves adding a new menu item, connecting it to a function that iterates through the selected text and removes formatting attributes (e.g., bold, italic, underline, font changes), and potentially handling different formatting scenarios provided by Qt's rich text capabilities.
Complexity:
3/5
enhancement help wanted good first issue