Skip to content

Asana - Minor Editor Tweaks by philg-dev

Screenshot of Asana - Minor Editor Tweaks

Details

Authorphilg-dev

LicenseMIT License

Categoryapp.asana.com

Created

Updated

Size676 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes floating rich text formatting toolbar and placeholder text "Type / for menu" on empty lines when editing task descriptions on Asana.

Notes

As I saw some people being annoyed by the floating toolbar for rich text formatting
and by the placeholder in empty lines that says "Type / for menu", I've made a
userstyle to hide those elements.

Screenshot floating toolbar

The formatting toolbar on the bottom can still be used as normal and the
"menu" will still open normally when you type "/" at the beginning of a new line.

If you experience any issues with the userstyle, let me know through the "issues" section on GitHub

Source code

/* ==UserStyle==
@name           Asana - Minor Editor Tweaks
@namespace      philg-dev
@version        1.0.0
@description    Removes floating rich text formatting toolbar and placeholder text "Type / for menu" on empty lines when editing task descriptions on Asana.
@author         philg-dev
==/UserStyle== */

@-moz-document domain("app.asana.com") {
    /* the floating rich text formatting toolbar that appears when selecting text in task descriptions */
    .TextEditorContextualToolbarBase, 
    /* the placeholder text in new lines saying "Type / for menu"*/
    .PmPlaceholders-focusedEmptyTextContainerPlaceholderWrapper {
        display: none;
    }
}

Reviews

No reviews yet.