hackmdio / codimd

CodiMD - Realtime collaborative markdown notes on all platforms.
https://hackmd.io/c/codimd-documentation
GNU Affero General Public License v3.0
9.32k stars 1.06k forks source link

Show/Hide Authorship #503

Open brandoncurtis opened 7 years ago

brandoncurtis commented 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?

jackycute commented 7 years ago

Hi @brandoncurtis We don't have the option to toggle the authorship for now.

Yukaii commented 5 years ago

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.