Skip to content

Option to adjust height of the editor #3

Description

@bittobennichan

First requested by androgeninc.

Currently you can only adjust the height by adding css.

#wmd-input {
    height: 100px;
}

Request is for an option to adjust the height of the editor from Jinja2 itself. Flask-Pagedown has an option for this:

{{ form.pagedown(rows=10) }}

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions