Skip to content

Conversation

loivsen
Copy link
Contributor

@loivsen loivsen commented Oct 6, 2023

Description

Toolbar and basic actions of Markdown Editor (PropertyEditor).
The toolbar has most actions, but not all. Press F1 or click the F1 button on the toolbar for all actions.

The actions are:

  • Bold text
  • Italic
  • Heading (H1 - H6)
  • Quote
  • Ordered list
  • Unordered list
  • Code
  • Fenced Code
  • Linebreak
  • Inserting links (via modal)
  • Inserting image (via modal)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Motivation and context

How to test?

Some actions have additional logic behind them. Try selecting a string of text, use the bold text action vs not selecting any text, and then use the bold action.

Ordered list will automatically find the next number in the list when inserted or pressing enter.

Screenshots (if appropriate)

Checklist

@loivsen loivsen marked this pull request as draft October 6, 2023 14:08
@loivsen loivsen marked this pull request as ready for review October 9, 2023 12:16
@loivsen loivsen requested a review from iOvergaard October 9, 2023 12:17
@loivsen loivsen changed the title basic actions Markdown Edtior Actions Oct 9, 2023
@iOvergaard iOvergaard merged commit f6003e9 into main Oct 9, 2023
@iOvergaard iOvergaard deleted the feature/markdown-editor-actions branch October 9, 2023 14:17
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.

2 participants