#954  Consider fixed width font in text/markdown editor
Released
jbauer opened 2 years ago

Github recently has added a setting to enable fixed width (monospace) font for their text/markdown editor. This can be found at Settings -> Appearance -> Markdown editor font preference.

I have enabled that option and IMHO it makes it a lot easier to write correctly indented markdown but more importantly to write correctly indented code blocks in issue reports.

It is easier to reason about the final rendered result if you can see the entered text as

```
test
|-- test
    |-- test (4 spaces)
```


instead of seeing the text as

``` test |-- test     |-- test (4 spaces) ```

In both cases the final rendered result is

test
|-- test
    |-- test (4 spaces)
OneDev changed state to 'Closed' 2 years ago
Previous Value Current Value
Open
Closed
OneDev commented 2 years ago

State changed as code fixing the issue is committed

OneDev changed state to 'Released' 2 years ago
Previous Value Current Value
Closed
Released
OneDev commented 2 years ago

State changed as build #3075 is successful

issue 1 of 1
Type
Improvement
Priority
Normal
Assignee
Issue Votes (0)
Watchers (3)
Reference
onedev/server#954
Please wait...
Page is in error, reload to recover