Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rotating block-specific tips to the inserter's help panel #17091

Open
kjellr opened this issue Aug 19, 2019 · 2 comments
Open

Add rotating block-specific tips to the inserter's help panel #17091

kjellr opened this issue Aug 19, 2019 · 2 comments
Labels
[Feature] Inserter The main way to insert blocks using the + button in the editing interface Needs Dev Ready for, and needs developer efforts [Type] Task Issues or PRs that have been broken down into an individual action to take

Comments

@kjellr
Copy link
Contributor

kjellr commented Aug 19, 2019

We should add block-specific tips in the inserter panel that was added in #16813. These could be defined in the block registration. For example:

const blockSettings = {
    // ... other settings

    tips: [
        'Quickly indent the text in a new list item by starting it with a space.',
    ]
}

If defined there, we may also consider placing these elsewhere in the UI: perhaps in the Block Sidebar (#16594) or the Block Placeholder (#16315). But the inserter is a good first step. 👍

To start, we can pull from the list of block-specific tips listed in #16595 (comment). In cases where there are multiple tips per block, we'll randomly chose one to display each time the block is hovered.

Example screenshot:

Inserter-Paragraph

@kjellr kjellr added [Type] Task Issues or PRs that have been broken down into an individual action to take [Feature] Block API API that allows to express the block paradigm. [Feature] Inserter The main way to insert blocks using the + button in the editing interface labels Aug 19, 2019
@kjellr kjellr added the Needs Dev Ready for, and needs developer efforts label Aug 20, 2019
@gracie
Copy link

gracie commented Oct 26, 2019

We're working on getting specific ideas for this issue here..

I'm excited about the initiative. In looking at the UI mock-up, I'm concerned the text will be ignore-able. It's small, largely black and white, and I didn't catch the lightbulb at the bottom until I looked for it.

I'm sorry for the critique without an alternative. Do you have ideas for how to make it stand out and catch a new user's eye to pay attention to it?

@richtabor
Copy link
Member

This is a great idea @kjellr and something worth getting some action on. I'm looking forward to these!

@gziolo gziolo removed the [Feature] Block API API that allows to express the block paradigm. label Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Inserter The main way to insert blocks using the + button in the editing interface Needs Dev Ready for, and needs developer efforts [Type] Task Issues or PRs that have been broken down into an individual action to take
Projects
None yet
Development

No branches or pull requests

4 participants