standardnotes / desktop

[Moved to https://github.com/standardnotes/app] A free, open-source, and end-to-end encrypted notes app. https://standardnotes.com
GNU Affero General Public License v3.0
1.4k stars 115 forks source link

Display line and column number in plain and code editors #869

Open danielfernandez opened 2 years ago

danielfernandez commented 2 years ago

Displaying the current line and column number in a status bar is a basic feature in almost all text editors (and a required feature in code editors). This allows properly formatting documents, checking indentations, etc.

Ideally, when text is selected, the number of lines and columns currently selected should be displayed too.

Please add line and column display to both the "plain" and "code" editors.