editor icon indicating copy to clipboard operation
editor copied to clipboard

Option for choosing a default block

Open HYR opened this issue 4 years ago • 1 comments

There are times when I want to show all options to the user about what can be inserted as a block in the editor field, but there are also times I'd like to just allow people to start typing text.

I'm suggesting a default option that allows you to choose the block to start with.

fields:
  text:
    label: Editor
    type: editor
    default: h2

or

fields:
  text:
    label: Editor
    type: editor
    default: paragraph

https://forum.getkirby.com/t/editor-plugin-default-to-text-block/19703

HYR avatar Oct 10 '20 14:10 HYR

I came here to say exactly this. I am working on a couple projects for a client who said they want to use Kirby but I'm afraid the Markdown of the regular textarea will turn them off and now that I thought I found a great plugin plugin that solves the issue, it defaults to showing a grid of options before they can just start typing. It's honestly not a great user experience

Alzy avatar Nov 11 '20 04:11 Alzy