[FEATURE] editor: show whitespace
Describe the solution you'd like
it would be great if the editor could (optionally) show whitespace symbols (space, tabs, newline, ...) example (from featherpad):
Output from the debug section in the settings dialog
see #3252
Thank you for your feature request. Pull requests to look at welcome. 😉
Pull requests to look at welcome.
Would actually love to help, but unfortunately have zero skills in all technologies involved (C++, Qt, etc.). Sorry.
Hi @dnalor
It is already possible with the characters-highlight script https://github.com/qownnotes/scripts/tree/master/characters-highlight (it lets you highlight any character you want, and choose the style for highlighting).
@Beurt thanks for the suggestion unfortunately, this won't work:
- highlighting
<space>and<tab>will make the text unreadable - highlighting not possible for
<cr> - no differentiation between space/tab (though this could be done by modifying the script)