I have simply enabled line numbering on all lines instead of every 5th line.
I feel that the project owner and members should seriously consider making this
change.
The Obsidian theme already has line numbering enabled on all lines of code.
In my opinion,line numbering should be enabled by default on all lines of code
and instructions should be given to the end users on the "getting started" page
regarding how to revert to the convention of displaying line numbers for every
fifth line.
I understand that showing line numbers after every fifth line may be aimed at
reducing the clutter but I feel that displaying all line numbers is of greater
importance.
The getting started page should instruct users on how to do so:
simply change the following line in css: "list-style-type: decimal !important"
to "list-style-type: none"
NOTE: I have just changed "list-style-type" from "none" to "decimal !important"
Original issue reported on code.google.com by umangmathur10051992 on 9 Aug 2013 at 5:33
Original issue reported on code.google.com by
umangmathur10051992
on 9 Aug 2013 at 5:33Attachments: