Open brandoncurtis opened 7 years ago
I'm using the current master, commit d1d6d58. When I'm signed in, my edits are attributed to me by color-coding in the gutter to the right of the line numbers. Is there an option or setting that I can use to hide these attribution markings?
Hi @brandoncurtis We don't have the option to toggle the authorship for now.
https://github.com/hackmdio/codimd/blob/2b9750e3b35d6cc1c27b2b1b017da17b6c08ff77/public/js/lib/editor/index.js#L510-L516
We can set/unset gutter explicitly through CodeMirror gutter option.
I'm using the current master, commit d1d6d58. When I'm signed in, my edits are attributed to me by color-coding in the gutter to the right of the line numbers. Is there an option or setting that I can use to hide these attribution markings?