The issue has been closed
Hi :hugs:
I looked into the settings, while I was unable to find any option to restore the URL formating (that one which you use to first mark a certain text and then press it, so it becomes text automatically.

I don't know what feature you're talking about, is it shorten-links
?
posted by fregante over 5 years ago
Nope. It is up there in the editing field. Normally.

posted by ShalokShalom over 5 years ago
Ah I see. The buttons that have shortcuts have been hidden from that bar. You can press the shortcuts or restore the buttons by undoing the CSS. I think the feature is called “clean rich text editor”
posted by fregante over 5 years ago
Ah, and is there no trigger to set?
Since clean rich text editor is not there.
Could you turn this into a feature request then?
posted by ShalokShalom over 5 years ago
There is indeed no feature called clean-rich-text-editor
in the settings, only a CSS file.
This is how I solved it:
/* Show comment toolbar items */
:root .rgh-clean-rich-text-editor md-mention,
:root .rgh-clean-rich-text-editor md-ref,
:root .rgh-clean-rich-text-editor markdown-toolbar > :nth-last-child(4) { /* H1, B, I */
display: inline-block !important;
}
posted by jerone over 5 years ago
Thanks a lot. This is an open feature request in my sense.
Thanks :hugs:
posted by ShalokShalom over 5 years ago