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

Markdown editor: Remove character limit #5719

Merged
merged 2 commits into from
Mar 22, 2021
Merged

Markdown editor: Remove character limit #5719

merged 2 commits into from
Mar 22, 2021

Conversation

infinite-persistence
Copy link
Contributor

@infinite-persistence infinite-persistence commented Mar 20, 2021

Issue

Closes #5687: Ensure post mode has no text limit

Changes

  • type="markdown" can now have unlimited length if clients don't define textAreaMaxWidth.
  • The internal default limit of 2000 is narrowed down to type=textarea.

also snuck in some strings

## Issue
Closes 5687: Ensure post mode has no text limit

## Changes
- `type="markdown"` can now have unlimited length if clients don't define `textAreaMaxWidth`.
- The internal default limit of 2000 is narrowed down to `type=textarea`.
@infinite-persistence infinite-persistence changed the title Ip markdown limit Markdown editor: Remove character limit Mar 20, 2021
@neb-b neb-b merged commit 5d40a4c into master Mar 22, 2021
@neb-b neb-b deleted the ip-markdown-limit branch March 22, 2021 01:00
@kauffj
Copy link
Member

kauffj commented Mar 22, 2021

sweet, thanks for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure post mode has no text limit
3 participants